Searched refs:dpu_hw_ctl (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_ctl.h | 24 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, 99 void (*update_pending_intf_flush)(struct dpu_hw_ctl *ctx, 106 void (*trigger_flush)(struct dpu_hw_ctl *ctx); 113 u32 (*get_flush_register)(struct dpu_hw_ctl *ctx); 120 void (*setup_intf_cfg)(struct dpu_hw_ctl *ctx, [all …]
|
D | dpu_hw_ctl.c | 71 static inline u32 dpu_hw_ctl_get_flush_register(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_flush_register() 78 static inline void dpu_hw_ctl_trigger_start(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_start() 85 static inline void dpu_hw_ctl_trigger_pending(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_pending() 92 static inline void dpu_hw_ctl_clear_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_clear_pending_flush() 99 static inline void dpu_hw_ctl_update_pending_flush(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_update_pending_flush() 107 static inline void dpu_hw_ctl_update_pending_intf_flush(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_update_pending_intf_flush() 113 static u32 dpu_hw_ctl_get_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_pending_flush() 118 static inline void dpu_hw_ctl_trigger_flush_v1(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_flush_v1() 128 static inline void dpu_hw_ctl_trigger_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_flush() 135 static uint32_t dpu_hw_ctl_get_bitmask_sspp(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_get_bitmask_sspp() [all …]
|
D | dpu_crtc.h | 82 struct dpu_hw_ctl *lm_ctl; 212 struct dpu_hw_ctl *hw_ctls[CRTC_DUAL_MIXERS];
|
D | dpu_plane.h | 82 void dpu_plane_get_ctl_flush(struct drm_plane *plane, struct dpu_hw_ctl *ctl,
|
D | dpu_encoder_phys_vid.c | 306 struct dpu_hw_ctl *hw_ctl; in dpu_encoder_phys_vid_vblank_irq() 431 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_enable() 517 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_wait_for_commit_done() 537 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_vid_prepare_for_kickoff()
|
D | dpu_rm.c | 54 struct dpu_hw_ctl *hw; in dpu_rm_destroy() 162 struct dpu_hw_ctl *hw; in dpu_rm_init() 388 const struct dpu_hw_ctl *ctl; in _dpu_rm_reserve_ctls()
|
D | dpu_encoder_phys.h | 221 struct dpu_hw_ctl *hw_ctl;
|
D | dpu_encoder_phys_cmd.c | 57 struct dpu_hw_ctl *ctl; in _dpu_encoder_phys_cmd_update_intf_cfg() 439 struct dpu_hw_ctl *ctl; in dpu_encoder_phys_cmd_enable_helper()
|
D | dpu_encoder.c | 1454 struct dpu_hw_ctl *ctl; in _dpu_encoder_trigger_flush() 1506 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_trigger_start() 1543 struct dpu_hw_ctl *ctl; in dpu_encoder_helper_hw_reset() 1573 struct dpu_hw_ctl *ctl; in _dpu_encoder_kickoff_phys() 1624 struct dpu_hw_ctl *ctl; in dpu_encoder_trigger_kickoff_pending()
|
D | dpu_crtc.c | 127 struct dpu_hw_ctl *ctl = mixer->lm_ctl; in _dpu_crtc_blend_setup_mixer() 196 struct dpu_hw_ctl *ctl; in _dpu_crtc_blend_setup() 452 struct dpu_hw_ctl *ctl; in _dpu_crtc_setup_cp_blocks()
|
D | dpu_plane.c | 849 void dpu_plane_get_ctl_flush(struct drm_plane *plane, struct dpu_hw_ctl *ctl, in dpu_plane_get_ctl_flush()
|
/Linux-v5.10/drivers/gpu/drm/msm/ |
D | Makefile | 63 disp/dpu1/dpu_hw_ctl.o \
|