Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/display/
H A Ddrm_dsc_helper.h29 u32 drm_dsc_flatness_det_thresh(const struct drm_dsc_config *dsc);
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dsc_helper.c1470 u32 drm_dsc_flatness_det_thresh(const struct drm_dsc_config *dsc) in drm_dsc_flatness_det_thresh() function
1474 EXPORT_SYMBOL(drm_dsc_flatness_det_thresh);
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.c108 det_thresh_flatness = drm_dsc_flatness_det_thresh(dsc); in dpu_hw_dsc_config()
H A Ddpu_hw_dsc_1_2.c201 det_thresh_flatness = drm_dsc_flatness_det_thresh(dsc); in dpu_hw_dsc_config_1_2()