[PATCH] drm/rockchip: vop: fix crtc size in plane check
From: Mark yao <hidden>
Date: 2016-03-04 01:05:11
Also in:
dri-devel, linux-rockchip, lkml
From: Mark yao <hidden>
Date: 2016-03-04 01:05:11
Also in:
dri-devel, linux-rockchip, lkml
On 2016?02?22? 20:22, John Keeping wrote:
If the geometry of a crtc is changing in an atomic update then we much
I think "we much validate" should be "we must validate".:-)
validate the plane size against the new state of the crtc and not the current size, otherwise if the crtc size is increasing the plane will be cropped at the previous size and will not fill the screen. Signed-off-by: John Keeping<redacted>
-- ?ark Yao