summaryrefslogtreecommitdiff
path: root/sys/src/9/imx8/screen.c
AgeCommit message (Collapse)Author
2022-12-10imx8: cleanup framebuffer codecinap_lenrek
We can get rid of a bunch of stuff now that we'r using a softscreen. Get rid of the static Memimage and Memdata for the framebuffer; just allocate gscreen as a memimage from the image pool. Avoid exporting fbraw pointer, just have screeninit() return it. Remove fbmemalloc() function. it used to create a write-thru mapping but given that we are no more reading the framebuffer, we can use ucalloc() instead.
2022-12-05imx8: a simple softscreenSigrid Solveig Haflínudóttir
2022-07-09imx8: turn backlight off when blankingcinap_lenrek
2022-06-11imx8: mainscreen turn on!cinap_lenrek
supports the lcd panel and adds alot of infrastructure like for the ccm clock module and the i2c controllers.