Searched refs:vpos (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_irq.c | 751 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-s11/open-src/kernel/i915/src/ |
H A D | intel_sdvo_regs.h | 644 unsigned int vpos:1; member in struct:intel_sdvo_enhancements_reply
|
H A D | i915_irq.c | 421 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 D | intel_sdvo.c | 172 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);
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drmP.h | 835 * \param *vpos Target location for current vertical scanout position. 838 * Returns vpos as a positive number while in active scanout area. 839 * Returns vpos as a negative number inside vblank, counting the number 853 int *vpos, int *hpos);
|
Completed in 61 milliseconds