HomeSort by: relevance | last modified time | path
    Searched defs:total_active_pixels (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/videomode/
vesagtf.c 233 unsigned total_active_pixels; local in function:vesagtf_mode_params
475 total_active_pixels = h_pixels + left_margin + right_margin;
477 print_value(17, "[TOTAL ACTIVE PIXELS]", total_active_pixels);
516 h_blank = DIVIDE(DIVIDE(total_active_pixels * ideal_duty_cycle,
528 total_pixels = total_active_pixels + h_blank;
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 404 unsigned int total_active_pixels, ideal_duty_cycle; local in function:drm_gtf_mode_complex
492 total_active_pixels = hdisplay_rnd + left_margin + right_margin;
498 hblank = total_active_pixels * ideal_duty_cycle /
503 total_pixels = total_active_pixels + hblank;

Completed in 16 milliseconds