Skip to content
Commit 92915da6 authored by John Keeping's avatar John Keeping Committed by Mark Yao
Browse files

drm/rockchip: vop: fix crtc size in plane check



If the geometry of a crtc is changing in an atomic update then we must
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: default avatarJohn Keeping <john@metanate.com>
parent 4604202c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment