Searched refs:dpu_hw_ctl (Results 1 - 11 of 11) sorted by path

/linux-master/drivers/gpu/drm/msm/
H A DMakefile73 disp/dpu1/dpu_hw_ctl.o \
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c28 #include "dpu_hw_ctl.h"
444 struct dpu_hw_ctl *ctl = mixer->lm_ctl;
510 struct dpu_hw_ctl *ctl;
764 struct dpu_hw_ctl *ctl;
H A Ddpu_crtc.h97 struct dpu_hw_ctl *lm_ctl;
224 struct dpu_hw_ctl *hw_ctls[CRTC_DUAL_MIXERS];
H A Ddpu_encoder.c26 #include "dpu_hw_ctl.h"
1551 struct dpu_hw_ctl *ctl;
1606 struct dpu_hw_ctl *ctl;
1645 struct dpu_hw_ctl *ctl;
1679 struct dpu_hw_ctl *ctl;
1730 struct dpu_hw_ctl *ctl;
1873 static void dpu_encoder_dsc_pipe_cfg(struct dpu_hw_ctl *ctl,
1904 struct dpu_hw_ctl *ctl = enc_master->hw_ctl;
2044 struct dpu_hw_ctl *ctl = phys_enc->hw_ctl;
2068 static void dpu_encoder_dsc_pipe_clr(struct dpu_hw_ctl *ct
[all...]
H A Ddpu_encoder_phys.h18 #include "dpu_hw_ctl.h"
175 struct dpu_hw_ctl *hw_ctl;
H A Ddpu_encoder_phys_cmd.c53 struct dpu_hw_ctl *ctl;
440 struct dpu_hw_ctl *ctl;
526 struct dpu_hw_ctl *ctl;
H A Ddpu_encoder_phys_vid.c312 struct dpu_hw_ctl *hw_ctl;
411 struct dpu_hw_ctl *ctl;
495 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl;
515 struct dpu_hw_ctl *ctl;
H A Ddpu_encoder_phys_wb.c216 struct dpu_hw_ctl *ctl;
274 struct dpu_hw_ctl *hw_ctl;
522 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl;
H A Ddpu_hw_ctl.c11 #include "dpu_hw_ctl.h"
80 static inline u32 dpu_hw_ctl_get_flush_register(struct dpu_hw_ctl *ctx)
87 static inline void dpu_hw_ctl_trigger_start(struct dpu_hw_ctl *ctx)
94 static inline bool dpu_hw_ctl_is_started(struct dpu_hw_ctl *ctx)
99 static inline void dpu_hw_ctl_trigger_pending(struct dpu_hw_ctl *ctx)
106 static inline void dpu_hw_ctl_clear_pending_flush(struct dpu_hw_ctl *ctx)
121 static inline void dpu_hw_ctl_update_pending_flush(struct dpu_hw_ctl *ctx,
129 static u32 dpu_hw_ctl_get_pending_flush(struct dpu_hw_ctl *ctx)
134 static inline void dpu_hw_ctl_trigger_flush_v1(struct dpu_hw_ctl *ctx)
171 static inline void dpu_hw_ctl_trigger_flush(struct dpu_hw_ctl *ct
[all...]
H A Ddpu_hw_ctl.h24 struct dpu_hw_ctl;
67 void (*trigger_start)(struct dpu_hw_ctl *ctx);
74 bool (*is_started)(struct dpu_hw_ctl *ctx);
82 void (*trigger_pending)(struct dpu_hw_ctl *ctx);
89 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx);
96 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx);
104 void (*update_pending_flush)(struct dpu_hw_ctl *ctx,
113 void (*update_pending_flush_wb)(struct dpu_hw_ctl *ctx,
122 void (*update_pending_flush_intf)(struct dpu_hw_ctl *ctx,
131 void (*update_pending_flush_periph)(struct dpu_hw_ctl *ct
264 struct dpu_hw_ctl { struct
[all...]
H A Ddpu_rm.c10 #include "dpu_hw_ctl.h"
124 struct dpu_hw_ctl *hw;
375 const struct dpu_hw_ctl *ctl;

Completed in 402 milliseconds