All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements
@ 2013-06-03 20:59 Darren Etheridge
  2013-06-03 20:59 ` [PATCH 1/5] drm/tilcdc: support pixel widths greater than 1024 Darren Etheridge
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Darren Etheridge @ 2013-06-03 20:59 UTC (permalink / raw)
  To: dri-devel

The series of patches that follow are intended to address issues that
have been found in the tilcdc drm driver. The patchset enables support
for screen resolutions with horizontal resolutions greater than 1024
pixels.  The patchset also addresses a limitation where certain
monitor timings would overflow LCD controller timing registers causing
either no monitor signal or a very corrupted display.  This patchset
will stop monitor modes from being reported as valid if the lcd
controller cannot support them.  

Applies cleanly on 3.10rc4.

Darren Etheridge (5):
  drm/tilcdc: support pixel widths greater than 1024
  drm/tilcdc: adding some more devicetree config
  drm/tilcdc: fixing off by one errors found on analyzer
  drm/tilcdc: adding more guards to present selection of invalid modes
  drm/tilcdc: whitespace fixes and tidyup

 .../devicetree/bindings/drm/tilcdc/tilcdc.txt      |    8 ++
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c               |  115 +++++++++++++++++---
 drivers/gpu/drm/tilcdc/tilcdc_drv.c                |   15 +++-
 drivers/gpu/drm/tilcdc/tilcdc_drv.h                |   22 ++++
 drivers/gpu/drm/tilcdc/tilcdc_regs.h               |    1 +
 5 files changed, 147 insertions(+), 14 deletions(-)

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

end of thread, other threads:[~2013-06-03 21:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 20:59 [PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements Darren Etheridge
2013-06-03 20:59 ` [PATCH 1/5] drm/tilcdc: support pixel widths greater than 1024 Darren Etheridge
2013-06-03 20:59 ` [PATCH 2/5] drm/tilcdc: adding some more devicetree config Darren Etheridge
2013-06-03 20:59 ` [PATCH 3/5] drm/tilcdc: fixing off by one errors found on analyzer Darren Etheridge
2013-06-03 20:59 ` [PATCH 4/5] drm/tilcdc: adding more guards to present selection of invalid modes Darren Etheridge
2013-06-03 20:59 ` [PATCH 5/5] drm/tilcdc: whitespace fixes and tidyup Darren Etheridge
2013-06-03 21:51 ` [PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements Rob Clark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.