Home
last modified time | relevance | path

Searched refs:dpu_hw_ctl (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h24 struct dpu_hw_ctl;
72 void (*trigger_start)(struct dpu_hw_ctl *ctx);
79 bool (*is_started)(struct dpu_hw_ctl *ctx);
87 void (*trigger_pending)(struct dpu_hw_ctl *ctx);
95 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx);
102 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx);
111 void (*update_pending_flush)(struct dpu_hw_ctl *ctx,
121 void (*update_pending_flush_wb)(struct dpu_hw_ctl *ctx,
131 void (*update_pending_flush_cwb)(struct dpu_hw_ctl *ctx,
141 void (*update_pending_flush_intf)(struct dpu_hw_ctl *ctx,
[all …]
H A Ddpu_crtc.h97 struct dpu_hw_ctl *lm_ctl;
224 struct dpu_hw_ctl *hw_ctls[CRTC_DUAL_MIXERS];
H A Ddpu_encoder.c1635 struct dpu_hw_ctl *ctl; in _dpu_encoder_trigger_flush()
1715 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_trigger_start()
1754 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_hw_reset()
1788 struct dpu_hw_ctl *ctl; in _dpu_encoder_kickoff_phys()
1844 struct dpu_hw_ctl *ctl; in dpu_encoder_trigger_kickoff_pending()
1991 static void dpu_encoder_dsc_pipe_cfg(struct dpu_hw_ctl *ctl, in dpu_encoder_dsc_pipe_cfg()
2021 struct dpu_hw_ctl *ctl = enc_master->hw_ctl; in dpu_encoder_prep_dsc()
2185 struct dpu_hw_ctl *ctl = phys_enc->hw_ctl; in dpu_encoder_helper_reset_mixers()
2219 static void dpu_encoder_dsc_pipe_clr(struct dpu_hw_ctl *ctl, in dpu_encoder_dsc_pipe_clr()
2240 struct dpu_hw_ctl *ctl = enc_master->hw_ctl; in dpu_encoder_unprep_dsc()
[all …]
H A Ddpu_encoder_phys_vid.c336 struct dpu_hw_ctl *hw_ctl; in dpu_encoder_phys_vid_vblank_irq()
446 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_enable()
533 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_wait_for_commit_done()
553 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_prepare_for_kickoff()
H A Ddpu_encoder_phys.h180 struct dpu_hw_ctl *hw_ctl;
H A Ddpu_rm.c142 struct dpu_hw_ctl *hw; in dpu_rm_init()
458 const struct dpu_hw_ctl *ctl; in _dpu_rm_reserve_ctls()
H A Ddpu_crtc.c451 struct dpu_hw_ctl *ctl = mixer->lm_ctl; in _dpu_crtc_blend_setup_mixer()
527 struct dpu_hw_ctl *ctl; in _dpu_crtc_blend_setup()
828 struct dpu_hw_ctl *ctl; in _dpu_crtc_setup_cp_blocks()
H A Ddpu_encoder_phys_wb.c276 struct dpu_hw_ctl *hw_ctl; in _dpu_encoder_phys_wb_update_flush()
/linux/drivers/gpu/drm/msm/
H A DMakefile80 disp/dpu1/dpu_hw_ctl.o \