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

2013-06-04 Thread Darren Etheridge
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(-)

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


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

2013-06-03 Thread Rob Clark
On Mon, Jun 3, 2013 at 4:59 PM, Darren Etheridge  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 

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


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

2013-06-03 Thread Darren Etheridge
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(-)



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

2013-06-03 Thread Rob Clark
On Mon, Jun 3, 2013 at 4:59 PM, Darren Etheridge detheri...@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 robdcl...@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(-)

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel