Searched refs:dp_should_enable_fec (Results 1 – 8 of 8) sorted by relevance
149 if (ready && dp_should_enable_fec(link)) { in dp_set_fec_ready()182 if (enable && dp_should_enable_fec(link)) { in dp_set_fec_enable()
63 bool dp_should_enable_fec(const struct dc_link *link);
332 bool dp_should_enable_fec(const struct dc_link *link) in dp_should_enable_fec() function
485 dpia_control.fec_rdy = link->dc->link_srv->dp_should_enable_fec(link); in dcn31_link_encoder_enable_dp_output()532 dpia_control.fec_rdy = link->dc->link_srv->dp_should_enable_fec(link); in dcn31_link_encoder_enable_dp_mst_output()
239 if (dp_should_enable_fec(link)) { in dp_link_bandwidth_kbps()
155 link_srv->dp_should_enable_fec = dp_should_enable_fec; in construct_link_service_dp_capability()
202 bool (*dp_should_enable_fec)(const struct dc_link *link); member
353 return link->dc->link_srv->dp_should_enable_fec(link); in dc_link_should_enable_fec()