[PATCH v3 01/12] drm/ingenic: Fix incorrect assumption about plane->index

2020-07-17 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. v2-v3: No change Cc: sta...@vger.kernel.org # v5.3 Fixes: 90b86fcc47b4 ("DRM: Add KMS driver for the Ingenic JZ47xx SoCs") Sig

Re: [PATCH v3 01/12] drm/ingenic: Fix incorrect assumption about plane->index

2020-07-17 Thread Paul Cercueil
Hi Sam, Le jeu. 16 juil. 2020 à 19:43, Sam Ravnborg a écrit : Hi Paul. On Thu, Jul 16, 2020 at 06:38:35PM +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 thre

Re: [PATCH v3 01/12] drm/ingenic: Fix incorrect assumption about plane->index

2020-07-16 Thread Sam Ravnborg
Hi Paul. On Thu, Jul 16, 2020 at 06:38:35PM +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. > > v2-v3: No change > > Cc: sta...@vger.kernel