commit | 1fc08218ed2a42c86af5c905fe4c00885376a07e | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Fri Aug 25 10:52:25 2017 -0700 |
committer | Dave Airlie <airlied@redhat.com> | Tue Aug 29 06:27:41 2017 +1000 |
tree | d143951efc18fe4669a2944916d07204e9460f4b | |
parent | 9c19fb10a5893d6501df4d0fb93d954d5fc1d91b [diff] |
drm/syncobj: Add a CREATE_SIGNALED flag This requests that the driver create the sync object such that it already has a signaled dma_fence attached. Because we don't need anything in particular (just something signaled), we use a dummy null fence. This is useful for Vulkan which has a similar flag that can be passed to vkCreateFence. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Dave Airlie <airlied@redhat.com>