Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.h80 struct dpu_hw_intf_ops { struct
81 void (*setup_timing_gen)(struct dpu_hw_intf *intf,
85 void (*setup_prg_fetch)(struct dpu_hw_intf *intf,
88 void (*enable_timing)(struct dpu_hw_intf *intf,
91 void (*get_status)(struct dpu_hw_intf *intf,
94 u32 (*get_line_count)(struct dpu_hw_intf *intf);
96 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf,
98 void (*setup_misr)(struct dpu_hw_intf *intf);
99 int (*collect_misr)(struct dpu_hw_intf *intf, u32 *misr_value);
103 int (*enable_tearcheck)(struct dpu_hw_intf *intf, struct dpu_hw_tear_check *cfg);
[all …]