Searched refs:seqtype (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Di915_irq.c467 unsigned int pipe, seqtype, curseq; local
484 if (swap.seqtype & ~(_DRM_VBLANK_RELATIVE | _DRM_VBLANK_ABSOLUTE |
486 DRM_ERROR("Invalid sequence type 0x%x\n", swap.seqtype);
490 pipe = (swap.seqtype & _DRM_VBLANK_SECONDARY) ? 1 : 0;
492 seqtype = swap.seqtype & (_DRM_VBLANK_RELATIVE | _DRM_VBLANK_ABSOLUTE);
511 if (seqtype == _DRM_VBLANK_RELATIVE)
515 if (swap.seqtype & _DRM_VBLANK_NEXTONMISS) {
H A Di915_drm.h262 drm_vblank_seq_type_t seqtype; member in struct:drm_i915_vblank_swap

Completed in 96 milliseconds