commit | fea7dd547b038bfed6728641dc35703ab29a16d3 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Fri Feb 12 08:26:37 2016 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Mon Mar 14 14:56:06 2016 +0100 |
tree | d1d69e5d8499ba4a478334ff942ea503adb8c8be | |
parent | f3b3355073ffc2ee717693df587e5d1855ab2d22 [diff] |
drm/vmwgfx: Fix a screen object framebuffer dirty corner case If there are no cliprects for a particular crtc, an invalid command would have been generated. If that's the case, instead ditch the generated command sequence. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>