[PATCH 04/12] gpu: imx: fix support for interlaced modes

2015-10-06 Thread Fabio Estevam
On Sat, Aug 8, 2015 at 1:03 PM, Russell King wrote: > The support for interlaced video modes seems to be broken; we don't use > anything other than the vtotal/htotal from the timing information to > define the various sync counters. > > Freescale patches for interlaced video support contain an alt

[PATCH 04/12] gpu: imx: fix support for interlaced modes

2015-08-27 Thread Philipp Zabel
Am Donnerstag, den 27.08.2015, 09:54 +0100 schrieb Russell King - ARM Linux: > On Thu, Aug 27, 2015 at 10:39:12AM +0200, Philipp Zabel wrote: > > Hi Russell, > > > > Am Samstag, den 08.08.2015, 17:03 +0100 schrieb Russell King: > > > The support for interlaced video modes seems to be broken; we do

[PATCH 04/12] gpu: imx: fix support for interlaced modes

2015-08-27 Thread Philipp Zabel
Hi Russell, Am Samstag, den 08.08.2015, 17:03 +0100 schrieb Russell King: > The support for interlaced video modes seems to be broken; we don't use > anything other than the vtotal/htotal from the timing information to > define the various sync counters. I finally made time to test this series:

[PATCH 04/12] gpu: imx: fix support for interlaced modes

2015-08-27 Thread Russell King - ARM Linux
On Thu, Aug 27, 2015 at 10:39:12AM +0200, Philipp Zabel wrote: > Hi Russell, > > Am Samstag, den 08.08.2015, 17:03 +0100 schrieb Russell King: > > The support for interlaced video modes seems to be broken; we don't use > > anything other than the vtotal/htotal from the timing information to > > de

[PATCH 04/12] gpu: imx: fix support for interlaced modes

2015-08-08 Thread Russell King
The support for interlaced video modes seems to be broken; we don't use anything other than the vtotal/htotal from the timing information to define the various sync counters. Freescale patches for interlaced video support contain an alternative sync counter setup, which we include here. This setu