]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12
authorJonathan Kim <jonathan.kim@amd.com>
Fri, 14 Mar 2025 15:08:21 +0000 (11:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2025 09:12:30 +0000 (11:12 +0200)
commit2ea69baeb5d3e761b6b134189b137eefccd8fa91
treed6fe670c50d67dc72f90aa18de399676cb7a32ce
parentaf233078494ec48952a975febd88792a3a324579
drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12

[ Upstream commit f82d27dcff939d3cbecbc60e1b71e2518c37e81d ]

Clause instructions with precise memory enabled currently hang the
shader so set capabilities flag to disabled since it's unsafe to use
for debugging.

Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Tested-by: Lancelot Six <lancelot.six@amd.com>
Reviewed-by: Harish Kasiviswanathan <harish.kasiviswanathan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdkfd/kfd_topology.c