Searched refs:total_active_pixels (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/videomode/
H A Dvesagtf.c232 unsigned total_active_pixels; local
474 total_active_pixels = h_pixels + left_margin + right_margin;
476 print_value(17, "[TOTAL ACTIVE PIXELS]", total_active_pixels);
515 h_blank = DIVIDE(DIVIDE(total_active_pixels * ideal_duty_cycle,
527 total_pixels = total_active_pixels + h_blank;
/freebsd-current/sys/dev/drm2/
H A Ddrm_modes.c323 unsigned int total_active_pixels, ideal_duty_cycle; local
395 total_active_pixels = hdisplay_rnd + left_margin + right_margin;
401 hblank = total_active_pixels * ideal_duty_cycle /
406 total_pixels = total_active_pixels + hblank;

Completed in 133 milliseconds