Files
linux/drivers/gpu/drm/mediatek
Sean Paul b37dc36baa drm/mediatek: Ensure the cursor plane is on top of other overlays
[ Upstream commit 26d696192a ]

Currently the cursor is placed on the first overlay plane, which means
it will be at the bottom of the stack when the hw does the compositing
with anything other than primary plane. Since mtk doesn't support plane
zpos, change the cursor location to the top-most plane.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-03-25 08:26:53 +01:00
..