Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_dspp.h10 struct dpu_hw_dspp;
49 void (*setup_pcc)(struct dpu_hw_dspp *ctx, struct dpu_hw_pcc_cfg *cfg);
61 struct dpu_hw_dspp { struct
78 static inline struct dpu_hw_dspp *to_dpu_hw_dspp(struct dpu_hw_blk *hw) in to_dpu_hw_dspp()
80 return container_of(hw, struct dpu_hw_dspp, base); in to_dpu_hw_dspp()
90 struct dpu_hw_dspp *dpu_hw_dspp_init(enum dpu_dspp idx,
97 void dpu_hw_dspp_destroy(struct dpu_hw_dspp *dspp);
Ddpu_hw_dspp.c25 static void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx, in dpu_setup_dspp_pcc()
64 static void _setup_dspp_ops(struct dpu_hw_dspp *c, in _setup_dspp_ops()
98 struct dpu_hw_dspp *dpu_hw_dspp_init(enum dpu_dspp idx, in dpu_hw_dspp_init()
102 struct dpu_hw_dspp *c; in dpu_hw_dspp_init()
128 void dpu_hw_dspp_destroy(struct dpu_hw_dspp *dspp) in dpu_hw_dspp_destroy()
Ddpu_crtc.h83 struct dpu_hw_dspp *hw_dspp;
Ddpu_rm.c38 struct dpu_hw_dspp *hw; in dpu_rm_destroy()
187 struct dpu_hw_dspp *hw; in dpu_rm_init()
Ddpu_crtc.c453 struct dpu_hw_dspp *dspp; in _dpu_crtc_setup_cp_blocks()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
DMakefile69 disp/dpu1/dpu_hw_dspp.o \