drm/rockchip: vop2: remove the unsupported format of cluster window
authorAndy Yan <andy.yan@rock-chips.com>
Wed, 18 Oct 2023 09:42:39 +0000 (17:42 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 24 Oct 2023 19:29:11 +0000 (21:29 +0200)
commit01d5a75370a60c3a8d691347ae6ebb2a9f8dc44a
treed8a5e906ee6f0465b58f82af678968d49b9900a6
parent45ad07c7053df0b67e13d8deb574920d11651fb2
drm/rockchip: vop2: remove the unsupported format of cluster window

The cluster window on vop2 doesn't support linear yuv
format(NV12/16/24), it only support afbc based yuv
format(DRM_FORMAT_YUV420_8BIT/10BIT), which will be
added in next patch.

Fixes: 604be85547ce ("drm/rockchip: Add VOP2 driver")
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20231018094239.2475851-1-andyshrk@163.com
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
drivers/gpu/drm/rockchip/rockchip_vop2_reg.c