]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdkfd: Add/remove queues on the correct XCC on GFX 12.1
authorMukul Joshi <mukul.joshi@amd.com>
Thu, 7 Aug 2025 19:12:41 +0000 (15:12 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:27:11 +0000 (16:27 -0500)
commitb6ac64eed803d421ae53f280a68771b101000281
treec305c785abefffea25d87f658b616d4e410d5cb4
parent376fa6c9ac10f492e78af84fbef84bf93213470b
drm/amdkfd: Add/remove queues on the correct XCC on GFX 12.1

On GFX 12.1, pass the xcc id of the master XCC to choose the correct
MES Pipe to send the add_queue/remove_queue requests to MES.

Signed-off-by: Mukul Joshi <mukul.joshi@amd.com>
Reviewed-by: Alex Sierra <alex.sierra@amd.com>
Reviewed-by: Michael Chen <michael.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c