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 2a9482e commit 2387ccfCopy full SHA for 2387ccf
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c
@@ -87,6 +87,11 @@ static int dcn31_get_active_display_cnt_wa(
87
stream->signal == SIGNAL_TYPE_DVI_SINGLE_LINK ||
88
stream->signal == SIGNAL_TYPE_DVI_DUAL_LINK)
89
tmds_present = true;
90
+
91
+ /* Checking stream / link detection ensuring that PHY is active*/
92
+ if (dc_is_dp_signal(stream->signal) && !stream->dpms_off)
93
+ display_count++;
94
95
}
96
97
for (i = 0; i < dc->link_count; i++) {
0 commit comments