diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2020-03-12 14:03:04 -0700 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2020-03-12 14:03:04 -0700 |
commit | 9015129d7535784bc46936ee7f5a8e43e2d47fd5 (patch) | |
tree | c90988d322a5f51381b750252fd9493ae7cfda84 | |
parent | fe7ffc0428f3ba43d49f90e37addbce93654dec4 (diff) |
drm/openchrome: Version bumped to 3.1.27drm-next-5.6
Contains cursor disappearance fix for CN333 / CN400 / PM800 / PN800
chipsets.
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 26edb3863b47..9e00f6975d19 100644 --- a/drivers/gpu/drm/openchrome/openchrome_drv.h +++ b/drivers/gpu/drm/openchrome/openchrome_drv.h @@ -61,10 +61,10 @@ #define DRIVER_MAJOR 3 #define DRIVER_MINOR 1 -#define DRIVER_PATCHLEVEL 26 +#define DRIVER_PATCHLEVEL 27 #define DRIVER_NAME "openchrome" #define DRIVER_DESC "OpenChrome DRM for VIA Technologies Chrome IGP" -#define DRIVER_DATE "20200204" +#define DRIVER_DATE "20200312" #define DRIVER_AUTHOR "OpenChrome Project" |