Skip to content

Commit 03c5b8f

Browse files
committed
drm/vmwgfx: Bump driver minor and date
Signal availability of prime fd reference ioctls and render nodes. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>
1 parent 03f8026 commit 03c5b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_drv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
#include <drm/ttm/ttm_module.h>
4141
#include "vmwgfx_fence.h"
4242

43-
#define VMWGFX_DRIVER_DATE "20140228"
43+
#define VMWGFX_DRIVER_DATE "20140325"
4444
#define VMWGFX_DRIVER_MAJOR 2
45-
#define VMWGFX_DRIVER_MINOR 5
45+
#define VMWGFX_DRIVER_MINOR 6
4646
#define VMWGFX_DRIVER_PATCHLEVEL 0
4747
#define VMWGFX_FILE_PAGE_OFFSET 0x00100000
4848
#define VMWGFX_FIFO_STATIC_SIZE (1024*1024)

0 commit comments

Comments
 (0)