Home
last modified time | relevance | path

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

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