Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h149 struct timing_generator_funcs { struct
150 bool (*validate_timing)(struct timing_generator *tg,
152 void (*program_timing)(struct timing_generator *tg,
161 void (*setup_vertical_interrupt0)(
165 void (*setup_vertical_interrupt1)(
168 void (*setup_vertical_interrupt2)(
172 bool (*enable_crtc)(struct timing_generator *tg);
173 bool (*disable_crtc)(struct timing_generator *tg);
174 bool (*is_counter_moving)(struct timing_generator *tg);
175 void (*get_position)(struct timing_generator *tg,
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
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 …]