Skip to content

anv: only resort to sync fds internally with no syncobj support

Lionel Landwerlin requested to merge llandwerlin/mesa:review/anv-syncobj into master

We can rely on only one kind of synchronization object (drm-syncobj) when it is available. This reduces the number of file descriptors we use in our implementation.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Merge request reports