[PATCH 03/12] gpu: imx: simplify sync polarity setting

2015-10-06 Thread Fabio Estevam
On Sat, Aug 8, 2015 at 1:03 PM, Russell King wrote: > Use a function to convert the sync pin to a bit mask for the DI_GENERAL > register, and move this out of the interlace/non-interlace path to the > common path. > > Signed-off-by: Russell King Reviewed-by: Fabio Estevam

[PATCH 03/12] gpu: imx: simplify sync polarity setting

2015-08-08 Thread Russell King
Use a function to convert the sync pin to a bit mask for the DI_GENERAL register, and move this out of the interlace/non-interlace path to the common path. Signed-off-by: Russell King --- drivers/gpu/ipu-v3/ipu-di.c | 50 + 1 file changed, 28 insertion