Searched refs:dpu_hw_cdm (Results 1 – 4 of 4) sorted by relevance
12 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 { struct125 struct dpu_hw_cdm *dpu_hw_cdm_init(struct drm_device *dev, argument129 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()
184 struct dpu_hw_cdm *hw_cdm;
198 struct dpu_hw_cdm *hw; in dpu_rm_init()
2420 struct dpu_hw_cdm *hw_cdm; in dpu_encoder_helper_phys_setup_cdm()