Searched refs:dpu_hw_cdm (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_cdm.h | 20 struct dpu_hw_cdm; 71 int (*setup_csc_data)(struct dpu_hw_cdm *cdm, 78 int (*setup_cdwn)(struct dpu_hw_cdm *cdm, 85 int (*enable)(struct dpu_hw_cdm *cdm, 92 void (*disable)(struct dpu_hw_cdm *cdm); 95 struct dpu_hw_cdm { struct 115 static inline struct dpu_hw_cdm *to_dpu_hw_cdm(struct dpu_hw_blk *hw) in to_dpu_hw_cdm() 117 return container_of(hw, struct dpu_hw_cdm, base); in to_dpu_hw_cdm() 128 struct dpu_hw_cdm *dpu_hw_cdm_init(enum dpu_cdm idx, 137 void dpu_hw_cdm_destroy(struct dpu_hw_cdm *cdm);
|
D | dpu_hw_cdm.c | 94 static int dpu_hw_cdm_setup_csc_10bit(struct dpu_hw_cdm *ctx, in dpu_hw_cdm_setup_csc_10bit() 102 static int dpu_hw_cdm_setup_cdwn(struct dpu_hw_cdm *ctx, in dpu_hw_cdm_setup_cdwn() 220 static int dpu_hw_cdm_enable(struct dpu_hw_cdm *ctx, in dpu_hw_cdm_enable() 252 static void dpu_hw_cdm_disable(struct dpu_hw_cdm *ctx) in dpu_hw_cdm_disable() 274 struct dpu_hw_cdm *dpu_hw_cdm_init(enum dpu_cdm idx, in dpu_hw_cdm_init() 279 struct dpu_hw_cdm *c; in dpu_hw_cdm_init() 318 void dpu_hw_cdm_destroy(struct dpu_hw_cdm *cdm) in dpu_hw_cdm_destroy()
|
D | dpu_encoder_phys.h | 244 struct dpu_hw_cdm *hw_cdm;
|
D | dpu_rm.c | 658 const struct dpu_hw_cdm *cdm = to_dpu_hw_cdm(iter.blk->hw); in _dpu_rm_reserve_cdm()
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | Makefile | 61 disp/dpu1/dpu_hw_cdm.o \
|