[Public]

Disable the debugger on gfx1036.
 
Signed-off-by: jie1zhan jesse.zh...@amd.com
Reviewed-by: Jonathan Kim <jonathan....@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:

Reply via email to