Skip to content
Snippets Groups Projects
Verified Commit 0f129704 authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Robert Foss
Browse files

drm/virtio: bump driver version after explicit synchronization addition


To reflect the (backward compatible) changes in the uabi we are bumping
the driver's version.

Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co>
Signed-off-by: default avatarRobert Foss <robert.foss@collabora.com>
parent 57b8d05b
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@
#define DRIVER_DATE "0"
#define DRIVER_MAJOR 0
#define DRIVER_MINOR 0
#define DRIVER_PATCHLEVEL 1
#define DRIVER_MINOR 1
#define DRIVER_PATCHLEVEL 0
/* virtgpu_drm_bus.c */
int drm_virtio_init(struct drm_driver *driver, struct virtio_device *vdev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment