]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jul 2023 13:44:52 +0000 (15:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jul 2023 13:44:52 +0000 (15:44 +0200)
added patches:
revert-drm-amd-display-edp-do-not-add-non-edid-timings.patch

queue-5.15/revert-drm-amd-display-edp-do-not-add-non-edid-timings.patch [new file with mode: 0644]
queue-5.15/series

diff --git a/queue-5.15/revert-drm-amd-display-edp-do-not-add-non-edid-timings.patch b/queue-5.15/revert-drm-amd-display-edp-do-not-add-non-edid-timings.patch
new file mode 100644 (file)
index 0000000..4bd5b15
--- /dev/null
@@ -0,0 +1,43 @@
+From d6149086b45e150c170beaa4546495fd1880724c Mon Sep 17 00:00:00 2001
+From: Hersen Wu <hersenxs.wu@amd.com>
+Date: Mon, 26 Jun 2023 13:40:58 -0400
+Subject: Revert "drm/amd/display: edp do not add non-edid timings"
+
+From: Hersen Wu <hersenxs.wu@amd.com>
+
+commit d6149086b45e150c170beaa4546495fd1880724c upstream.
+
+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>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |    8 +-------
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
++++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+@@ -8209,13 +8209,7 @@ static int amdgpu_dm_connector_get_modes
+                               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);
index e81fd5cd703a337174a03bad953f379c3cd9bc8b..ae9df37c9b7b2ac01072570349ec689ae1719507 100644 (file)
@@ -76,3 +76,4 @@ net-phy-prevent-stale-pointer-dereference-in-phy_ini.patch
 jbd2-recheck-chechpointing-non-dirty-buffer.patch
 tracing-histograms-return-an-error-if-we-fail-to-add-histogram-to-hist_vars-list.patch
 nixge-fix-mac-address-error-handling-again.patch
+revert-drm-amd-display-edp-do-not-add-non-edid-timings.patch