Searched defs:vtotal (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.c810 long vtotal; /* Total vertical lines */ local
814 vtotal = dt->vborder + dt->vactive + dt->vborder + dt->vblanking;
815 if ((htotal <= 0) || (vtotal <= 0)) {
819 //??? total = htotal * vtotal;
822 return ((int)(dt->pixclock / (htotal * vtotal)));
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dtools.c263 register uint_t vtotal; local
510 vtotal = (vert_total |
515 hz = (pclk + (htotal * vtotal / 2)) / (htotal * vtotal);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c690 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
750 int vbl_status, vtotal, vdisplay; local
767 vtotal = mode->crtc_vtotal;
778 if (vtotal <= 0 || vdisplay <= 0 || framedur_ns == 0) {
851 ((vdisplay - vpos) < vtotal / 100)) {
H A Ddrm_modes.c60 mode->vsync_end, mode->vtotal, mode->type, mode->flags);
196 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin +
252 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines;
268 drm_mode->vtotal *= 2;
453 drm_mode->vtotal = vtotal_lines;
458 drm_mode->vtotal *= 2;
522 dmode->vtotal = dmode->vsync_end + vm->vback_porch;
703 else if (mode->htotal > 0 && mode->vtotal > 0) {
704 int vtotal; local
705 vtotal
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_crt.c500 uint32_t vtotal, vactive; local
526 vtotal = ((save_vtotal >> 16) & 0xfff) + 1;
556 if (vblank_start <= vactive && vblank_end >= vtotal) {
567 if (vblank_start - vactive >= vtotal - vblank_end)
570 vsample = (vtotal + vblank_end) >> 1;
H A Di915_irq.c425 int vbl_start, vbl_end, htotal, vtotal; local
437 /* Get vtotal. */
438 vtotal = 1 + ((I915_READ(VTOTAL(cpu_transcoder)) >> 16) & 0x1fff);
475 *vpos = *vpos - vtotal;
H A Dintel_display.c7053 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
10135 u32 vtotal; member in struct:intel_display_error_state::intel_transcoder_error_state
10205 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder));
10267 err_printf(m, " VTOTAL: %08x\n", error->transcoder[i].vtotal);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h91 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h91 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
H A Ddrm_crtc.h123 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
149 int vtotal; member in struct:drm_display_mode

Completed in 73 milliseconds