Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.h13 struct dpu_hw_intf;
59 void (*setup_timing_gen)(struct dpu_hw_intf *intf,
63 void (*setup_prg_fetch)(struct dpu_hw_intf *intf,
66 void (*enable_timing)(struct dpu_hw_intf *intf,
69 void (*get_status)(struct dpu_hw_intf *intf,
72 u32 (*get_line_count)(struct dpu_hw_intf *intf);
74 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf,
79 struct dpu_hw_intf { struct
97 static inline struct dpu_hw_intf *to_dpu_hw_intf(struct dpu_hw_blk *hw) in to_dpu_hw_intf() argument
99 return container_of(hw, struct dpu_hw_intf, base); in to_dpu_hw_intf()
[all …]
H A Ddpu_hw_intf.c83 static void dpu_hw_intf_setup_timing_engine(struct dpu_hw_intf *ctx, in dpu_hw_intf_setup_timing_engine()
202 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine()
211 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch()
235 struct dpu_hw_intf *intf, in dpu_hw_intf_bind_pingpong_blk()
254 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status()
269 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count()
295 struct dpu_hw_intf *dpu_hw_intf_init(enum dpu_intf idx, in dpu_hw_intf_init()
299 struct dpu_hw_intf *c; in dpu_hw_intf_init()
326 void dpu_hw_intf_destroy(struct dpu_hw_intf *intf) in dpu_hw_intf_destroy()
H A Ddpu_encoder_phys.h223 struct dpu_hw_intf *hw_intf;
H A Ddpu_rm.c70 struct dpu_hw_intf *hw; in dpu_rm_destroy()
149 struct dpu_hw_intf *hw; in dpu_rm_init()
H A Ddpu_encoder.c1077 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A DMakefile65 disp/dpu1/dpu_hw_intf.o \