]> Gentwo Git Trees - linux/.git/commit
drm/amdgpu: reduce queue timeout to 2 seconds v2
authorChristian König <christian.koenig@amd.com>
Thu, 25 Sep 2025 10:09:56 +0000 (12:09 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Oct 2025 18:14:33 +0000 (14:14 -0400)
commit1bea57ea7544a8058b32d8605075e24aa2814fcc
tree2a08081d0bf49d202678f18d3a547533464ffe92
parent861fc60b172d8edc7ac867bbce628488a69abd0d
drm/amdgpu: reduce queue timeout to 2 seconds v2

There has been multiple complains that 10 seconds are usually to long.

The original requirement for longer timeout came from compute tests on
AMDVLK, since that is no longer a topic reduce the timeout back to 2
seconds for all queues.

While at it also remove any special handling for compute queues under
SRIOV or pass through.

v2: fix checkpatch warning.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c