Home
last modified time | relevance | path

Searched refs:CURBASE (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_display.c3565 I915_WRITE(CURBASE(pipe), I915_READ(CURBASE(pipe))); in g4x_fixup_plane()
6456 I915_WRITE(CURBASE(pipe), base); in i9xx_update_cursor()
10175 error->cursor[i].base = I915_READ(CURBASE(i)); in intel_display_capture_error_state()
H A Di915_reg.h3331 #define CURBASE(pipe) _PIPE(pipe, _CURABASE, _CURBBASE) macro