[PATCH v3 3/3] drm/omapdrm: Implement gamma_lut atomic crtc property

2016-05-25 Thread Daniel Vetter
On Tue, May 24, 2016 at 03:15:46PM +0300, Tomi Valkeinen wrote: > Hi, > > On 24/05/16 12:16, Jyri Sarha wrote: > > Implement gamma_lut atomic crtc property, set crtc gamma size to 256 > > for all crtcs and use drm_atomic_helper_legacy_gamma_set() as > > gamma_set func. The tv-out crtc has 1024 ele

[PATCH v3 3/3] drm/omapdrm: Implement gamma_lut atomic crtc property

2016-05-24 Thread Tomi Valkeinen
On 24/05/16 12:16, Jyri Sarha wrote: > Implement gamma_lut atomic crtc property, set crtc gamma size to 256 > for all crtcs and use drm_atomic_helper_legacy_gamma_set() as > gamma_set func. The tv-out crtc has 1024 element gamma table (with > 10bit precision) in HW, but current Xorg server does not

[PATCH v3 3/3] drm/omapdrm: Implement gamma_lut atomic crtc property

2016-05-24 Thread Tomi Valkeinen
Hi, On 24/05/16 12:16, Jyri Sarha wrote: > Implement gamma_lut atomic crtc property, set crtc gamma size to 256 > for all crtcs and use drm_atomic_helper_legacy_gamma_set() as > gamma_set func. The tv-out crtc has 1024 element gamma table (with > 10bit precision) in HW, but current Xorg server doe

[PATCH v3 3/3] drm/omapdrm: Implement gamma_lut atomic crtc property

2016-05-24 Thread Jyri Sarha
Implement gamma_lut atomic crtc property, set crtc gamma size to 256 for all crtcs and use drm_atomic_helper_legacy_gamma_set() as gamma_set func. The tv-out crtc has 1024 element gamma table (with 10bit precision) in HW, but current Xorg server does not accept anything else but 256 elements so tha