Home
last modified time | relevance | path

Searched refs:dpu_hw_cdm (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_cdm.h12 struct dpu_hw_cdm;
95 int (*enable)(struct dpu_hw_cdm *cdm, struct dpu_hw_cdm_cfg *cfg);
102 void (*bind_pingpong_blk)(struct dpu_hw_cdm *cdm, const enum dpu_pingpong pp);
113 struct dpu_hw_cdm { struct
125 struct dpu_hw_cdm *dpu_hw_cdm_init(struct drm_device *dev, argument
129 static inline struct dpu_hw_cdm *to_dpu_hw_cdm(struct dpu_hw_blk *hw) in to_dpu_hw_cdm()
131 return container_of(hw, struct dpu_hw_cdm, base); in to_dpu_hw_cdm()
H A Ddpu_encoder_phys.h184 struct dpu_hw_cdm *hw_cdm;
H A Ddpu_encoder_phys_wb.c221 struct dpu_hw_cdm *hw_cdm; in dpu_encoder_phys_wb_setup_ctl()
278 struct dpu_hw_cdm *hw_cdm; in _dpu_encoder_phys_wb_update_flush()
H A Ddpu_rm.c198 struct dpu_hw_cdm *hw; in dpu_rm_init()
H A Ddpu_encoder.c2420 struct dpu_hw_cdm *hw_cdm; in dpu_encoder_helper_phys_setup_cdm()
/linux/drivers/gpu/drm/msm/
H A DMakefile79 disp/dpu1/dpu_hw_cdm.o \