]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/gmc12.1: fix MMHUB0 check in pasid tlb flush
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Jul 2026 15:20:38 +0000 (11:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Aug 2026 18:33:02 +0000 (14:33 -0400)
commit5227c2c77c3869cbbc680d5a61cb5d4574fd8e38
tree4817d42ca85c87a68a2c20978952fe3c0de7c10b
parente40ff9840fa8a633d149f0242df10cae5e518062
drm/amdgpu/gmc12.1: fix MMHUB0 check in pasid tlb flush

Check for mmhub0 rather than mmhub1.  Looks like a copy
paste typo.

Fixes: d0c989a0aad3 ("drm/amd/amdgpu : Use the MES INV_TLBS API for tlb invalidation on gfx12_1")
Cc: Shaoyun Liu <shaoyun.liu@amd.com>
Reviewed-by: Shaoyun Liu <shaoyun.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 0e8faef0aaa4d08f3f4f67ee7bb74e1babc8efc4)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c