Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_display.c6275 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe)); in ivb_update_cursor()
6285 I915_WRITE(CURCNTR_IVB(pipe), cntl); in ivb_update_cursor()
9573 error->cursor[i].control = I915_READ(CURCNTR_IVB(i)); in intel_display_capture_error_state()
Di915_reg.h3049 #define CURCNTR_IVB(pipe) _PIPE(pipe, _CURACNTR, _CURBCNTR_IVB) macro