Re: [PATCH v2 05/10] drm/ingenic: Fix incorrect assumption about plane->index

2020-06-30 Thread Sam Ravnborg
On Tue, Jun 30, 2020 at 01:52:05AM +0200, Paul Cercueil wrote: > plane->index is NOT the index of the color plane in a YUV frame. > Actually, a YUV frame is represented by a single drm_plane, even though > it contains three Y, U, V planes. > > Cc: sta...@vger.kernel.org # v5.3 > Fixes:

[PATCH v2 05/10] drm/ingenic: Fix incorrect assumption about plane->index

2020-06-30 Thread Paul Cercueil
plane->index is NOT the index of the color plane in a YUV frame. Actually, a YUV frame is represented by a single drm_plane, even though it contains three Y, U, V planes. Cc: sta...@vger.kernel.org # v5.3 Fixes: 90b86fcc47b4 ("DRM: Add KMS driver for the Ingenic JZ47xx SoCs") Signed-off-by: Paul