]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sun4i: backend: Support alpha property on lowest plane
authorMaxime Ripard <maxime@cerno.tech>
Tue, 28 Jul 2020 13:48:09 +0000 (15:48 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Fri, 4 Sep 2020 09:12:54 +0000 (11:12 +0200)
commit42f93cad92f77e29840a95edb768e3cc01c2cdd6
tree1531a9a072478f3ee89d0e1d70a06443bde7ec43
parent03744f4328efb8ea7eaf8a68a0853dcc1967a5ee
drm/sun4i: backend: Support alpha property on lowest plane

Unlike what we previously thought, only the per-pixel alpha is broken on
the lowest plane and the per-plane alpha isn't. Remove the check on the
alpha property being set on the lowest plane to reject a mode.

Fixes: a5b87a957949 ("drm/sun4i: sun4i: Introduce a quirk for lowest plane alpha support")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Cc: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200728134810.883457-1-maxime@cerno.tech
drivers/gpu/drm/sun4i/sun4i_backend.c