On Mon, Jun 3, 2013 at 4:59 PM, Darren Etheridge <detheridge at ti.com> wrote:
> 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.

Looks good, thanks!  For the series:

Signed-off-by: Rob Clark <robdclark at gmail.com>

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

Reply via email to