Searched defs:vpos (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_irq.c751 int vpos, hpos, i; local
798 /* Get vertical and horizontal scanout pos. vpos, hpos. */
799 vbl_status = dev->driver->get_scanout_position(dev, crtc, &vpos, &hpos);
828 * vpos is >=0 in video scanout area, but negative
838 delta_ns = (s64) vpos * linedur_ns + (s64) hpos * pixeldur_ns;
840 /* Is vpos outside nominal vblank area, but less than
851 ((vdisplay - vpos) < vtotal / 100)) {
864 crtc, (int) vbl_status, hpos, vpos, raw_time.tv_sec,
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_irq.c421 int *vpos, int *hpos)
449 *vpos = position & 0x1fff;
459 *vpos = position / htotal;
460 *hpos = position - (*vpos * htotal);
470 if ((*vpos < vbl_start) || (*vpos > vbl_end))
474 if (in_vbl && (*vpos >= vbl_start))
475 *vpos = *vpos - vtotal;
420 i915_get_crtc_scanoutpos(struct drm_device *dev, int pipe, int *vpos, int *hpos) argument
H A Dintel_sdvo.c172 struct drm_property *vpos; member in struct:intel_sdvo_connector
1947 if (intel_sdvo_connector->vpos)
1948 drm_property_destroy(dev, intel_sdvo_connector->vpos);
2141 CHECK_PROPERTY(vpos, VPOS)
2741 ENHANCEMENT(vpos, VPOS);
H A Dintel_sdvo_regs.h644 unsigned int vpos:1; member in struct:intel_sdvo_enhancements_reply

Completed in 40 milliseconds