|
@@ -887,6 +887,9 @@ static bool dce110_link_encoder_validate_hdmi_output(
|
|
|
crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
|
|
|
return false;
|
|
|
|
|
|
+ if (!enc110->base.features.flags.bits.HDMI_6GB_EN &&
|
|
|
+ adjusted_pix_clk_khz >= 300000)
|
|
|
+ return false;
|
|
|
return true;
|
|
|
}
|
|
|
|
|
@@ -1008,6 +1011,7 @@ bool dce110_link_encoder_construct(
|
|
|
bp_cap_info.DP_HBR2_EN;
|
|
|
enc110->base.features.flags.bits.IS_HBR3_CAPABLE =
|
|
|
bp_cap_info.DP_HBR3_EN;
|
|
|
+ enc110->base.features.flags.bits.HDMI_6GB_EN = bp_cap_info.HDMI_6GB_EN;
|
|
|
}
|
|
|
|
|
|
return true;
|