Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/
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
/linux-6.12.1/drivers/gpu/drm/msm/dsi/
Ddsi_host.c986 hdisplay = DIV_ROUND_UP(msm_dsc_get_bytes_per_line(msm_host->dsc), bytes_per_pclk); in dsi_timing_setup()