commit | c906965dee22d5e95d0651759ba107b420212a9f | [log] [tgz] |
---|---|---|
author | Sinclair Yeh <syeh@vmware.com> | Wed Jul 05 01:49:32 2017 -0700 |
committer | Sinclair Yeh <syeh@vmware.com> | Mon Aug 28 17:51:46 2017 +0200 |
tree | b0c5a08234cebcdede8f2ddf95045331da112953 | |
parent | 585851164660e8dff961178a9533857b21d63975 [diff] |
drm/vmwgfx: Add export fence to file descriptor support Added code to link a fence to a out_fence_fd file descriptor and thread out_fence_fd down to vmw_execbuf_copy_fence_user() so it can be copied into the IOCTL reply and be passed back up the the user. v2: Make sure to sync and clean up in case of failure Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Deepak Singh Rawat <drawat@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>