artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8691f38
)
drm/amd/display: disable S/G display on DCN 3.1.4
author
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:06:05 +0000
(
02:06
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:06:05 +0000
(
02:06
+0000)
From Alex Deucher
bf9261e4536f1165e67572ffbdd768c90f8eebef
in linux-6.1.y/6.1.8
a52287d66dfa1cca32e6273623b63ba39d87f126
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
a6ac4bc
..
0e1a775
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,7
+1514,6
@@
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, 6):
init_data.flags.gpu_vm_support = true;
break;