commit | 585851164660e8dff961178a9533857b21d63975 | [log] [tgz] |
---|---|---|
author | Sinclair Yeh <syeh@vmware.com> | Wed Jul 05 01:45:40 2017 -0700 |
committer | Sinclair Yeh <syeh@vmware.com> | Mon Aug 28 17:51:38 2017 +0200 |
tree | c16506b1862c5f168cfe501c867097d80899e3d5 | |
parent | 2cfa0bb25d25aa183ea29f1f9c2bc65f3f2c2264 [diff] |
drm/vmwgfx: Add support for imported Fence File Descriptor This allows vmwgfx to wait on a fence created by another device. v2: * Remove special handling for vmwgfx fence and just use dma_fence_wait() * Use interruptible waits * Added function documentation Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Deepak Singh Rawat <drawat@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>