Searched refs:vtotal (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_modes.c60 mode->vsync_end, mode->vtotal, mode->type, mode->flags);
195 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin +
251 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines;
267 drm_mode->vtotal *= 2;
449 drm_mode->vtotal = vtotal_lines;
454 drm_mode->vtotal *= 2;
631 else if (mode->htotal > 0 && mode->vtotal > 0) {
632 int vtotal; local
633 vtotal = mode->vtotal;
[all...]
H A Ddrm_irq.c432 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
491 int vbl_status, vtotal, vdisplay; local
508 vtotal = mode->crtc_vtotal;
519 if (vtotal <= 0 || vdisplay <= 0 || framedur_ns == 0) {
595 ((vdisplay - vpos) < vtotal / 100)) {
H A Ddrm_mode.h89 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
H A Ddrm_edid.c835 mode->vtotal *= 2;
836 mode->vtotal |= 1;
906 mode->vtotal = mode->vdisplay + vblank;
908 /* Some EDIDs have bogus h/vtotal values */
911 if (mode->vsync_end > mode->vtotal)
912 mode->vtotal = mode->vsync_end + 1;
H A Ddrm_crtc.h108 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
134 int vtotal; member in struct:drm_display_mode
H A Ddrm_crtc.c1019 in->vtotal > USHRT_MAX || in->vscan > USHRT_MAX)
1031 out->vtotal = in->vtotal;
1069 out->vtotal = in->vtotal;
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_crt.c317 uint32_t vtotal, vactive; local
343 vtotal = ((save_vtotal >> 16) & 0xfff) + 1;
373 if (vblank_start <= vactive && vblank_end >= vtotal) {
384 if (vblank_start - vactive >= vtotal - vblank_end)
387 vsample = (vtotal + vblank_end) >> 1;
H A Dintel_panel.c53 adjusted_mode->vtotal = fixed_mode->vtotal;
H A Dintel_bios.c95 panel_fixed_mode->vtotal = panel_fixed_mode->vdisplay +
110 /* Some VBTs have bogus h/vtotal values */
113 if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal)
114 panel_fixed_mode->vtotal = panel_fixed_mode->vsync_end + 1;
H A Dintel_tv.c1102 .vtotal = 1104,
1352 mode_ptr->vtotal = vactive_s + 33;
1354 tmp = (u64) tv_mode->refresh * mode_ptr->vtotal;
H A Dintel_lvds.c817 scan->vtotal == fixed_mode->vtotal) {
H A Di915_irq.c211 int vbl_start, vbl_end, htotal, vtotal; local
221 /* Get vtotal. */
222 vtotal = 1 + ((I915_READ(VTOTAL(pipe)) >> 16) & 0x1fff);
259 *vpos = *vpos - vtotal;
H A Dintel_sdvo.c814 mode->vtotal = mode->vdisplay + dtd->part1.v_blank;
815 mode->vtotal += (dtd->part1.v_high & 0xf) << 8;
H A Dintel_display.c7037 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
9443 u32 vtotal; member in struct:intel_display_error_state::intel_pipe_error_state
9490 error->pipe[i].vtotal = I915_READ(VTOTAL(i));
9512 sbuf_printf(m, " VTOTAL: %08x\n", error->pipe[i].vtotal);
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_encoders.c282 unsigned vblank = native_mode->vtotal - native_mode->vdisplay;
300 adjusted_mode->vtotal = native_mode->vdisplay + vblank;
H A Dradeon_display.c1561 int vbl_start, vbl_end, vtotal, ret = 0; local
1677 vtotal = rdev->mode_info.crtcs[crtc]->base.hwmode.crtc_vtotal;
1678 *vpos = *vpos - vtotal;
H A Dradeon_atombios.c1552 lvds->native_mode.vtotal = lvds->native_mode.vdisplay +
H A Dradeon_combios.c1316 lvds->native_mode.vtotal = lvds->native_mode.vdisplay +
/freebsd-10.1-release/sys/dev/bktr/
H A Dbktr_reg.h432 int vtotal, vdelay, vactive; member in struct:format_params

Completed in 394 milliseconds