artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889aef2
)
drm/amd/display: Add DCN314 display SG Support
author
jsg
<jsg@openbsd.org>
Mon, 9 Jan 2023 04:15:53 +0000
(
04:15
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 9 Jan 2023 04:15:53 +0000
(
04:15
+0000)
From Yifan Zhang
3038224f5617bb4628170b29661645138f884292
in linux-6.1.y/6.1.4
fe6872adb05e85bde38f2cdec01a0f4cfb826998
in mainline linux
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
b/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index
4f2a921
..
fea6ce2
100644
(file)
--- a/
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@
-1514,6
+1514,7
@@
static int amdgpu_dm_init(struct amdgpu_device *adev)
case IP_VERSION(3, 0, 1):
case IP_VERSION(3, 1, 2):
case IP_VERSION(3, 1, 3):
+ case IP_VERSION(3, 1, 4):
case IP_VERSION(3, 1, 5):
case IP_VERSION(3, 1, 6):
init_data.flags.gpu_vm_support = true;