drm/amdgpu: Set atomics to true for xgmi
authorHarish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Thu, 12 Feb 2026 17:13:26 +0000 (12:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Feb 2026 17:16:11 +0000 (12:16 -0500)
commit23c098b5fc89c17cec6b25ebe071f47a54b7d613
tree0147e970b8528ce82e96aee49b9b5d5d9087c476
parent09da66f139b43c217e22435d6e50b0d9960f5183
drm/amdgpu: Set atomics to true for xgmi

xgmi support atomics between links. Set them to true. This only set for
GFX12 onwards to avoid regression on older generations

v2: Use correct xgmi flag that indicates CPU connection

Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c