Home
last modified time | relevance | path

Searched refs:dp_is_fec_supported (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.h55 bool dp_is_fec_supported(const struct dc_link *link);
H A Dlink_dp_capability.c330 bool dp_is_fec_supported(const struct dc_link *link) in dp_is_fec_supported() function
365 return !force_disable && dp_is_fec_supported(link); in dp_should_enable_fec()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink.h198 bool (*dp_is_fec_supported)(const struct dc_link *link); member
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c152 link_srv->dp_is_fec_supported = dp_is_fec_supported; in construct_link_service_dp_capability()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c359 return link->dc->link_srv->dp_is_fec_supported(link); in dc_link_is_fec_supported()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1307 link->dc->link_srv->dp_is_fec_supported(link)) { in populate_audio_dp_link_info()