Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.h14 struct dpu_hw_intf;
80 void (*setup_timing_gen)(struct dpu_hw_intf *intf,
84 void (*setup_prg_fetch)(struct dpu_hw_intf *intf,
87 void (*enable_timing)(struct dpu_hw_intf *intf,
90 void (*get_status)(struct dpu_hw_intf *intf,
93 u32 (*get_line_count)(struct dpu_hw_intf *intf);
95 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf,
97 void (*setup_misr)(struct dpu_hw_intf *intf);
98 int (*collect_misr)(struct dpu_hw_intf *intf, u32 *misr_value);
102 int (*enable_tearcheck)(struct dpu_hw_intf *intf, struct dpu_hw_tear_check *cfg);
[all …]
H A Ddpu_rm.h33 struct dpu_hw_intf *hw_intf[INTF_MAX - INTF_0];
103 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_rm.c103 struct dpu_hw_intf *hw; in dpu_rm_init()
H A Ddpu_encoder.c1439 static struct dpu_hw_intf *dpu_encoder_get_intf(const struct dpu_mdss_cfg *catalog, in dpu_encoder_get_intf()