Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
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 …]
Ddpu_hw_intf.c83 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_bind_pingpong_blk()
253 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status()
268 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count()
294 struct dpu_hw_intf *dpu_hw_intf_init(enum dpu_intf idx, in dpu_hw_intf_init()
298 struct dpu_hw_intf *c; in dpu_hw_intf_init()
325 void dpu_hw_intf_destroy(struct dpu_hw_intf *intf) in dpu_hw_intf_destroy()
Ddpu_encoder_phys.h223 struct dpu_hw_intf *hw_intf;
Ddpu_rm.c62 struct dpu_hw_intf *hw; in dpu_rm_destroy()
141 struct dpu_hw_intf *hw; in dpu_rm_init()
Ddpu_encoder.c1077 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set()
/Linux-v5.10/drivers/gpu/drm/msm/
DMakefile65 disp/dpu1/dpu_hw_intf.o \