Re: [PATCH] drm/malidp: Fix writeback in NV12

2018-08-20 Thread Brian Starkey
Hi Alex, On Mon, Aug 20, 2018 at 02:24:05PM +0100, Alexandru Gheorghe wrote: When we want to writeback to memory in NV12 format we need to program the RGB2YUV coefficients. Currently, we don't program the coefficients and the NV12 doesn't work at all. This patchset fixes that by programming a s

[PATCH] drm/malidp: Fix writeback in NV12

2018-08-20 Thread Alexandru Gheorghe
When we want to writeback to memory in NV12 format we need to program the RGB2YUV coefficients. Currently, we don't program the coefficients and the NV12 doesn't work at all. This patchset fixes that by programming a sane default(bt709, limited range) as rgb2yuv coefficients. In the long run, pro