commit | ac3069e67f5659131d7ac5f54d966005bbc40af8 | [log] [tgz] |
---|---|---|
author | Deepak Rawat <drawat@vmware.com> | Tue Jan 16 08:44:42 2018 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Mar 22 10:57:28 2018 +0100 |
tree | 549881dcb5e1d8caf9382cbfb17544cee784dc5b | |
parent | aa64b3f18aeb2cc4b74e69115df434147f1ed96c [diff] |
drm/vmwgfx: Move the stdu vblank event to atomic function Atomic ioctl can also send the same page flip flags as legacy ioctl. In those cases also need to send the vblank event to userspace. vmwgfx does not support flag DRM_MODE_PAGE_FLIP_ASYNC, so this flag is never expected. Signed-off-by: Deepak Rawat <drawat@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>