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

Extend the GFX11 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_v11_0.c