Home
last modified time | relevance | path

Searched refs:VBLANK (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/video/i810/
Di810_regs.h152 #define VBLANK 0x60010 macro
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_crt.c363 vblank_reg = VBLANK(pipe); in intel_crt_load_detect()
Di915_irq.c243 vbl = I915_READ(VBLANK(pipe)); in i915_get_crtc_scanoutpos()
Dintel_display.c3004 I915_WRITE(TRANS_VBLANK(pipe), I915_READ(VBLANK(pipe))); in ironlake_pch_enable()
5472 I915_WRITE(VBLANK(pipe), in i9xx_crtc_mode_set()
6067 I915_WRITE(VBLANK(pipe), in ironlake_crtc_mode_set()
9579 error->pipe[i].vblank = I915_READ(VBLANK(i)); in intel_display_capture_error_state()
Di915_reg.h1437 #define VBLANK(pipe) _PIPE(pipe, _VBLANK_A, _VBLANK_B) macro