Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_link.h522 bool dc_link_is_fec_supported(const struct dc_link *link);
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c4761 bool dc_link_is_fec_supported(const struct dc_link *link) in dc_link_is_fec_supported() function
4794 return !force_disable && dc_link_is_fec_supported(link); in dc_link_should_enable_fec()