summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2022-01-21 16:42:23 -0600
committerKevin Brace <kevinbrace@gmx.com>2022-01-21 16:42:23 -0600
commit754ff111cefa893bf1cf5c8a95d01d93304291b9 (patch)
tree85404d932c3350bb39921819a71caf8b33bdcce2
parent154e213f070d3014149c7f476b8dd3e56de4c0cd (diff)
drm/openchrome: Version bumped to 3.4.14drm-next-5.17
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--drivers/gpu/drm/openchrome/openchrome_drv.h4
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 e83fe737fffd..59102310051e 100644
--- a/drivers/gpu/drm/openchrome/openchrome_drv.h
+++ b/drivers/gpu/drm/openchrome/openchrome_drv.h
@@ -60,10 +60,10 @@
#define DRIVER_MAJOR 3
#define DRIVER_MINOR 4
-#define DRIVER_PATCHLEVEL 13
+#define DRIVER_PATCHLEVEL 14
#define DRIVER_NAME "openchrome"
#define DRIVER_DESC "OpenChrome DRM for VIA Technologies Chrome IGP"
-#define DRIVER_DATE "20220114"
+#define DRIVER_DATE "20220121"
#define DRIVER_AUTHOR "OpenChrome Project"