Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_display.c3556 u32 cntl = I915_READ(CURCNTR(pipe)); in g4x_fixup_plane()
3562 I915_WRITE(CURCNTR(pipe), CURSOR_MODE_64_ARGB_AX); in g4x_fixup_plane()
3564 I915_WRITE(CURCNTR(pipe), cntl); in g4x_fixup_plane()
6442 uint32_t cntl = I915_READ(CURCNTR(pipe)); in i9xx_update_cursor()
6451 I915_WRITE(CURCNTR(pipe), cntl); in i9xx_update_cursor()
10173 error->cursor[i].control = I915_READ(CURCNTR(i)); in intel_display_capture_error_state()
H A Di915_reg.h3330 #define CURCNTR(pipe) _PIPE(pipe, _CURACNTR, _CURBCNTR) macro