Skip to content

Commit 61780dd

Browse files
committed
drm/vmwgfx: Bump driver minor version
Bump driver minor version to signal availability of the host messaging ioctl. Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Charmaine Lee <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
1 parent cb92a32 commit 61780dd

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
@@ -56,9 +56,9 @@
5656

5757

5858
#define VMWGFX_DRIVER_NAME "vmwgfx"
59-
#define VMWGFX_DRIVER_DATE "20190328"
59+
#define VMWGFX_DRIVER_DATE "20200114"
6060
#define VMWGFX_DRIVER_MAJOR 2
61-
#define VMWGFX_DRIVER_MINOR 16
61+
#define VMWGFX_DRIVER_MINOR 17
6262
#define VMWGFX_DRIVER_PATCHLEVEL 0
6363
#define VMWGFX_FIFO_STATIC_SIZE (1024*1024)
6464
#define VMWGFX_MAX_RELOCATIONS 2048

0 commit comments

Comments
 (0)