We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f73d7b commit fc6afa0Copy full SHA for fc6afa0
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
@@ -841,6 +841,8 @@ bool is_psr_su_specific_panel(struct dc_link *link)
841
isPSRSUSupported = false;
842
else if (dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x03)
843
844
+ else if (dpcd_caps->sink_dev_id_str[1] == 0x08 && dpcd_caps->sink_dev_id_str[0] == 0x01)
845
+ isPSRSUSupported = false;
846
else if (dpcd_caps->psr_info.force_psrsu_cap == 0x1)
847
isPSRSUSupported = true;
848
}
0 commit comments