From: jsg Date: Wed, 25 Jan 2023 02:06:05 +0000 (+0000) Subject: drm/amd/display: disable S/G display on DCN 3.1.4 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5f18152fc1c11a334718b8a30469e68dfb4212b2;p=openbsd drm/amd/display: disable S/G display on DCN 3.1.4 From Alex Deucher bf9261e4536f1165e67572ffbdd768c90f8eebef in linux-6.1.y/6.1.8 a52287d66dfa1cca32e6273623b63ba39d87f126 in mainline linux --- 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 a6ac4bc7878..0e1a77578ed 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 @@ -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;