Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h24 struct dpu_hw_ctl;
62 void (*trigger_start)(struct dpu_hw_ctl *ctx);
70 void (*trigger_pending)(struct dpu_hw_ctl *ctx);
77 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx);
84 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx);
92 void (*update_pending_flush)(struct dpu_hw_ctl *ctx,
101 void (*update_pending_flush_intf)(struct dpu_hw_ctl *ctx,
110 void (*update_pending_flush_merge_3d)(struct dpu_hw_ctl *ctx,
117 void (*trigger_flush)(struct dpu_hw_ctl *ctx);
124 u32 (*get_flush_register)(struct dpu_hw_ctl *ctx);
[all …]
Ddpu_hw_ctl.c80 static inline u32 dpu_hw_ctl_get_flush_register(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_flush_register()
87 static inline void dpu_hw_ctl_trigger_start(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_start()
94 static inline void dpu_hw_ctl_trigger_pending(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_pending()
101 static inline void dpu_hw_ctl_clear_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_clear_pending_flush()
108 static inline void dpu_hw_ctl_update_pending_flush(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_update_pending_flush()
116 static u32 dpu_hw_ctl_get_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_pending_flush()
121 static inline void dpu_hw_ctl_trigger_flush_v1(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_flush_v1()
134 static inline void dpu_hw_ctl_trigger_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_flush()
141 static uint32_t dpu_hw_ctl_get_bitmask_sspp(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_get_bitmask_sspp()
196 static uint32_t dpu_hw_ctl_get_bitmask_mixer(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_get_bitmask_mixer()
[all …]
Ddpu_crtc.h82 struct dpu_hw_ctl *lm_ctl;
212 struct dpu_hw_ctl *hw_ctls[CRTC_DUAL_MIXERS];
Ddpu_plane.h84 void dpu_plane_get_ctl_flush(struct drm_plane *plane, struct dpu_hw_ctl *ctl,
Ddpu_encoder_phys_vid.c313 struct dpu_hw_ctl *hw_ctl; in dpu_encoder_phys_vid_vblank_irq()
424 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_enable()
503 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_wait_for_commit_done()
523 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_prepare_for_kickoff()
Ddpu_rm.c63 struct dpu_hw_ctl *hw; in dpu_rm_destroy()
191 struct dpu_hw_ctl *hw; in dpu_rm_init()
418 const struct dpu_hw_ctl *ctl; in _dpu_rm_reserve_ctls()
Ddpu_encoder_phys.h218 struct dpu_hw_ctl *hw_ctl;
Ddpu_encoder_phys_cmd.c62 struct dpu_hw_ctl *ctl; in _dpu_encoder_phys_cmd_update_intf_cfg()
433 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_cmd_enable_helper()
Ddpu_encoder.c1446 struct dpu_hw_ctl *ctl; in _dpu_encoder_trigger_flush()
1498 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_trigger_start()
1535 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_hw_reset()
1569 struct dpu_hw_ctl *ctl; in _dpu_encoder_kickoff_phys()
1620 struct dpu_hw_ctl *ctl; in dpu_encoder_trigger_kickoff_pending()
Ddpu_crtc.c218 struct dpu_hw_ctl *ctl = mixer->lm_ctl; in _dpu_crtc_blend_setup_mixer()
293 struct dpu_hw_ctl *ctl; in _dpu_crtc_blend_setup()
547 struct dpu_hw_ctl *ctl; in _dpu_crtc_setup_cp_blocks()
Ddpu_plane.c864 void dpu_plane_get_ctl_flush(struct drm_plane *plane, struct dpu_hw_ctl *ctl, in dpu_plane_get_ctl_flush()
/Linux-v5.15/drivers/gpu/drm/msm/
DMakefile62 disp/dpu1/dpu_hw_ctl.o \