Home
last modified time | relevance | path

Searched defs:dpu_hw_intf_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.h79 struct dpu_hw_intf_ops { struct
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 …]