Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h24 struct dpu_hw_ctl;
65 void (*trigger_start)(struct dpu_hw_ctl *ctx);
72 bool (*is_started)(struct dpu_hw_ctl *ctx);
80 void (*trigger_pending)(struct dpu_hw_ctl *ctx);
87 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx);
94 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx);
102 void (*update_pending_flush)(struct dpu_hw_ctl *ctx,
111 void (*update_pending_flush_wb)(struct dpu_hw_ctl *ctx,
120 void (*update_pending_flush_intf)(struct dpu_hw_ctl *ctx,
129 void (*update_pending_flush_merge_3d)(struct dpu_hw_ctl *ctx,
[all …]
Ddpu_hw_ctl.c72 static inline u32 dpu_hw_ctl_get_flush_register(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_flush_register()
79 static inline void dpu_hw_ctl_trigger_start(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_start()
86 static inline bool dpu_hw_ctl_is_started(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_is_started()
91 static inline void dpu_hw_ctl_trigger_pending(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_pending()
98 static inline void dpu_hw_ctl_clear_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_clear_pending_flush()
112 static inline void dpu_hw_ctl_update_pending_flush(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_update_pending_flush()
120 static u32 dpu_hw_ctl_get_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_pending_flush()
125 static inline void dpu_hw_ctl_trigger_flush_v1(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_flush_v1()
154 static inline void dpu_hw_ctl_trigger_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_flush()
161 static void dpu_hw_ctl_update_pending_flush_sspp(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_update_pending_flush_sspp()
[all …]
Ddpu_crtc.h97 struct dpu_hw_ctl *lm_ctl;
224 struct dpu_hw_ctl *hw_ctls[CRTC_DUAL_MIXERS];
Ddpu_encoder_phys_vid.c303 struct dpu_hw_ctl *hw_ctl; in dpu_encoder_phys_vid_vblank_irq()
403 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_enable()
477 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_wait_for_commit_done()
497 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_prepare_for_kickoff()
Ddpu_encoder.c1477 struct dpu_hw_ctl *ctl; in _dpu_encoder_trigger_flush()
1532 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_trigger_start()
1569 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_hw_reset()
1603 struct dpu_hw_ctl *ctl; in _dpu_encoder_kickoff_phys()
1654 struct dpu_hw_ctl *ctl; in dpu_encoder_trigger_kickoff_pending()
1797 static void dpu_encoder_dsc_pipe_cfg(struct dpu_hw_ctl *ctl, in dpu_encoder_dsc_pipe_cfg()
1828 struct dpu_hw_ctl *ctl = enc_master->hw_ctl; in dpu_encoder_prep_dsc()
1966 struct dpu_hw_ctl *ctl = phys_enc->hw_ctl; in dpu_encoder_helper_reset_mixers()
1990 static void dpu_encoder_dsc_pipe_clr(struct dpu_hw_ctl *ctl, in dpu_encoder_dsc_pipe_clr()
2011 struct dpu_hw_ctl *ctl = enc_master->hw_ctl; in dpu_encoder_unprep_dsc()
[all …]
Ddpu_encoder_phys_wb.c182 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_wb_setup_cdp()
288 struct dpu_hw_ctl *hw_ctl; in _dpu_encoder_phys_wb_update_flush()
527 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_wb_disable()
Ddpu_rm.c74 struct dpu_hw_ctl *hw; in dpu_rm_destroy()
188 struct dpu_hw_ctl *hw; in dpu_rm_init()
427 const struct dpu_hw_ctl *ctl; in _dpu_rm_reserve_ctls()
Ddpu_encoder_phys_cmd.c51 struct dpu_hw_ctl *ctl; in _dpu_encoder_phys_cmd_update_intf_cfg()
441 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_cmd_enable_helper()
530 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_cmd_disable()
Ddpu_encoder_phys.h180 struct dpu_hw_ctl *hw_ctl;
Ddpu_crtc.c455 struct dpu_hw_ctl *ctl = mixer->lm_ctl; in _dpu_crtc_blend_setup_mixer()
521 struct dpu_hw_ctl *ctl; in _dpu_crtc_blend_setup()
775 struct dpu_hw_ctl *ctl; in _dpu_crtc_setup_cp_blocks()
/linux-6.6.21/drivers/gpu/drm/msm/
DMakefile66 disp/dpu1/dpu_hw_ctl.o \