[PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements

Darren Etheridge detheridge at ti.com
Mon Jun 3 13:59:28 PDT 2013


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(-)



More information about the dri-devel mailing list