projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3609309
)
drm/amdkfd: Set event interrupt class for GFX 9.4.3
author
Mukul Joshi
<mukul.joshi@amd.com>
Tue, 23 May 2023 15:59:53 +0000
(11:59 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 9 Jun 2023 14:56:42 +0000
(10:56 -0400)
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@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
index e92b93b2c14c3868356958279dcb1938be8d8d77..862a50f7b490dfe4ef3a53f026da0435164b9c72 100644
(file)
--- 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 */