linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/panel: A few cleanups and improvements
@ 2020-08-11  0:22 Paul Cercueil
  2020-08-11  0:22 ` [PATCH 1/5] drm/panel: novatek,nt39016: Handle backlight the standard way Paul Cercueil
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Paul Cercueil @ 2020-08-11  0:22 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg
  Cc: David Airlie, Daniel Vetter, od, dri-devel, linux-kernel, Paul Cercueil

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.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-08-15 22:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11  0:22 [PATCH 0/5] drm/panel: A few cleanups and improvements Paul Cercueil
2020-08-11  0:22 ` [PATCH 1/5] drm/panel: novatek,nt39016: Handle backlight the standard way Paul Cercueil
2020-08-11  0:22 ` [PATCH 2/5] drm/panel: novatek,nt39016: Add missing CR to error messages Paul Cercueil
2020-08-11  0:22 ` [PATCH 3/5] drm/panel: simple: Convert sharp,ls020b1dd01d from timings to videomode Paul Cercueil
2020-08-11  0:22 ` [PATCH 4/5] drm/panel: simple: Tweak timings of sharp,ls020b1dd01d for perfect 60Hz Paul Cercueil
2020-08-11  0:22 ` [PATCH 5/5] drm/panel: simple: Add 50Hz mode for sharp,ls020b1dd01d Paul Cercueil
2020-08-15 14:09 ` [PATCH 0/5] drm/panel: A few cleanups and improvements Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).