]> Git Repo - J-linux.git/commitdiff
drm/rockchip: vop2: Remove AR30 and AB30 format support
authorAndy Yan <[email protected]>
Mon, 4 Mar 2024 10:09:52 +0000 (18:09 +0800)
committerHeiko Stuebner <[email protected]>
Tue, 26 Mar 2024 08:48:26 +0000 (09:48 +0100)
The Alpha blending for 30 bit RGB/BGR are not
functioning properly for rk3568/rk3588, so remove
it from the format list.

Fixes: bfd8a5c228fa ("drm/rockchip: vop2: Add more supported 10bit formats")
Signed-off-by: Andy Yan <[email protected]>
Acked-by: Sascha Hauer <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/rockchip/rockchip_vop2_reg.c

index 48170694ac6b89335fd40f00c668ab9df7f2d824..18efb3fe1c000f691131dabccb2d6965763c8e07 100644 (file)
@@ -17,9 +17,7 @@
 
 static const uint32_t formats_cluster[] = {
        DRM_FORMAT_XRGB2101010,
-       DRM_FORMAT_ARGB2101010,
        DRM_FORMAT_XBGR2101010,
-       DRM_FORMAT_ABGR2101010,
        DRM_FORMAT_XRGB8888,
        DRM_FORMAT_ARGB8888,
        DRM_FORMAT_XBGR8888,
This page took 0.051224 seconds and 4 git commands to generate.