Skip to content

Commit d78acfe

Browse files
author
Sinclair Yeh
committed
drm/vmwgfx: Bump the version for fence FD support
Minor version bump to indicate support for fence FD Signed-off-by: Sinclair Yeh <[email protected]> Reviewed-by: Deepak Singh Rawat <[email protected]> Reviewed-by: Thomas Hellstrom <[email protected]>
1 parent c906965 commit d78acfe

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
@@ -43,9 +43,9 @@
4343
#include <linux/sync_file.h>
4444

4545
#define VMWGFX_DRIVER_NAME "vmwgfx"
46-
#define VMWGFX_DRIVER_DATE "20170607"
46+
#define VMWGFX_DRIVER_DATE "20170612"
4747
#define VMWGFX_DRIVER_MAJOR 2
48-
#define VMWGFX_DRIVER_MINOR 13
48+
#define VMWGFX_DRIVER_MINOR 14
4949
#define VMWGFX_DRIVER_PATCHLEVEL 0
5050
#define VMWGFX_FILE_PAGE_OFFSET 0x00100000
5151
#define VMWGFX_FIFO_STATIC_SIZE (1024*1024)

0 commit comments

Comments
 (0)