Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.h14 struct dpu_hw_intf;
82 void (*setup_timing_gen)(struct dpu_hw_intf *intf,
87 void (*setup_prg_fetch)(struct dpu_hw_intf *intf,
90 void (*enable_timing)(struct dpu_hw_intf *intf,
93 void (*get_status)(struct dpu_hw_intf *intf,
96 u32 (*get_line_count)(struct dpu_hw_intf *intf);
98 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf,
100 void (*setup_misr)(struct dpu_hw_intf *intf);
107 int (*disable_tearcheck)(struct dpu_hw_intf *intf);
118 void (*program_intf_cmd_cfg)(struct dpu_hw_intf *intf,
[all …]
H A Ddpu_hw_intf.c257 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine()
266 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch()
290 struct dpu_hw_intf *intf, in dpu_hw_intf_bind_pingpong_blk()
308 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status()
329 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count()
341 static void dpu_hw_intf_setup_misr(struct dpu_hw_intf *intf) in dpu_hw_intf_setup_misr()
351 static int dpu_hw_intf_enable_te(struct dpu_hw_intf *intf, in dpu_hw_intf_enable_te()
417 static int dpu_hw_intf_disable_te(struct dpu_hw_intf *intf) in dpu_hw_intf_disable_te()
479 static void dpu_hw_intf_vsync_sel(struct dpu_hw_intf *intf, in dpu_hw_intf_vsync_sel()
558 struct dpu_hw_intf *dpu_hw_intf_init(struct drm_device *dev, in dpu_hw_intf_init()
[all …]
H A Ddpu_rm.h32 struct dpu_hw_intf *hw_intf[INTF_MAX - INTF_0];
101 static inline struct dpu_hw_intf *dpu_rm_get_intf(struct dpu_rm *rm, enum dpu_intf intf_idx) in dpu_rm_get_intf()
H A Ddpu_encoder_phys.h182 struct dpu_hw_intf *hw_intf;
265 struct dpu_hw_intf *hw_intf;
H A Ddpu_encoder_phys_cmd.c510 struct dpu_hw_intf *hw_intf; in dpu_encoder_phys_cmd_get_line_count()
H A Ddpu_rm.c101 struct dpu_hw_intf *hw; in dpu_rm_init()
H A Ddpu_encoder.c1425 static struct dpu_hw_intf *dpu_encoder_get_intf(const struct dpu_mdss_cfg *catalog, in dpu_encoder_get_intf()
/linux-6.15/drivers/gpu/drm/msm/
H A DMakefile85 disp/dpu1/dpu_hw_intf.o \