Home
last modified time | relevance | path

Searched refs:disable_fec (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
Ddc_types.h235 unsigned int disable_fec; member
Ddc.h487 bool disable_fec; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1077 if (link->local_sink->edid_caps.panel_patch.disable_fec) in dc_link_detect_helper()
1078 link->ctx->dc->debug.disable_fec = true; in dc_link_detect_helper()
3610 if (dc_link_is_fec_supported(link) && !link->dc->debug.disable_fec) { in dc_link_bandwidth_kbps()
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()