commit | aa4035d2c7683d2f2fb0ffe8087abd9eabf6d54a | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Mon Aug 28 14:10:27 2017 -0700 |
committer | Dave Airlie <airlied@redhat.com> | Tue Aug 29 10:16:19 2017 +1000 |
tree | 77167db05d67212faa9d9ac03b368a83badfc752 | |
parent | 3e6fb72d6cef6a46f8531a01ed290785952fe25b [diff] |
drm/syncobj: Add a reset ioctl (v3) This just resets the dma_fence to NULL so it looks like it's never been signaled. This will be useful once we add the new wait API for allowing wait on "submit and signal" behavior. v2: - Take an array of sync objects (Dave Airlie) v3: - Throw -EINVAL if pad != 0 Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Christian König <christian.koenig@amd.com> (v1) Signed-off-by: Dave Airlie <airlied@redhat.com>