Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_display.c6468 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe)); in ivb_update_cursor()
6478 I915_WRITE(CURCNTR_IVB(pipe), cntl); in ivb_update_cursor()
10177 error->cursor[i].control = I915_READ(CURCNTR_IVB(i)); in intel_display_capture_error_state()
H A Di915_reg.h3334 #define CURCNTR_IVB(pipe) _PIPE(pipe, _CURACNTR, _CURBCNTR_IVB) macro