Home
last modified time | relevance | path

Searched refs:fxp_q4_from_int (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
A Dintel_link_bw.c99 link_bpp_x16 = fxp_q4_from_int(crtc_state->pipe_bpp); in intel_link_bw_reduce_bpp()
A Dintel_dp_mst.c232 link_bpp_x16 = fxp_q4_from_int(dsc ? bpp : in intel_dp_mst_find_vcpi_slots_for_bpp()
310 crtc_state->dsc.compressed_bpp_x16 = fxp_q4_from_int(bpp); in intel_dp_mst_find_vcpi_slots_for_bpp()
502 if (limits->link.max_bpp_x16 < fxp_q4_from_int(24)) in adjust_limits_for_dsc_hblank_expansion_quirk()
505 limits->link.min_bpp_x16 = fxp_q4_from_int(24); in adjust_limits_for_dsc_hblank_expansion_quirk()
513 min_bpp_x16 = fxp_q4_from_int(13); in adjust_limits_for_dsc_hblank_expansion_quirk()
515 min_bpp_x16 = fxp_q4_from_int(10); in adjust_limits_for_dsc_hblank_expansion_quirk()
A Dintel_dp.c2038 fxp_q4_from_int(valid_dsc_bpp[i]); in icl_dsc_compute_link_config()
2291 fxp_q4_from_int(max(dsc_min_bpp, dsc_max_bpp)); in intel_edp_dsc_compute_pipe_bpp()
2423 fxp_q4_from_int(limits->pipe.max_bpp)); in intel_dp_compute_config_link_bpp_limits()
2426 max_link_bpp_x16 = rounddown(max_link_bpp_x16, fxp_q4_from_int(2 * 3)); in intel_dp_compute_config_link_bpp_limits()
2428 if (max_link_bpp_x16 < fxp_q4_from_int(limits->pipe.min_bpp)) in intel_dp_compute_config_link_bpp_limits()
2431 limits->link.min_bpp_x16 = fxp_q4_from_int(limits->pipe.min_bpp); in intel_dp_compute_config_link_bpp_limits()
3077 link_bpp_x16 = fxp_q4_from_int(intel_dp_output_bpp(pipe_config->output_format, in intel_dp_compute_config()
A Dintel_fdi.c345 intel_link_compute_m_n(fxp_q4_from_int(pipe_config->pipe_bpp), in ilk_fdi_compute_config()
A Dintel_bios.c3554 crtc_state->dsc.compressed_bpp_x16 = fxp_q4_from_int(min(crtc_state->pipe_bpp, in fill_dsc()
/linux/include/drm/
A Ddrm_fixed.h218 static inline int fxp_q4_from_int(int val_int) in fxp_q4_from_int() function

Completed in 34 milliseconds