Skip to content

Commit 1e66a17

Browse files
superm1alexdeucher
authored andcommitted
Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON"
This reverts commit 072030b. This is no longer necessary when using newer DMUB F/W. Cc: stable@vger.kernel.org Cc: Sean Wang <sean.ns.wang@amd.com> Cc: Marc Rossi <Marc.Rossi@amd.com> Cc: Hamza Mahfooz <Hamza.Mahfooz@amd.com> Cc: Tsung-hua (Ryan) Lin <Tsung-hua.Lin@amd.com> Reviewed-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent cd2e31a commit 1e66a17

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/amd/display/modules/power/power_helpers.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,8 +839,6 @@ bool is_psr_su_specific_panel(struct dc_link *link)
839839
((dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x08) ||
840840
(dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x07)))
841841
isPSRSUSupported = false;
842-
else if (dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x03)
843-
isPSRSUSupported = false;
844842
else if (dpcd_caps->psr_info.force_psrsu_cap == 0x1)
845843
isPSRSUSupported = true;
846844
}

0 commit comments

Comments
 (0)