Skip to content

Commit 5e2e260

Browse files
committed
drm/sun4i: backend: Disable alpha on the lowest plane on the A20
Unlike we previously thought, the per-pixel alpha is just as broken on the A20 as it is on the A10. Remove the quirk that says we can use it. Fixes: dcf496a ("drm/sun4i: sun4i: Introduce a quirk for lowest plane alpha support") Signed-off-by: Maxime Ripard <[email protected]> Reviewed-by: Chen-Yu Tsai <[email protected]> Cc: Paul Kocialkowski <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent e359c70 commit 5e2e260

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/sun4i/sun4i_backend.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,6 @@ static const struct sun4i_backend_quirks sun6i_backend_quirks = {
994994

995995
static const struct sun4i_backend_quirks sun7i_backend_quirks = {
996996
.needs_output_muxing = true,
997-
.supports_lowest_plane_alpha = true,
998997
};
999998

1000999
static const struct sun4i_backend_quirks sun8i_a33_backend_quirks = {

0 commit comments

Comments
 (0)