Home
last modified time | relevance | path

Searched refs:msm_dsc_get_bytes_per_line (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_dsc_helper.h33 static inline u32 msm_dsc_get_bytes_per_line(const struct drm_dsc_config *dsc) in msm_dsc_get_bytes_per_line() function
/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c944 hdisplay = DIV_ROUND_UP(msm_dsc_get_bytes_per_line(msm_host->dsc), 3); in dsi_timing_setup()