diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2018-10-12 12:59:28 -0700 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2018-10-12 12:59:28 -0700 |
commit | fc6b318ed29de6c3361ca286014b54734bac71df (patch) | |
tree | c6883333ca6bcdfac7a7ae08f940355cc3059afb | |
parent | e7297defa29aabe360208400407e636e2617195c (diff) |
drm/openchrome: Version bumped to 3.0.88drm-next-4.20
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r-- | drivers/gpu/drm/openchrome/openchrome_drv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/openchrome/openchrome_drv.h b/drivers/gpu/drm/openchrome/openchrome_drv.h index b5a7e1c99cfb..312f659efb63 100644 --- a/drivers/gpu/drm/openchrome/openchrome_drv.h +++ b/drivers/gpu/drm/openchrome/openchrome_drv.h @@ -31,11 +31,11 @@ #define DRIVER_AUTHOR "OpenChrome Project" #define DRIVER_NAME "openchrome" #define DRIVER_DESC "OpenChrome DRM for VIA Technologies Chrome IGP" -#define DRIVER_DATE "20181011" +#define DRIVER_DATE "20181012" #define DRIVER_MAJOR 3 #define DRIVER_MINOR 0 -#define DRIVER_PATCHLEVEL 87 +#define DRIVER_PATCHLEVEL 88 #include <linux/module.h> #include "ttm/ttm_bo_api.h" |