Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h783 SVGA_FIFO_CURSOR_COUNT, /* Incremented when any of the other 3 change */ enumerator
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c132 count = vmw_mmio_read(fifo_mem + SVGA_FIFO_CURSOR_COUNT); in vmw_cursor_update_position()
133 vmw_mmio_write(++count, fifo_mem + SVGA_FIFO_CURSOR_COUNT); in vmw_cursor_update_position()