diff options
author | Kevin Brace <kevinbrace@gmx.com> | 2021-05-21 14:03:59 -0700 |
---|---|---|
committer | Kevin Brace <kevinbrace@gmx.com> | 2021-05-21 14:03:59 -0700 |
commit | 83ab468a2495dcfedd17e136947143f2118653a5 (patch) | |
tree | a76698de8a19f72236a51fd6aa520268104294ee | |
parent | d1545ee25fb15c09a377add338be33db62987470 (diff) |
drm/openchrome: Version bumped to 3.4.9drm-next-5.13
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 71a04a9e8633..f618d625c17b 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 4 -#define DRIVER_PATCHLEVEL 8 +#define DRIVER_PATCHLEVEL 9 #define DRIVER_NAME "openchrome" #define DRIVER_DESC "OpenChrome DRM for VIA Technologies Chrome IGP" -#define DRIVER_DATE "20210403" +#define DRIVER_DATE "20210521" #define DRIVER_AUTHOR "OpenChrome Project" |