Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / amd / display / amdgpu_dm / amdgpu_dm.c
index e14704b764e0fe23cd5f3779ea27268f8dcc0f28..b6bef202b6bbbc841f8928153567e0181d29fb9c 100644 (file)
@@ -4483,10 +4483,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)