anv: only resort to sync fds internally with no syncobj support
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