Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/i810/
Di810_regs.h169 #define CURPOS 0x70088 macro
Di810_main.c1501 i810_writel(CURPOS, mmio, tmp); in i810fb_cursor()
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c381 val = vgpu_vreg_t(vgpu, CURPOS(pipe)); in intel_vgpu_decode_cursor_plane()
Dhandlers.c2049 MMIO_D(CURPOS(PIPE_A), D_ALL); in init_generic_mmio_info()
2050 MMIO_D(CURPOS(PIPE_B), D_ALL); in init_generic_mmio_info()
2051 MMIO_D(CURPOS(PIPE_C), D_ALL); in init_generic_mmio_info()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_display.c11573 intel_de_write_fw(dev_priv, CURPOS(PIPE_A), pos); in i845_update_cursor()
11580 intel_de_write_fw(dev_priv, CURPOS(PIPE_A), pos); in i845_update_cursor()
11827 intel_de_write_fw(dev_priv, CURPOS(pipe), pos); in i9xx_update_cursor()
11834 intel_de_write_fw(dev_priv, CURPOS(pipe), pos); in i9xx_update_cursor()
19036 error->cursor[i].position = intel_de_read(dev_priv, CURPOS(i)); in intel_display_capture_error_state()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h6459 #define CURPOS(pipe) _CURSOR2(pipe, _CURAPOS) macro