]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/mediatek: Add plane check in async_check function
authorBibby Hsieh <bibby.hsieh@mediatek.com>
Thu, 13 Feb 2020 01:23:52 +0000 (09:23 +0800)
committerCK Hu <ck.hu@mediatek.com>
Tue, 18 Feb 2020 07:41:50 +0000 (15:41 +0800)
commit551c5f5574759802b2549709b92bfdc7ddf36972
treef78d6fec11ff4e6bbdce14b882d34d9e58bb78d7
parent26d696192aa5f4fe9119d6d23f90ed535053abca
drm/mediatek: Add plane check in async_check function

MTK do rotation checking and transferring in layer check function,
but we do not check that in atomic_check,
so add back in atomic_check function.

Fixes: 920fffcc8912 ("drm/mediatek: update cursors by using async atomic update")
Signed-off-by: Bibby Hsieh <bibby.hsieh@mediatek.com>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
drivers/gpu/drm/mediatek/mtk_drm_plane.c