Searched refs:to_bpp_int (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c333 bpp = to_bpp_int(crtc_state->dsc.compressed_bpp_x16);
863 mul = to_bpp_int(crtc_state->dsc.compressed_bpp_x16);
887 bpp = to_bpp_int(crtc_state->dsc.compressed_bpp_x16);
1462 int div = to_bpp_int(pipe_config->dsc.compressed_bpp_x16);
H A Dintel_display.c4655 if (crtc_state->pipe_bpp > to_bpp_int(crtc_state->max_link_bpp_x16)) {
H A Dintel_display_types.h2136 static inline int to_bpp_int(int bpp_x16) function
2147 #define BPP_X16_ARGS(bpp_x16) to_bpp_int(bpp_x16), (to_bpp_frac(bpp_x16) * 625)
H A Dintel_dp.c1601 for (bpp = to_bpp_int(limits->link.max_bpp_x16);
1602 bpp >= to_bpp_int(limits->link.min_bpp_x16);
2020 dsc_max_bpp = min(dsc_max_bpp, to_bpp_int(limits->link.max_bpp_x16));
2177 dsc_max_bpp = min(dsc_max_bpp, to_bpp_int(limits->link.max_bpp_x16));
H A Dintel_dp_mst.c292 to_bpp_int(limits->link.max_bpp_x16),
293 to_bpp_int(limits->link.min_bpp_x16),
356 to_bpp_int(limits->link.max_bpp_x16));
H A Dintel_fdi.c306 to_bpp_int(crtc_state->max_link_bpp_x16));
H A Dintel_vdsc.c80 int bpp = to_bpp_int(vdsc_cfg->bits_per_pixel);
267 u16 compressed_bpp = to_bpp_int(pipe_config->dsc.compressed_bpp_x16);

Completed in 362 milliseconds