Home
last modified time | relevance | path

Searched refs:dc_link_is_fec_supported (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_link.h363 bool dc_link_is_fec_supported(const struct dc_link *link);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c3610 if (dc_link_is_fec_supported(link) && !link->dc->debug.disable_fec) { in dc_link_bandwidth_kbps()
3654 bool dc_link_is_fec_supported(const struct dc_link *link) in dc_link_is_fec_supported() function
H A Ddc_link_dp.c4339 if (!dc_link_is_fec_supported(link) || link->dc->debug.disable_fec) in dp_set_fec_ready()
4374 if (!dc_link_is_fec_supported(link) || link->dc->debug.disable_fec) in dp_set_fec_enable()