[Public]

Acked-by: Alex Deucher <[email protected]>
________________________________
From: amd-gfx <[email protected]> on behalf of Zhang, 
Jesse(Jie) <[email protected]>
Sent: Wednesday, August 31, 2022 9:11 PM
To: Alex Deucher <[email protected]>; [email protected] 
<[email protected]>
Cc: Zhang, Yifan <[email protected]>; Huang, Ray <[email protected]>
Subject: [PATCH] drm/amdgpu: disable the debugger on gfx1036

[Public]


Disable the debugger on gfx1036.

Signed-off-by: jie1zhan [email protected]
    Change-Id: If1d9608d508d1eb29e6c1de7ac7d1db93d1000b0

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