summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-01-25 02:04:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-01-25 02:04:35 +0000
commit1276753a15ce81e43242e529ef3983a7a36452c3 (patch)
treeab911ad945fbcf448198ccb867149ffc14f753b6
parent9cefd3e83b92dcb20924f6782b0839d5872ae8bb (diff)
drm/amd/display: disable S/G display on DCN 3.1.5
From Alex Deucher 3ad10fc4ad37be5adfb02f6d493d092dec9b4c55 in linux-6.1.y/6.1.8 e78cc6a4c7486f50c2786d91dd7d9649a87d1dcb in mainline linux
-rw-r--r--sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c1
1 files changed, 0 insertions, 1 deletions
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 fcb266589ea..a6ac4bc7878 100644
--- a/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -1515,7 +1515,6 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
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;
break;