]> www.infradead.org Git - users/hch/misc.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)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Mar 2025 16:15:08 +0000 (12:15 -0400)
commitf82d27dcff939d3cbecbc60e1b71e2518c37e81d
tree68faced62b3469870b482be8784867b2b5fe6a0e
parent9c05636ca72a2dbf41bf0900380f438a0de47319
drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12

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>
drivers/gpu/drm/amd/amdkfd/kfd_topology.c