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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h 199 * @crtc_vtotal: hardware mode vertical total size
374 int crtc_vtotal; member in struct:drm_display_mode
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 8605 u32 crtc_vtotal, crtc_vblank_end; local in function:intel_set_pipe_timings
8610 crtc_vtotal = adjusted_mode->crtc_vtotal;
8615 crtc_vtotal -= 1;
8642 ((crtc_vtotal - 1) << 16));
8714 pipe_config->hw.adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1;
8729 pipe_config->hw.adjusted_mode.crtc_vtotal += 1;
8758 mode->vtotal = pipe_config->hw.adjusted_mode.crtc_vtotal;
12710 mode->crtc_vsync_end, mode->crtc_vtotal,
13590 PIPE_CONF_CHECK_I(hw.adjusted_mode.crtc_vtotal);
    [all...]

Completed in 21 milliseconds