Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h166 struct timing_generator_funcs { struct
167 bool (*validate_timing)(struct timing_generator *tg,
169 void (*program_timing)(struct timing_generator *tg,
179 void (*setup_vertical_interrupt0)(
183 void (*setup_vertical_interrupt1)(
186 void (*setup_vertical_interrupt2)(
190 bool (*enable_crtc)(struct timing_generator *tg);
191 bool (*disable_crtc)(struct timing_generator *tg);
192 void (*phantom_crtc_post_enable)(struct timing_generator *tg);
193 void (*disable_phantom_crtc)(struct timing_generator *tg);
[all …]