This is a note to let you know that I've just added the patch titled Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again" to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: revert-drm-amd-display-disable-psr-su-on-parade-0803-tcon-again.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From stable+bounces-17642-greg=kroah.com@xxxxxxxxxxxxxxx Thu Feb 1 18:05:11 2024 From: Jonathan Gray <jsg@xxxxxxxxx> Date: Fri, 2 Feb 2024 13:04:57 +1100 Subject: Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again" To: gregkh@xxxxxxxxxxxxxxxxxxx Cc: mario.limonciello@xxxxxxx, stable@xxxxxxxxxxxxxxx Message-ID: <20240202020457.29708-1-jsg@xxxxxxxxx> From: Jonathan Gray <jsg@xxxxxxxxx> This reverts commit 107a11637f43e7cdcca96c09525481e38b004455. duplicated a change made in 6.6.8 a8f922ad2f76a53383982132ee44d123b72533c5 Cc: stable@xxxxxxxxxxxxxxx # 6.6 Signed-off-by: Jonathan Gray <jsg@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/display/modules/power/power_helpers.c | 2 -- 1 file changed, 2 deletions(-) --- a/drivers/gpu/drm/amd/display/modules/power/power_helpers.c +++ b/drivers/gpu/drm/amd/display/modules/power/power_helpers.c @@ -841,8 +841,6 @@ bool is_psr_su_specific_panel(struct dc_ isPSRSUSupported = false; else if (dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x03) isPSRSUSupported = false; - else if (dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x03) - isPSRSUSupported = false; else if (dpcd_caps->psr_info.force_psrsu_cap == 0x1) isPSRSUSupported = true; } Patches currently in stable-queue which might be from kroah.com@xxxxxxxxxxxxxxx are queue-6.6/revert-drm-amd-display-disable-psr-su-on-parade-0803-tcon-again.patch