]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/gfx10: look at the right prop for gfx queue priority
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Feb 2026 23:18:28 +0000 (18:18 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Mar 2026 18:08:32 +0000 (14:08 -0400)
commit355d96cdec5c61fd83f7eb54f1a28e38809645d6
treec6c06afa8749f250a4b47a8e70b3f97b40d4e1f9
parente471627d56272a791972f25e467348b611c31713
drm/amdgpu/gfx10: 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: b07d1d73b09e ("drm/amd/amdgpu: Enable high priority gfx queue")
Reviewed-by:Jesse Zhang <jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c