Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.h13 struct dpu_hw_intf;
57 void (*setup_timing_gen)(struct dpu_hw_intf *intf,
61 void (*setup_prg_fetch)(struct dpu_hw_intf *intf,
64 void (*enable_timing)(struct dpu_hw_intf *intf,
67 void (*get_status)(struct dpu_hw_intf *intf,
70 u32 (*get_line_count)(struct dpu_hw_intf *intf);
73 struct dpu_hw_intf { struct
93 struct dpu_hw_intf *dpu_hw_intf_init(enum dpu_intf idx, argument
101 void dpu_hw_intf_destroy(struct dpu_hw_intf *intf);
Ddpu_hw_intf.c81 static void dpu_hw_intf_setup_timing_engine(struct dpu_hw_intf *ctx, in dpu_hw_intf_setup_timing_engine()
189 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine()
198 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch()
222 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status()
237 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count()
261 struct dpu_hw_intf *dpu_hw_intf_init(enum dpu_intf idx, in dpu_hw_intf_init()
265 struct dpu_hw_intf *c; in dpu_hw_intf_init()
292 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_encoder.c1060 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set()
1065 hw_intf = (struct dpu_hw_intf *)hw_iter.hw; in dpu_encoder_virt_mode_set()
/Linux-v5.4/drivers/gpu/drm/msm/
DMakefile64 disp/dpu1/dpu_hw_intf.o \