commit | 92915da647be831ddbaa7e03e7528d921ec7f8aa | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Fri Mar 04 11:04:03 2016 +0000 |
committer | Mark Yao <mark.yao@rock-chips.com> | Mon Mar 28 14:48:29 2016 +0800 |
tree | 37d7fda8823aa289665f5ebe633cc41f87dad083 | |
parent | 4604202ca8d2a5e33b4bca0812b5d92975ed1bd8 [diff] |
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: John Keeping <john@metanate.com>