]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdkfd: Implement CU Masking for GFX 12.1
authorMukul Joshi <mukul.joshi@amd.com>
Thu, 4 Sep 2025 22:04:29 +0000 (18:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:59:56 +0000 (16:59 -0500)
commita0806e7fe7aa67e36b89593a02b2669efa721860
tree2260e470726e430e31c43488aafe16ca2d8fd2d3
parentacf07acfae919305eb96085dc0b11ab0382ae3e5
drm/amdkfd: Implement CU Masking for GFX 12.1

Add CU masking implementation for GFX 12.1. Add a local
implementation for GFX 12.1 instead of using the generic
function defined in kfd_mqd_manager.c because of some
quirks in the way CU mask is handled on GFX 12.1.

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