Home
last modified time | relevance | path

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

/drivers/video/i810/
Di810_regs.h151 #define VTOTAL 0x6000C macro
/drivers/gpu/drm/i915/
Dintel_crt.c484 vtotal_reg = VTOTAL(pipe); in intel_crt_load_detect()
Dintel_display.c3155 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe))); in ironlake_pch_enable()
3217 I915_WRITE(_TRANS_VTOTAL_A, I915_READ(VTOTAL(cpu_transcoder))); in lpt_pch_enable()
4533 I915_WRITE(VTOTAL(cpu_transcoder), in intel_set_pipe_timings()
4549 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder))); in intel_set_pipe_timings()
6844 int vtot = I915_READ(VTOTAL(cpu_transcoder)); in intel_crtc_mode_get()
9596 error->pipe[i].vtotal = I915_READ(VTOTAL(cpu_transcoder)); in intel_display_capture_error_state()
Di915_reg.h1591 #define VTOTAL(trans) _TRANSCODER(trans, _VTOTAL_A, _VTOTAL_B) macro
Di915_irq.c257 vtotal = 1 + ((I915_READ(VTOTAL(cpu_transcoder)) >> 16) & 0x1fff); in i915_get_crtc_scanoutpos()