Home
last modified time | relevance | path

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

/linux/include/drm/display/ !
H A Ddrm_dsc_helper.h32 u32 drm_dsc_get_bpp_int(const struct drm_dsc_config *vdsc_cfg);
/linux/drivers/gpu/drm/display/ !
H A Ddrm_dsc_helper.c1447 u32 drm_dsc_get_bpp_int(const struct drm_dsc_config *vdsc_cfg) in drm_dsc_get_bpp_int() function
1452 EXPORT_SYMBOL(drm_dsc_get_bpp_int);
/linux/drivers/gpu/drm/msm/disp/dpu1/ !
H A Ddpu_encoder_phys_vid.c136 timing->width = timing->width * drm_dsc_get_bpp_int(dsc) / in drm_mode_to_intf_timing_params()
/linux/drivers/gpu/drm/msm/dsi/ !
H A Ddsi_host.c604 new_hdisplay = DIV_ROUND_UP(hdisplay * drm_dsc_get_bpp_int(dsc), in dsi_adjust_pclk_for_compression()