Home
last modified time | relevance | path

Searched refs:get_limit_conf (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_vbif.h36 u32 (*get_limit_conf)(struct dpu_hw_vbif *vbif, member
Ddpu_vbif.c128 if (vbif && vbif->ops.get_limit_conf) { in _dpu_vbif_get_ot_limit()
129 val = vbif->ops.get_limit_conf(vbif, in _dpu_vbif_get_ot_limit()
Ddpu_hw_vbif.c204 ops->get_limit_conf = dpu_hw_get_limit_conf; in _setup_vbif_ops()