Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dp.h169 int intel_dp_bw_fec_overhead(bool fec_enabled);
Dintel_fdi.c348 intel_dp_bw_fec_overhead(false), in ilk_fdi_compute_config()
Dintel_dp.c798 int intel_dp_bw_fec_overhead(bool fec_enabled) in intel_dp_bw_fec_overhead() function
2893 intel_dp_bw_fec_overhead(pipe_config->fec_enable), in intel_dp_drrs_compute_config()
3106 intel_dp_bw_fec_overhead(pipe_config->fec_enable), in intel_dp_compute_config()
Dintel_dp_mst.c116 return max(overhead, intel_dp_bw_fec_overhead(crtc_state->fec_enable)); in intel_dp_mst_bw_overhead()