Home
last modified time | relevance | path

Searched refs:dpu_hw_dspp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dspp.h8 struct dpu_hw_dspp;
66 void (*setup_pcc)(struct dpu_hw_dspp *ctx, struct dpu_hw_pcc_cfg *cfg);
73 void (*setup_gc)(struct dpu_hw_dspp *ctx, struct dpu_hw_gc_lut *gc_lut);
85 struct dpu_hw_dspp { struct
102 static inline struct dpu_hw_dspp *to_dpu_hw_dspp(struct dpu_hw_blk *hw) in to_dpu_hw_dspp() argument
104 return container_of(hw, struct dpu_hw_dspp, base); in to_dpu_hw_dspp()
107 struct dpu_hw_dspp *dpu_hw_dspp_init(struct drm_device *dev,
H A Ddpu_hw_dspp.c39 static void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx, in dpu_setup_dspp_pcc()
78 static void dpu_setup_dspp_gc(struct dpu_hw_dspp *ctx, in dpu_setup_dspp_gc()
126 struct dpu_hw_dspp *dpu_hw_dspp_init(struct drm_device *dev, in dpu_hw_dspp_init()
130 struct dpu_hw_dspp *c; in dpu_hw_dspp_init()
H A Ddpu_crtc.h98 struct dpu_hw_dspp *hw_dspp;
H A Ddpu_rm.c155 struct dpu_hw_dspp *hw; in dpu_rm_init()
H A Ddpu_crtc.c859 struct dpu_hw_dspp *dspp; in _dpu_crtc_setup_cp_blocks()