Skip to content

Commit 5476aa4

Browse files
committed
drm/vmwgfx: Bump driver minor
signals availability of resolutionKMS support Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Sinclar Yeh <syeh@vmware.com>
1 parent b0dc6d4 commit 5476aa4

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 "20150810"
43+
#define VMWGFX_DRIVER_DATE "20160210"
4444
#define VMWGFX_DRIVER_MAJOR 2
45-
#define VMWGFX_DRIVER_MINOR 9
45+
#define VMWGFX_DRIVER_MINOR 10
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)