Searched refs:dpu_hw_intf (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_intf.h | 21 struct dpu_hw_intf; 67 void (*setup_timing_gen)(struct dpu_hw_intf *intf, 71 void (*setup_prg_fetch)(struct dpu_hw_intf *intf, 74 void (*enable_timing)(struct dpu_hw_intf *intf, 77 void (*get_status)(struct dpu_hw_intf *intf, 80 void (*setup_misr)(struct dpu_hw_intf *intf, 83 u32 (*collect_misr)(struct dpu_hw_intf *intf); 85 u32 (*get_line_count)(struct dpu_hw_intf *intf); 88 struct dpu_hw_intf { struct 106 static inline struct dpu_hw_intf *to_dpu_hw_intf(struct dpu_hw_blk *hw) in to_dpu_hw_intf() argument [all …]
|
D | dpu_hw_intf.c | 93 static void dpu_hw_intf_setup_timing_engine(struct dpu_hw_intf *ctx, in dpu_hw_intf_setup_timing_engine() 201 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine() 210 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch() 234 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status() 249 static void dpu_hw_intf_setup_misr(struct dpu_hw_intf *intf, in dpu_hw_intf_setup_misr() 266 static u32 dpu_hw_intf_collect_misr(struct dpu_hw_intf *intf) in dpu_hw_intf_collect_misr() 273 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count() 302 struct dpu_hw_intf *dpu_hw_intf_init(enum dpu_intf idx, in dpu_hw_intf_init() 306 struct dpu_hw_intf *c; in dpu_hw_intf_init() 343 void dpu_hw_intf_destroy(struct dpu_hw_intf *intf) in dpu_hw_intf_destroy()
|
D | dpu_encoder_phys.h | 279 struct dpu_hw_intf *hw_intf;
|
D | dpu_encoder_phys_vid.c | 484 struct dpu_hw_intf *intf; in dpu_encoder_phys_vid_enable() 864 struct dpu_hw_intf *hw_intf = (struct dpu_hw_intf *)iter.hw; in dpu_encoder_phys_vid_init()
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | Makefile | 64 disp/dpu1/dpu_hw_intf.o \
|