[PATCH] drm/amdkfd: Set event interrupt class for GFX 9.4.3

Deucher, Alexander Alexander.Deucher at amd.com
Tue May 23 18:13:01 UTC 2023


[AMD Official Use Only - General]

Acked-by: Alex Deucher <alexander.deucher at amd.com>
________________________________
From: Joshi, Mukul <Mukul.Joshi at amd.com>
Sent: Tuesday, May 23, 2023 2:12 PM
To: amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>
Cc: Kuehling, Felix <Felix.Kuehling at amd.com>; Deucher, Alexander <Alexander.Deucher at amd.com>; Joshi, Mukul <Mukul.Joshi at amd.com>
Subject: [PATCH] drm/amdkfd: Set event interrupt class for GFX 9.4.3

Fix the warning during driver load because the event
interrupt class is not set for GFX9.4.3.

Signed-off-by: Mukul Joshi <mukul.joshi at amd.com>
---
 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
index e92b93b2c14c..862a50f7b490 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
@@ -139,6 +139,7 @@ static void kfd_device_info_set_event_interrupt_class(struct kfd_dev *kfd)
         case IP_VERSION(9, 4, 0): /* VEGA20 */
         case IP_VERSION(9, 4, 1): /* ARCTURUS */
         case IP_VERSION(9, 4, 2): /* ALDEBARAN */
+       case IP_VERSION(9, 4, 3): /* GC 9.4.3 */
         case IP_VERSION(10, 3, 1): /* VANGOGH */
         case IP_VERSION(10, 3, 3): /* YELLOW_CARP */
         case IP_VERSION(10, 3, 6): /* GC 10.3.6 */
--
2.35.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20230523/cb0b5188/attachment-0001.htm>


More information about the amd-gfx mailing list