Skip to content

Commit d64b70d

Browse files
superm1gregkh
authored andcommitted
Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON"
commit 1e66a17 upstream. This reverts commit 072030b. This is no longer necessary when using newer DMUB F/W. Cc: [email protected] Cc: Sean Wang <[email protected]> Cc: Marc Rossi <[email protected]> Cc: Hamza Mahfooz <[email protected]> Cc: Tsung-hua (Ryan) Lin <[email protected]> Reviewed-by: Leo Li <[email protected]> Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fbfb6b7 commit d64b70d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,6 @@ bool is_psr_su_specific_panel(struct dc_link *link)
816816
((dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x08) ||
817817
(dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x07)))
818818
isPSRSUSupported = false;
819-
else if (dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x03)
820-
isPSRSUSupported = false;
821819
else if (dpcd_caps->psr_info.force_psrsu_cap == 0x1)
822820
isPSRSUSupported = true;
823821
}

0 commit comments

Comments
 (0)