Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.h13 struct dpu_hw_intf;
60 void (*setup_timing_gen)(struct dpu_hw_intf *intf,
64 void (*setup_prg_fetch)(struct dpu_hw_intf *intf,
67 void (*enable_timing)(struct dpu_hw_intf *intf,
70 void (*get_status)(struct dpu_hw_intf *intf,
73 u32 (*get_line_count)(struct dpu_hw_intf *intf);
75 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf,
80 struct dpu_hw_intf { struct
98 static inline struct dpu_hw_intf *to_dpu_hw_intf(struct dpu_hw_blk *hw) in to_dpu_hw_intf() argument
100 return container_of(hw, struct dpu_hw_intf, base); in to_dpu_hw_intf()
[all …]
Ddpu_hw_intf.c81 static void dpu_hw_intf_setup_timing_engine(struct dpu_hw_intf *ctx, in dpu_hw_intf_setup_timing_engine()
207 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine()
216 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch()
240 struct dpu_hw_intf *intf, in dpu_hw_intf_bind_pingpong_blk()
259 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status()
280 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count()
304 struct dpu_hw_intf *dpu_hw_intf_init(enum dpu_intf idx, in dpu_hw_intf_init()
308 struct dpu_hw_intf *c; in dpu_hw_intf_init()
333 void dpu_hw_intf_destroy(struct dpu_hw_intf *intf) in dpu_hw_intf_destroy()
Ddpu_encoder_phys.h220 struct dpu_hw_intf *hw_intf;
Ddpu_rm.c79 struct dpu_hw_intf *hw; in dpu_rm_destroy()
178 struct dpu_hw_intf *hw; in dpu_rm_init()
Ddpu_encoder.c1080 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set()
/drivers/gpu/drm/msm/
DMakefile64 disp/dpu1/dpu_hw_intf.o \