Revert "drm/amd/display: disable S/G display on DCN 3.1.2/3"
[platform/kernel/linux-starfive.git] / drivers / gpu / drm / amd / display / amdgpu_dm / amdgpu_dm.c
index 9192ece..8a6966f 100644 (file)
@@ -1567,6 +1567,8 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
                                init_data.flags.gpu_vm_support = true;
                        break;
                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;