[PATCH v4] drm/fsl-dcu: Implement gamma_lut atomic crtc properties

2016-09-28 Thread Meng Yi
Gamma correction is optional and can be used to adjust the color output values to match the gamut of a particular TFT LCD panel Errata: Gamma_R, Gamma_G and Gamma_B registers are little-endian registers while the rest of the address-space in 2D-ACE is big-endian. Workaround: Split the DCU regs

[PATCH v4] drm/fsl-dcu: Implement gamma_lut atomic crtc properties

2016-09-27 Thread Stefan Agner
Hi Meng, This starts to look good, some comments below. For the next revision, can you also add the device tree maintainers? I would like to get an ack from somebody there that such a split up is ok. On 2016-09-27 20:17, Meng Yi wrote: > Gamma correction is optional and can be used to adjust