drm/amd/display: Add DCN314 display SG Support
authorjsg <jsg@openbsd.org>
Mon, 9 Jan 2023 04:15:53 +0000 (04:15 +0000)
committerjsg <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

index 4f2a921..fea6ce2 100644 (file)
@@ -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;