Searched defs:vbif (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_vbif.c | 40 static int _dpu_vbif_wait_for_xin_halt(struct dpu_hw_vbif *vbif, u32 xin_id) in _dpu_vbif_wait_for_xin_halt() 82 static void _dpu_vbif_apply_dynamic_ot_limit(struct dpu_hw_vbif *vbif, in _dpu_vbif_apply_dynamic_ot_limit() 122 static u32 _dpu_vbif_get_ot_limit(struct dpu_hw_vbif *vbif, in _dpu_vbif_get_ot_limit() 171 struct dpu_hw_vbif *vbif; in dpu_vbif_set_ot_limit() local 215 struct dpu_hw_vbif *vbif; in dpu_vbif_set_qos_remap() local 259 struct dpu_hw_vbif *vbif; in dpu_vbif_clear_errors() local 280 struct dpu_hw_vbif *vbif; in dpu_vbif_init_memtypes() local 304 const struct dpu_vbif_cfg *vbif = &dpu_kms->catalog->vbif[i]; in dpu_debugfs_vbif_init() local
|
D | dpu_hw_vbif.c | 35 #define VBIF_XINL_QOS_LVL_REMAP_000(vbif) (VBIF_XINL_QOS_RP_REMAP_000 + (vbif)->cap->qos_rp_remap_s… argument 37 static void dpu_hw_clear_errors(struct dpu_hw_vbif *vbif, in dpu_hw_clear_errors() 57 static void dpu_hw_set_mem_type(struct dpu_hw_vbif *vbif, in dpu_hw_set_mem_type() 87 static void dpu_hw_set_limit_conf(struct dpu_hw_vbif *vbif, in dpu_hw_set_limit_conf() 108 static u32 dpu_hw_get_limit_conf(struct dpu_hw_vbif *vbif, in dpu_hw_get_limit_conf() 130 static void dpu_hw_set_halt_ctrl(struct dpu_hw_vbif *vbif, in dpu_hw_set_halt_ctrl() 146 static bool dpu_hw_get_halt_ctrl(struct dpu_hw_vbif *vbif, in dpu_hw_get_halt_ctrl() 157 static void dpu_hw_set_qos_remap(struct dpu_hw_vbif *vbif, in dpu_hw_set_qos_remap() 187 static void dpu_hw_set_write_gather_en(struct dpu_hw_vbif *vbif, u32 xin_id) in dpu_hw_set_write_gather_en()
|
D | dpu_kms.h | 66 void __iomem *mmio, *vbif[VBIF_MAX]; member
|
D | dpu_kms.c | 1070 const struct dpu_vbif_cfg *vbif = &dpu_kms->catalog->vbif[i]; in dpu_kms_mdp_snapshot() local 1231 const struct dpu_vbif_cfg *vbif = &dpu_kms->catalog->vbif[i]; in dpu_kms_hw_init() local
|
D | dpu_hw_catalog.h | 816 const struct dpu_vbif_cfg *vbif; member
|