Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h1060 SVGA_FIFO_CURSOR_COUNT, /* Incremented when any of the other 3 change */ enumerator
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
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()