]> Gentwo Git Trees - linux/.git/commit
drm/amdgpu/gmc6: Don't print MC client as it's unknown
authorTimur Kristóf <timur.kristof@gmail.com>
Wed, 26 Nov 2025 13:29:48 +0000 (14:29 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Dec 2025 16:02:06 +0000 (11:02 -0500)
commitd56aabaa562bcf9ac915b265c565d22f72ca2dd2
tree5e7edd86488a817619e48c842494b18a655bccf1
parent488d9e7cd68ced0fa62bb6641a2b9a8329d399d5
drm/amdgpu/gmc6: Don't print MC client as it's unknown

The VM_CONTEXT1_PROTECTION_FAULT_MCCLIENT register
doesn't exist on GMC v6 so we can't print the MC client as a
string like we do on GMC v7-v8. However, we still print the
mc_id from VM_CONTEXT1_PROTECTION_FAULT_STATUS.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c