clockworkpi / DevTerm

This code repository offers downloads for the latest images of various DevTerm models, as well as kernel patches, keyboard firmware, the source code for screen and printer drivers, hardware schematics, assembly instructions, and essential technical documents.
GNU Lesser General Public License v2.1
388 stars 68 forks source link

Display panel driver questions #12

Closed maxfierke closed 2 years ago

maxfierke commented 2 years ago

Trying to figure out more about why the display panel does not come back up after sleep/suspend

@cuu do you have any more information about the CWD686 display and why this particular piece is disabled in the driver?

https://github.com/clockworkpi/DevTerm/blob/a900c2fff59573c42de4e2bd3974ad536ce82f6b/Code/patch/armbian_build_a06/patch/kernel-004-panel.patch#L141-L159

Also, if there's any schematics or datasheets for the display that you could share, that would be very helpful! More details on the backlight driver would also be helpful too!

maxfierke commented 2 years ago

This patchset fixes the display suspend/resume issue at the root of my question: https://patchwork.kernel.org/project/linux-rockchip/list/?series=554547 (issues with the Rockchip MIPI DSI driver)