commit | 3e6fb72d6cef6a46f8531a01ed290785952fe25b | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Fri Aug 25 10:52:26 2017 -0700 |
committer | Dave Airlie <airlied@redhat.com> | Tue Aug 29 06:28:23 2017 +1000 |
tree | 85e1a61b5e384970448b03a36b14d0e1a68193e9 | |
parent | e7aca5031a2fb51b6120864d0eff5478c95e6651 [diff] |
drm/syncobj: Add a syncobj_array_find helper The wait ioctl has a bunch of code to read an syncobj handle array from userspace and turn it into an array of syncobj pointers. We're about to add two new IOCTLs which will need to work with arrays of syncobj handles so let's make some helpers. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Dave Airlie <airlied@redhat.com>