]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/gfx11: look at the right prop for gfx queue priority
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Feb 2026 23:20:27 +0000 (18:20 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Mar 2026 18:09:02 +0000 (14:09 -0400)
commitf9a4e81bcbd04e6f967d851f9fe69d8bb3cc08b3
treec0f94f10f89ecb65275d4497bc348f23c62090f1
parent355d96cdec5c61fd83f7eb54f1a28e38809645d6
drm/amdgpu/gfx11: look at the right prop for gfx queue priority

Look at hqd_queue_priority rather than hqd_pipe_priority.
In practice, it didn't matter as both were always set for
kernel queues, but that will change in the future.

Fixes: 2e216b1e6ba2 ("drm/amdgpu/gfx11: handle priority setup for gfx pipe1")
Reviewed-by:Jesse Zhang <jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c