Searched refs:dpu_hw_blk (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_blk.h | 12 struct dpu_hw_blk; 20 int (*start)(struct dpu_hw_blk *); 21 void (*stop)(struct dpu_hw_blk *); 31 struct dpu_hw_blk { struct 39 void dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, argument 41 void dpu_hw_blk_destroy(struct dpu_hw_blk *hw_blk); 43 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id); 44 void dpu_hw_blk_put(struct dpu_hw_blk *hw_blk);
|
D | dpu_hw_blk.c | 26 void dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, in dpu_hw_blk_init() 47 void dpu_hw_blk_destroy(struct dpu_hw_blk *hw_blk) in dpu_hw_blk_destroy() 70 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id) in dpu_hw_blk_get() 72 struct dpu_hw_blk *curr; in dpu_hw_blk_get() 119 void dpu_hw_blk_put(struct dpu_hw_blk *hw_blk) in dpu_hw_blk_put()
|
D | dpu_hw_lm.h | 59 struct dpu_hw_blk base; 80 static inline struct dpu_hw_mixer *to_dpu_hw_mixer(struct dpu_hw_blk *hw) in to_dpu_hw_mixer()
|
D | dpu_hw_ctl.h | 165 struct dpu_hw_blk base; 184 static inline struct dpu_hw_ctl *to_dpu_hw_ctl(struct dpu_hw_blk *hw) in to_dpu_hw_ctl()
|
D | dpu_hw_pingpong.h | 88 struct dpu_hw_blk base;
|
D | dpu_hw_intf.h | 74 struct dpu_hw_blk base;
|
D | dpu_hw_top.h | 144 struct dpu_hw_blk base;
|
D | dpu_hw_sspp.h | 373 struct dpu_hw_blk base;
|
D | dpu_rm.c | 40 struct dpu_hw_blk *hw;
|
/Linux-v5.4/drivers/gpu/drm/msm/ |
D | Makefile | 60 disp/dpu1/dpu_hw_blk.o \
|