anv/hasvk: consider timeline semaphore support stable
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34332>
This commit is contained in:

committed by
Marge Bot

parent
c57da522fa
commit
43e0f02391
@@ -877,11 +877,6 @@ Anvil(ANV) driver environment variables
|
||||
If defined to ``1`` or ``true``, this forces all descriptor sets to
|
||||
use the internal :ref:`Bindless model`.
|
||||
|
||||
.. envvar:: ANV_QUEUE_THREAD_DISABLE
|
||||
|
||||
If defined to ``1`` or ``true``, this disables support for timeline
|
||||
semaphores.
|
||||
|
||||
.. envvar:: ANV_USERSPACE_RELOCS
|
||||
|
||||
If defined to ``1`` or ``true``, this forces ANV to always do
|
||||
|
@@ -2562,9 +2562,6 @@ anv_physical_device_try_create(struct vk_instance *vk_instance,
|
||||
if (result != VK_SUCCESS)
|
||||
goto fail_base;
|
||||
|
||||
if (debug_get_bool_option("ANV_QUEUE_THREAD_DISABLE", false))
|
||||
device->has_exec_timeline = false;
|
||||
|
||||
device->has_cooperative_matrix =
|
||||
device->info.cooperative_matrix_configurations[0].scope != INTEL_CMAT_SCOPE_NONE;
|
||||
|
||||
|
@@ -1755,8 +1755,6 @@ anv_physical_device_try_create(struct vk_instance *vk_instance,
|
||||
|
||||
if (intel_gem_get_param(fd, I915_PARAM_HAS_EXEC_TIMELINE_FENCES, &val))
|
||||
device->has_exec_timeline = val;
|
||||
if (debug_get_bool_option("ANV_QUEUE_THREAD_DISABLE", false))
|
||||
device->has_exec_timeline = false;
|
||||
|
||||
unsigned st_idx = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user