summaryrefslogtreecommitdiff
path: root/Makefile.kernel
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2010-02-27 13:42:04 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2010-02-27 13:44:34 +0100
commit36142dbaece75cc4581a76929f46ad3714d92aae (patch)
tree63acbb30185b275204e45af6a77ba7f0ddfe8560 /Makefile.kernel
parent0d3684cb033268bee98311948f3979e39198e32f (diff)
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>
Diffstat (limited to 'Makefile.kernel')
-rw-r--r--Makefile.kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.kernel b/Makefile.kernel
index 78ba7b6..5959bd1 100644
--- a/Makefile.kernel
+++ b/Makefile.kernel
@@ -18,7 +18,7 @@ vmwgfx-objs := drm_auth.o drm_bufs.o drm_context.o drm_crtc.o \
vmwgfx_drv.o vmwgfx_gmr.o vmwgfx_buffer.o vmwgfx_ttm_glue.o \
vmwgfx_fifo.o vmwgfx_resource.o vmwgfx_ioctl.o vmwgfx_execbuf.o\
vmwgfx_irq.o vmwgfx_kms.o vmwgfx_ldu.o vmwgfx_fb.o \
- vmwgfx_overlay.o
+ vmwgfx_overlay.o vmwgfx_fence.o
ifeq ($(CONFIG_COMPAT),y)
vmwgfx-objs += drm_ioc32.o