drm/vmwgfx: Add kernel throttling support. Bump minor.
authorThomas Hellstrom <thellstrom@vmware.com>
Fri, 28 May 2010 09:21:57 +0000 (11:21 +0200)
committerDave Airlie <airlied@redhat.com>
Mon, 31 May 2010 23:37:15 +0000 (09:37 +1000)
commit1925d4565888eb313cc923372da6a08bbfb3a859
treeef8dbcc9ba34a0b1075433147808cc56067d17c5
parent04e9e94dba3e564ce810cedab88e957dfd681b4a
drm/vmwgfx: Add kernel throttling support. Bump minor.

The throttle_us member in the execbuf argument is now honored.
If the member is 0, no waiting for lag will occur, which
guarantees backwards compatibility with well-behaved clients.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/vmwgfx/Makefile
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
drivers/gpu/drm/vmwgfx/vmwgfx_irq.c