Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h24 struct dpu_hw_ctl;
60 void (*trigger_start)(struct dpu_hw_ctl *ctx);
68 void (*trigger_pending)(struct dpu_hw_ctl *ctx);
75 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx);
82 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx);
90 void (*update_pending_flush)(struct dpu_hw_ctl *ctx,
97 void (*trigger_flush)(struct dpu_hw_ctl *ctx);
104 u32 (*get_flush_register)(struct dpu_hw_ctl *ctx);
111 void (*setup_intf_cfg)(struct dpu_hw_ctl *ctx,
114 int (*reset)(struct dpu_hw_ctl *c);
[all …]
Ddpu_hw_ctl.c67 static inline u32 dpu_hw_ctl_get_flush_register(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_flush_register()
74 static inline void dpu_hw_ctl_trigger_start(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_start()
81 static inline void dpu_hw_ctl_trigger_pending(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_pending()
88 static inline void dpu_hw_ctl_clear_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_clear_pending_flush()
95 static inline void dpu_hw_ctl_update_pending_flush(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_update_pending_flush()
103 static u32 dpu_hw_ctl_get_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_pending_flush()
108 static inline void dpu_hw_ctl_trigger_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_flush()
115 static uint32_t dpu_hw_ctl_get_bitmask_sspp(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_get_bitmask_sspp()
170 static uint32_t dpu_hw_ctl_get_bitmask_mixer(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_get_bitmask_mixer()
203 static int dpu_hw_ctl_get_bitmask_intf(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_get_bitmask_intf()
[all …]
Ddpu_crtc.h81 struct dpu_hw_ctl *lm_ctl;
210 struct dpu_hw_ctl *hw_ctls[CRTC_DUAL_MIXERS];
Ddpu_plane.h78 void dpu_plane_get_ctl_flush(struct drm_plane *plane, struct dpu_hw_ctl *ctl,
Ddpu_encoder_phys_vid.c291 struct dpu_hw_ctl *hw_ctl; in dpu_encoder_phys_vid_vblank_irq()
436 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_enable()
523 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_wait_for_commit_done()
543 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_prepare_for_kickoff()
Ddpu_encoder_phys.h221 struct dpu_hw_ctl *hw_ctl;
Ddpu_encoder.c957 struct dpu_hw_ctl *hw_ctl[MAX_CHANNELS_PER_ENC] = { NULL }; in dpu_encoder_virt_mode_set()
1015 hw_ctl[i] = (struct dpu_hw_ctl *)hw_iter.hw; in dpu_encoder_virt_mode_set()
1428 struct dpu_hw_ctl *ctl; in _dpu_encoder_trigger_flush()
1480 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_trigger_start()
1522 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_hw_reset()
1556 struct dpu_hw_ctl *ctl; in _dpu_encoder_kickoff_phys()
1609 struct dpu_hw_ctl *ctl; in dpu_encoder_trigger_kickoff_pending()
Ddpu_encoder_phys_cmd.c58 struct dpu_hw_ctl *ctl; in _dpu_encoder_phys_cmd_update_intf_cfg()
470 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_cmd_enable_helper()
Ddpu_rm.c448 const struct dpu_hw_ctl *ctl = to_dpu_hw_ctl(iter.blk->hw); in _dpu_rm_reserve_ctls()
Ddpu_crtc.c124 struct dpu_hw_ctl *ctl = mixer->lm_ctl; in _dpu_crtc_blend_setup_mixer()
193 struct dpu_hw_ctl *ctl; in _dpu_crtc_blend_setup()
Ddpu_plane.c756 void dpu_plane_get_ctl_flush(struct drm_plane *plane, struct dpu_hw_ctl *ctl, in dpu_plane_get_ctl_flush()
/Linux-v5.4/drivers/gpu/drm/msm/
DMakefile62 disp/dpu1/dpu_hw_ctl.o \