Searched defs:vactive (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.h173 int vactive; /* V Addr'able Video (Bytes #5,7) */ member in struct:__anon53
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_crt.c500 uint32_t vtotal, vactive; local
527 vactive = (save_vtotal & 0x7ff) + 1;
556 if (vblank_start <= vactive && vblank_end >= vtotal) {
567 if (vblank_start - vactive >= vtotal - vblank_end)
568 vsample = (vblank_start + vactive) >> 1;
575 while (I915_READ(pipe_dsl_reg) >= vactive)
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c1617 unsigned vactive = (pt->vactive_vblank_hi & 0xf0) << 4 | pt->vactive_lo; local
1626 if (hactive < 64 || vactive < 64)
1645 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false);
1666 mode->vdisplay = vactive;

Completed in 1146 milliseconds