Searched refs:ideal_duty_cycle (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c127 float ideal_duty_cycle; local in function:xf86GTFMode
297 ideal_duty_cycle = C_PRIME - (M_PRIME * h_period / 1000.0);
310 ideal_duty_cycle /
311 (100.0 - ideal_duty_cycle) /
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c122 float ideal_duty_cycle; local in function:xf86GTFMode
294 ideal_duty_cycle = C_PRIME - (M_PRIME * h_period / 1000.0);
307 ideal_duty_cycle /
308 (100.0 - ideal_duty_cycle) /
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c305 float ideal_duty_cycle; local in function:vert_refresh
529 ideal_duty_cycle = C_PRIME - (M_PRIME * h_period / 1000.0);
531 print_value(18, "[IDEAL DUTY CYCLE]", ideal_duty_cycle);
545 ideal_duty_cycle /
546 (100.0 - ideal_duty_cycle) /
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c287 float ideal_duty_cycle; local in function:vert_refresh
493 ideal_duty_cycle = C_PRIME - (M_PRIME * h_period / 1000.0);
495 print_value(18, "[IDEAL DUTY CYCLE]", ideal_duty_cycle);
508 ideal_duty_cycle /
509 (100.0 - ideal_duty_cycle) /

Completed in 22 milliseconds