Home
last modified time | relevance | path

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

/drivers/video/i810/
Di810_regs.h168 #define CURBASE 0x70084 macro
Di810_main.c854 i810_writel(CURBASE, mmio, par->cursor_heap.physical); in i810_init_cursor()
1488 if ((i810_readl(CURBASE, mmio) & 0xf) != par->cursor_heap.physical) { in i810fb_cursor()
/drivers/gpu/drm/i915/
Dintel_display.c3683 I915_WRITE(CURBASE(pipe), I915_READ(CURBASE(pipe))); in g4x_fixup_plane()
6263 I915_WRITE(CURBASE(pipe), base); in i9xx_update_cursor()
9571 error->cursor[i].base = I915_READ(CURBASE(i)); in intel_display_capture_error_state()
Di915_reg.h3046 #define CURBASE(pipe) _PIPE(pipe, _CURABASE, _CURBBASE) macro