[PATCH] drm/amdgpu: disable the debugger on gfx1036

Zhang, Jesse(Jie) Jesse.Zhang at amd.com
Thu Sep 1 01:59:51 UTC 2022


[Public]

Disable the debugger on gfx1036.
 
Signed-off-by: jie1zhan jesse.zhang at amd.com
Reviewed-by: Jonathan Kim <jonathan.kim at amd.com> 
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_debug.c b/drivers/gpu/drm/amd/amdkfd/kfd_debug.c
index 5ab20f6dc291..89ebb3ee9ccc 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_debug.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_debug.c
@@ -1097,6 +1097,7 @@ bool kfd_dbg_has_supported_firmware(struct kfd_dev *dev)
                break;
        case IP_VERSION(10, 1, 3): /* Cyan Skillfish */
        case IP_VERSION(10, 3, 3): /* Yellow Carp*/
+      case IP_VERSION(10, 3, 6): /* gfx1036*/
                firmware_supported = false;
                break;
        default:


More information about the amd-gfx mailing list