Searched refs:dpu_hw_ctl (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_ctl.h | 24 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 …]
|
| D | dpu_hw_ctl.c | 80 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 …]
|
| 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 | 84 void dpu_plane_get_ctl_flush(struct drm_plane *plane, struct dpu_hw_ctl *ctl,
|
| D | dpu_encoder_phys_vid.c | 313 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()
|
| D | dpu_rm.c | 63 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()
|
| D | dpu_encoder_phys.h | 218 struct dpu_hw_ctl *hw_ctl;
|
| D | dpu_encoder_phys_cmd.c | 62 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()
|
| D | dpu_encoder.c | 1446 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()
|
| D | dpu_crtc.c | 218 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()
|
| D | dpu_plane.c | 864 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/ |
| D | Makefile | 62 disp/dpu1/dpu_hw_ctl.o \
|