Merge tag 'drm-next-2023-05-05' of git://anongit.freedesktop.org/drm/drm
[sfrench/cifs-2.6.git] / drivers / gpu / drm / amd / display / amdgpu_dm / amdgpu_dm.c
index 8d17fd5a817e0a62a7a33b4b59af1c6ee6ef2c9c..8b4b186c57f515fd541eaa15ce55e0b3ebf2dadb 100644 (file)
@@ -4474,10 +4474,6 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
                amdgpu_set_panel_orientation(&aconnector->base);
        }
 
-       /* If we didn't find a panel, notify the acpi video detection */
-       if (dm->adev->flags & AMD_IS_APU && dm->num_of_edps == 0)
-               acpi_video_report_nolcd();
-
        /* Software is initialized. Now we can register interrupt handlers. */
        switch (adev->asic_type) {
 #if defined(CONFIG_DRM_AMD_DC_SI)