Revert "drm/amd/display: edp do not add non-edid timings"
authorHersen Wu <hersenxs.wu@amd.com>
Mon, 26 Jun 2023 17:40:58 +0000 (13:40 -0400)
committerBen Hutchings <benh@debian.org>
Thu, 27 Jul 2023 17:28:01 +0000 (18:28 +0100)
Origin: https://gitlab.freedesktop.org/agd5f/linux/-/commit/d6149086b45e150c170beaa4546495fd1880724c

This change causes regression when eDP and external display in mirror
mode. When external display supports low resolution than eDP, use eDP
timing to driver external display may cause corruption on external
display.

This reverts commit e749dd10e5f292061ad63d2b030194bf7d7d452c.

Cc: stable@vger.kernel.org
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2655
Signed-off-by: Hersen Wu <hersenxs.wu@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name Revert-drm-amd-display-edp-do-not-add-non-edid-timin.patch

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index 91c308cf27eb28bb4c89cc94f2607dd0485242e5..8a6c79ba45c231a486246979ba181a27c07a3e23 100644 (file)
@@ -6972,13 +6972,7 @@ static int amdgpu_dm_connector_get_modes(struct drm_connector *connector)
                                drm_add_modes_noedid(connector, 640, 480);
        } else {
                amdgpu_dm_connector_ddc_get_modes(connector, edid);
-               /* most eDP supports only timings from its edid,
-                * usually only detailed timings are available
-                * from eDP edid. timings which are not from edid
-                * may damage eDP
-                */
-               if (connector->connector_type != DRM_MODE_CONNECTOR_eDP)
-                       amdgpu_dm_connector_add_common_modes(encoder, connector);
+               amdgpu_dm_connector_add_common_modes(encoder, connector);
                amdgpu_dm_connector_add_freesync_modes(connector, edid);
        }
        amdgpu_dm_fbc_init(connector);