Home
last modified time | relevance | path

Searched refs:CURPOS (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/i810/
Di810_regs.h169 #define CURPOS 0x70088 macro
Di810_main.c1501 i810_writel(CURPOS, mmio, tmp); in i810fb_cursor()
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c387 val = vgpu_vreg_t(vgpu, CURPOS(pipe)); in intel_vgpu_decode_cursor_plane()
Dhandlers.c1941 MMIO_D(CURPOS(PIPE_A), D_ALL); in init_generic_mmio_info()
1942 MMIO_D(CURPOS(PIPE_B), D_ALL); in init_generic_mmio_info()
1943 MMIO_D(CURPOS(PIPE_C), D_ALL); in init_generic_mmio_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c9768 I915_WRITE_FW(CURPOS(PIPE_A), pos); in i845_update_cursor()
9775 I915_WRITE_FW(CURPOS(PIPE_A), pos); in i845_update_cursor()
9986 I915_WRITE_FW(CURPOS(pipe), pos); in i9xx_update_cursor()
9993 I915_WRITE_FW(CURPOS(pipe), pos); in i9xx_update_cursor()
16091 error->cursor[i].position = I915_READ(CURPOS(i)); in intel_display_capture_error_state()
Di915_reg.h6106 #define CURPOS(pipe) _CURSOR2(pipe, _CURAPOS) macro