Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c305 max_dpt_bpp_x16 = fxp_q4_from_int(intel_dp_mst_max_dpt_bpp(crtc_state, dsc)); in intel_dp_mtp_tu_compute_config()
470 fxp_q4_from_int(2 * 3), false); in mst_stream_compute_link_config()
585 if (limits->link.max_bpp_x16 < fxp_q4_from_int(24)) in adjust_limits_for_dsc_hblank_expansion_quirk()
588 limits->link.min_bpp_x16 = fxp_q4_from_int(24); in adjust_limits_for_dsc_hblank_expansion_quirk()
595 min_bpp_x16 = fxp_q4_from_int(13); in adjust_limits_for_dsc_hblank_expansion_quirk()
597 min_bpp_x16 = fxp_q4_from_int(10); in adjust_limits_for_dsc_hblank_expansion_quirk()
1518 int min_link_bpp_x16 = fxp_q4_from_int(18); in mst_connector_mode_valid_ctx()
H A Dintel_dp.c736 int vesa_bpp_x16 = fxp_q4_from_int(valid_dsc_bpp[i]); in align_min_vesa_compressed_bpp_x16()
750 int vesa_bpp_x16 = fxp_q4_from_int(valid_dsc_bpp[i]); in align_max_vesa_compressed_bpp_x16()
1103 return fxp_q4_from_int(pipe_bpp); in intel_dp_output_format_link_bpp_x16()
2142 return fxp_q4_from_int(1); in intel_dp_dsc_bpp_step_x16()
2146 return fxp_q4_from_int(1); in intel_dp_dsc_bpp_step_x16()
2149 return fxp_q4_from_int(1) / incr; in intel_dp_dsc_bpp_step_x16()
2460 return fxp_q4_from_int(12); in dsc_throughput_quirk_max_bpp_x16()
2473 min_bpp_x16 = fxp_q4_from_int(dsc_min_bpp); in intel_dp_compute_min_compressed_bpp_x16()
2503 max_link_bpp_x16 = min(max_link_bpp_x16, fxp_q4_from_int(dsc_max_bpp)); in compute_max_compressed_bpp_x16()
2589 fxp_q4_from_int(limits->pipe.max_bpp)); in intel_dp_compute_config_link_bpp_limits()
[all …]
H A Dintel_bios.c3595 crtc_state->dsc.compressed_bpp_x16 = fxp_q4_from_int(min(crtc_state->pipe_bpp, in fill_dsc()
/linux/include/drm/
H A Ddrm_fixed.h236 static inline int fxp_q4_from_int(int val_int) in fxp_q4_from_int() function