]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/gfx12: add CU mask support for compute MQD initialization
authorJesse.Zhang <Jesse.Zhang@amd.com>
Fri, 23 Jan 2026 05:05:29 +0000 (13:05 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:16:30 +0000 (14:16 -0500)
commitcb9a5ff7ad2c568ec6084906fc8b1cb6298cfeee
treecc4d61f4c830400226ec113ab7e70baccf575170
parentd68c4e48e4357b782de09a5e3150d0dbe7dcb58e
drm/amdgpu/gfx12: add CU mask support for compute MQD initialization

Extend the GFX12 compute MQD initialization to support
Compute Unit (CU) masking for fine-grained resource allocation.
This allows compute queues to be limited to specific CUs for
performance isolation and debugging purposes.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jesse Zhang <jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c