Skip to content

Commit c29758c

Browse files
committed
drm/vmwgfx: Use 2.19 version number to recognize mks-stats ioctls
To let the userspace recognize that it's running on top of a vmwgfx that supports mks-stat ioctls we need to bump the version number. Signed-off-by: Zack Rusin <[email protected]> Reviewed-by: Martin Krastev <[email protected]> Reviewed-by: Neha Bhende <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent cfdc345 commit c29758c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_drv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454

5555

5656
#define VMWGFX_DRIVER_NAME "vmwgfx"
57-
#define VMWGFX_DRIVER_DATE "20210218"
57+
#define VMWGFX_DRIVER_DATE "20210722"
5858
#define VMWGFX_DRIVER_MAJOR 2
59-
#define VMWGFX_DRIVER_MINOR 18
60-
#define VMWGFX_DRIVER_PATCHLEVEL 1
59+
#define VMWGFX_DRIVER_MINOR 19
60+
#define VMWGFX_DRIVER_PATCHLEVEL 0
6161
#define VMWGFX_FIFO_STATIC_SIZE (1024*1024)
6262
#define VMWGFX_MAX_RELOCATIONS 2048
6363
#define VMWGFX_MAX_VALIDATIONS 2048

0 commit comments

Comments
 (0)