Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h137 struct timing_generator_funcs { struct
138 bool (*validate_timing)(struct timing_generator *tg,
140 void (*program_timing)(struct timing_generator *tg,
143 void (*program_vline_interrupt)(struct timing_generator *optc,
146 bool (*enable_crtc)(struct timing_generator *tg);
147 bool (*disable_crtc)(struct timing_generator *tg);
148 bool (*is_counter_moving)(struct timing_generator *tg);
149 void (*get_position)(struct timing_generator *tg,
152 uint32_t (*get_frame_count)(struct timing_generator *tg);
153 void (*get_scanoutpos)(
[all …]