1
0
Fork 0
alistair23-linux/drivers/gpu/drm/ingenic
Paul Cercueil b730fb1443 drm/ingenic: Fix incorrect assumption about plane->index
[ Upstream commit ca43f274e0 ]

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: stable@vger.kernel.org # v5.3
Fixes: 90b86fcc47 ("DRM: Add KMS driver for the Ingenic JZ47xx SoCs")
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200716163846.174790-1-paul@crapouillou.net
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-09-03 11:26:52 +02:00
..
Kconfig
Makefile
ingenic-drm.c drm/ingenic: Fix incorrect assumption about plane->index 2020-09-03 11:26:52 +02:00