Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c9425 I915_WRITE_FW(CURBASE(PIPE_A), base); in i845_update_cursor()
9637 I915_WRITE_FW(CURBASE(pipe), base); in i9xx_update_cursor()
9644 I915_WRITE_FW(CURBASE(pipe), base); in i9xx_update_cursor()
9647 POSTING_READ_FW(CURBASE(pipe)); in i9xx_update_cursor()
15411 error->cursor[i].base = I915_READ(CURBASE(i)); in intel_display_capture_error_state()
H A Di915_reg.h5882 #define CURBASE(pipe) _CURSOR2(pipe, _CURABASE) macro