artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1759935
)
drm/amd/pm: add unique_id for gc 11.0.3
author
jsg
<jsg@openbsd.org>
Mon, 30 Oct 2023 01:02:30 +0000
(
01:02
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 30 Oct 2023 01:02:30 +0000
(
01:02
+0000)
From Kenneth Feng
2a2df4f74f3746b614af686a9cbaa390d3828b09
in linux-6.1.y/6.1.60
4953856f280b2b606089a72a93a1e9212a3adaca
in mainline linux
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/pm/amdgpu_pm.c
b/sys/dev/pci/drm/amd/pm/amdgpu_pm.c
index
134bdb4
..
5e27a5a
100644
(file)
--- a/
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
+++ b/
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
@@
-1993,6
+1993,7
@@
static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_
case IP_VERSION(11, 0, 0):
case IP_VERSION(11, 0, 1):
case IP_VERSION(11, 0, 2):
+ case IP_VERSION(11, 0, 3):
*states = ATTR_STATE_SUPPORTED;
break;
default: