Skip to content

Commit 905f7d5

Browse files
Andy Yanmmind
authored andcommitted
drm/rockchip: vop2: Remove AR30 and AB30 format support
The Alpha blending for 30 bit RGB/BGR are not functioning properly for rk3568/rk3588, so remove it from the format list. Fixes: bfd8a5c ("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]
1 parent a8eb93b commit 905f7d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/rockchip/rockchip_vop2_reg.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717

1818
static const uint32_t formats_cluster[] = {
1919
DRM_FORMAT_XRGB2101010,
20-
DRM_FORMAT_ARGB2101010,
2120
DRM_FORMAT_XBGR2101010,
22-
DRM_FORMAT_ABGR2101010,
2321
DRM_FORMAT_XRGB8888,
2422
DRM_FORMAT_ARGB8888,
2523
DRM_FORMAT_XBGR8888,

0 commit comments

Comments
 (0)