diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2019-03-16 17:55:03 -0700 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2019-03-16 17:55:03 -0700 |
commit | be8e17570db5bdea1c79fe238df4712e07145200 (patch) | |
tree | 7d634b54c6a0ef7e00ee8c658c85fbe85cedd84a | |
parent | fb290240fd06172e034654b4b125497bed47b2f2 (diff) |
drm/openchrome: Version bumped to 3.1.6drm-next-5.1
Replaced the TTM memory allocator code.
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r-- | drivers/gpu/drm/openchrome/openchrome_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/openchrome/openchrome_drv.h b/drivers/gpu/drm/openchrome/openchrome_drv.h index af912336ed57..9a78de1ad4f2 100644 --- a/drivers/gpu/drm/openchrome/openchrome_drv.h +++ b/drivers/gpu/drm/openchrome/openchrome_drv.h @@ -51,7 +51,7 @@ #define DRIVER_MAJOR 3 #define DRIVER_MINOR 1 -#define DRIVER_PATCHLEVEL 5 +#define DRIVER_PATCHLEVEL 6 #define DRIVER_NAME "openchrome" #define DRIVER_DESC "OpenChrome DRM for VIA Technologies Chrome IGP" #define DRIVER_DATE "20190316" |