Lines Matching refs:mode_clock
681 u32 intel_dp_mode_to_fec_clock(u32 mode_clock) in intel_dp_mode_to_fec_clock() argument
683 return div_u64(mul_u32_u32(mode_clock, 1000000U), in intel_dp_mode_to_fec_clock()
745 u32 mode_clock, u32 mode_hdisplay, in intel_dp_dsc_get_output_bpp() argument
769 (intel_dp_mode_to_fec_clock(mode_clock) * 8); in intel_dp_dsc_get_output_bpp()
775 intel_dp_mode_to_fec_clock(mode_clock)); in intel_dp_dsc_get_output_bpp()
793 intel_dp_mode_to_fec_clock(mode_clock); in intel_dp_dsc_get_output_bpp()
808 int mode_clock, int mode_hdisplay, in intel_dp_dsc_get_slice_count() argument
815 if (mode_clock <= DP_DSC_PEAK_PIXEL_RATE) in intel_dp_dsc_get_slice_count()
816 min_slice_count = DIV_ROUND_UP(mode_clock, in intel_dp_dsc_get_slice_count()
819 min_slice_count = DIV_ROUND_UP(mode_clock, in intel_dp_dsc_get_slice_count()
826 if (mode_clock >= ((i915->display.cdclk.max_cdclk_freq * 85) / 100)) in intel_dp_dsc_get_slice_count()