drm/amd/display: disable S/G display on DCN 3.1.4
authorjsg <jsg@openbsd.org>
Wed, 25 Jan 2023 02:06:05 +0000 (02:06 +0000)
committerjsg <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

index a6ac4bc..0e1a775 100644 (file)
@@ -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;