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

Deucher, Alexander Alexander.Deucher at amd.com
Thu Sep 1 13:45:43 UTC 2022


[Public]

Acked-by: Alex Deucher <alexander.deucher at amd.com>
________________________________
From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> on behalf of Zhang, Jesse(Jie) <Jesse.Zhang at amd.com>
Sent: Wednesday, August 31, 2022 9:11 PM
To: Alex Deucher <alexdeucher at gmail.com>; amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>
Cc: Zhang, Yifan <Yifan1.Zhang at amd.com>; Huang, Ray <Ray.Huang at amd.com>
Subject: [PATCH] drm/amdgpu: disable the debugger on gfx1036

[Public]


Disable the debugger on gfx1036.

Signed-off-by: jie1zhan jesse.zhang at amd.com
    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:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20220901/857553cb/attachment.htm>


More information about the amd-gfx mailing list