Home
last modified time | relevance | path

Searched refs:HTOTAL (Results 1 – 4 of 4) sorted by relevance

/drivers/video/i810/
Di810_regs.h148 #define HTOTAL 0x60000 macro
/drivers/gpu/drm/i915/
Dintel_display.c2998 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe))); in ironlake_pch_enable()
5458 I915_WRITE(HTOTAL(pipe), in i9xx_crtc_mode_set()
6053 I915_WRITE(HTOTAL(pipe), in ironlake_crtc_mode_set()
6971 int htot = I915_READ(HTOTAL(pipe)); in intel_crtc_mode_get()
9471 error->pipe[i].htotal = I915_READ(HTOTAL(i)); in intel_display_capture_error_state()
Di915_irq.c237 htotal = 1 + ((I915_READ(HTOTAL(pipe)) >> 16) & 0x1fff); in i915_get_crtc_scanoutpos()
Di915_reg.h1433 #define HTOTAL(pipe) _PIPE(pipe, _HTOTAL_A, _HTOTAL_B) macro