Home
last modified time | relevance | path

Searched refs:dpu_hw_blk (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_blk.h20 struct dpu_hw_blk;
28 int (*start)(struct dpu_hw_blk *);
29 void (*stop)(struct dpu_hw_blk *);
39 struct dpu_hw_blk { struct
47 int dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, argument
49 void dpu_hw_blk_destroy(struct dpu_hw_blk *hw_blk);
51 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id);
52 void dpu_hw_blk_put(struct dpu_hw_blk *hw_blk);
Ddpu_hw_blk.c35 int dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, in dpu_hw_blk_init()
63 void dpu_hw_blk_destroy(struct dpu_hw_blk *hw_blk) in dpu_hw_blk_destroy()
86 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id) in dpu_hw_blk_get()
88 struct dpu_hw_blk *curr; in dpu_hw_blk_get()
135 void dpu_hw_blk_put(struct dpu_hw_blk *hw_blk) in dpu_hw_blk_put()
Ddpu_hw_cdm.h96 struct dpu_hw_blk base;
115 static inline struct dpu_hw_cdm *to_dpu_hw_cdm(struct dpu_hw_blk *hw) in to_dpu_hw_cdm()
Ddpu_hw_pingpong.h96 struct dpu_hw_blk base;
112 static inline struct dpu_hw_pingpong *to_dpu_hw_pingpong(struct dpu_hw_blk *hw) in to_dpu_hw_pingpong()
Ddpu_hw_lm.h79 struct dpu_hw_blk base;
100 static inline struct dpu_hw_mixer *to_dpu_hw_mixer(struct dpu_hw_blk *hw) in to_dpu_hw_mixer()
Ddpu_hw_intf.h89 struct dpu_hw_blk base;
106 static inline struct dpu_hw_intf *to_dpu_hw_intf(struct dpu_hw_blk *hw) in to_dpu_hw_intf()
Ddpu_hw_top.h169 struct dpu_hw_blk base;
185 static inline struct dpu_hw_mdp *to_dpu_hw_mdp(struct dpu_hw_blk *hw) in to_dpu_hw_mdp()
Ddpu_hw_ctl.h177 struct dpu_hw_blk base;
196 static inline struct dpu_hw_ctl *to_dpu_hw_ctl(struct dpu_hw_blk *hw) in to_dpu_hw_ctl()
Ddpu_hw_sspp.h381 struct dpu_hw_blk base;
399 static inline struct dpu_hw_pipe *to_dpu_hw_pipe(struct dpu_hw_blk *hw) in to_dpu_hw_pipe()
Ddpu_rm.c101 struct dpu_hw_blk *hw;
/Linux-v4.19/drivers/gpu/drm/msm/
DMakefile59 disp/dpu1/dpu_hw_blk.o \