Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
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);
101 int (*collect_misr)(struct dpu_hw_intf *intf, u32 *misr_value);
105 int (*enable_tearcheck)(struct dpu_hw_intf *intf, struct dpu_hw_tear_check *cfg);
[all …]
Ddpu_hw_intf.c99 static void dpu_hw_intf_setup_timing_engine(struct dpu_hw_intf *intf, in dpu_hw_intf_setup_timing_engine()
257 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()
346 static int dpu_hw_intf_collect_misr(struct dpu_hw_intf *intf, u32 *misr_value) in dpu_hw_intf_collect_misr()
351 static int dpu_hw_intf_enable_te(struct dpu_hw_intf *intf, in dpu_hw_intf_enable_te()
384 static void dpu_hw_intf_setup_autorefresh_config(struct dpu_hw_intf *intf, in dpu_hw_intf_setup_autorefresh_config()
[all …]
Ddpu_rm.h31 struct dpu_hw_intf *hw_intf[INTF_MAX - INTF_0];
105 static inline struct dpu_hw_intf *dpu_rm_get_intf(struct dpu_rm *rm, enum dpu_intf intf_idx) in dpu_rm_get_intf()
Ddpu_encoder_phys.h182 struct dpu_hw_intf *hw_intf;
265 struct dpu_hw_intf *hw_intf;
Ddpu_encoder_phys_cmd.c509 struct dpu_hw_intf *hw_intf; in dpu_encoder_phys_cmd_get_line_count()
Ddpu_rm.c98 struct dpu_hw_intf *hw; in dpu_rm_init()
Ddpu_encoder.c1373 static struct dpu_hw_intf *dpu_encoder_get_intf(const struct dpu_mdss_cfg *catalog, in dpu_encoder_get_intf()
/linux-6.12.1/drivers/gpu/drm/msm/
DMakefile83 disp/dpu1/dpu_hw_intf.o \