Home
last modified time | relevance | path

Searched refs:SVGA_FIFO_CURSOR_COUNT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h1060 SVGA_FIFO_CURSOR_COUNT, /* Incremented when any of the other 3 change */ enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h479 SVGA_FIFO_CURSOR_COUNT, enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c138 count = vmw_mmio_read(fifo_mem + SVGA_FIFO_CURSOR_COUNT); in vmw_cursor_update_position()
139 vmw_mmio_write(++count, fifo_mem + SVGA_FIFO_CURSOR_COUNT); in vmw_cursor_update_position()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c352 count = vmw_fifo_mem_read(dev_priv, SVGA_FIFO_CURSOR_COUNT); in vmw_cursor_update_position()
353 vmw_fifo_mem_write(dev_priv, SVGA_FIFO_CURSOR_COUNT, ++count); in vmw_cursor_update_position()

Completed in 13 milliseconds