Message ID | 20200811002240.55194-1-paul@crapouillou.net (mailing list archive) |
---|---|
Headers | show |
Series | drm/panel: A few cleanups and improvements | expand |
Hi Paul. On Tue, Aug 11, 2020 at 02:22:35AM +0200, Paul Cercueil wrote: > Hi list, > > Here's a list of 5 patches that bring some cleanups and improvements. > > Patches 1-2 clean up the novatek,nt39016 code to remove custom handling > of the backlight and to add the missing carriage returns on error > messages. > > Patches 3-5 updates the modes list of the sharp,ls020b1dd01d panel, to > make it use 'struct drm_display_mode' instead of 'struct > display_timing', modify the timings to get a perfect 60.00 Hz rate, and > add a 50 Hz mode. While touching logging stuff in panle/ I made the same fix adding newlines. Glad to see you did it so I can drop one of my patches. All patches applied to drm-misc-next. Sam > > Cheers, > -Paul > > Paul Cercueil (5): > drm/panel: novatek,nt39016: Handle backlight the standard way > drm/panel: novatek,nt39016: Add missing CR to error messages > drm/panel: simple: Convert sharp,ls020b1dd01d from timings to > videomode > drm/panel: simple: Tweak timings of sharp,ls020b1dd01d for perfect > 60Hz > drm/panel: simple: Add 50Hz mode for sharp,ls020b1dd01d > > drivers/gpu/drm/panel/panel-novatek-nt39016.c | 34 ++++++---------- > drivers/gpu/drm/panel/panel-simple.c | 40 +++++++++++++------ > 2 files changed, 40 insertions(+), 34 deletions(-) > > -- > 2.28.0