Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h169 struct timing_generator_funcs { struct
170 bool (*validate_timing)(struct timing_generator *tg,
172 void (*program_timing)(struct timing_generator *tg,
182 void (*setup_vertical_interrupt0)(
186 void (*setup_vertical_interrupt1)(
189 void (*setup_vertical_interrupt2)(
193 bool (*enable_crtc)(struct timing_generator *tg);
194 bool (*disable_crtc)(struct timing_generator *tg);
195 void (*phantom_crtc_post_enable)(struct timing_generator *tg);
196 void (*disable_phantom_crtc)(struct timing_generator *tg);
[all …]