Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dsvga_reg.h456 SVGA_FIFO_CURSOR_COUNT, /* Incremented when any of the other 3 change */ enumerator
Dvmwgfx_kms.c96 count = ioread32(fifo_mem + SVGA_FIFO_CURSOR_COUNT); in vmw_cursor_update_position()
97 iowrite32(++count, fifo_mem + SVGA_FIFO_CURSOR_COUNT); in vmw_cursor_update_position()