summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2010-09-28 15:07:46 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2010-09-28 15:07:46 +0200
commit15a1faf11d30f5c09d237f1ad01608e3bd291c5e (patch)
treee0337ccb5ff1a973ca67ea33085416b1a5e4eb86
parentf7c860328425ced65cfa80d935f9a1ba15de7bf5 (diff)
vmwgfx: Bump patchlevel and driver datevmwgfx-1.4.1
1.4.0 didn't really compile, so let's try 1.4.1. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
-rw-r--r--vmwgfx_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmwgfx_drv.h b/vmwgfx_drv.h
index 38f9b84..9119a07 100644
--- a/vmwgfx_drv.h
+++ b/vmwgfx_drv.h
@@ -39,10 +39,10 @@
#include "ttm/ttm_execbuf_util.h"
#include "ttm/ttm_module.h"
-#define VMWGFX_DRIVER_DATE "20100927"
+#define VMWGFX_DRIVER_DATE "20100928"
#define VMWGFX_DRIVER_MAJOR 1
#define VMWGFX_DRIVER_MINOR 4
-#define VMWGFX_DRIVER_PATCHLEVEL 0
+#define VMWGFX_DRIVER_PATCHLEVEL 1
#define VMWGFX_FILE_PAGE_OFFSET 0x00100000
#define VMWGFX_FIFO_STATIC_SIZE (1024*1024)
#define VMWGFX_MAX_RELOCATIONS 2048