Skip to content
Snippets Groups Projects
Commit 18e7ab59 authored by Jonathan Gray's avatar Jonathan Gray Committed by Greg Kroah-Hartman
Browse files

Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again"


This reverts commit 107a1163.

duplicated a change made in 6.6.8
a8f922ad

Cc: stable@vger.kernel.org # 6.6
Signed-off-by: default avatarJonathan Gray <jsg@jsg.id.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6335c0cd
No related merge requests found
......@@ -841,8 +841,6 @@ bool is_psr_su_specific_panel(struct dc_link *link)
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment