artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72534d7
)
drm/amdgpu/pm: enable swsmu for SMU IP v13.0.11
author
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:23:18 +0000
(
02:23
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:23:18 +0000
(
02:23
+0000)
From Yifan Zhang
bb856053b7d7526784e596cf3be16e9d047ccb99
in linux-6.1.y/6.1.8
16412a94364d1dcebded9217ecb693c9659eaabc
in mainline linux
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
b/sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
index
44b03dd
..
aacc250
100644
(file)
--- a/
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
+++ b/
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
@@
-585,6
+585,7
@@
static int smu_set_funcs(struct amdgpu_device *adev)
yellow_carp_set_ppt_funcs(smu);
break;
case IP_VERSION(13, 0, 4):
+ case IP_VERSION(13, 0, 11):
smu_v13_0_4_set_ppt_funcs(smu);
break;
case IP_VERSION(13, 0, 5):