[Openchrome-devel] drm-openchrome: Branch 'drm-next-3.19' - drivers/gpu/drm

Kevin Brace kevinbrace at kemper.freedesktop.org
Fri Sep 15 05:45:31 UTC 2017


 drivers/gpu/drm/openchrome/via_drv.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8f8c16c71a9fe477ee6412a200772dd854b7e104
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Thu Sep 14 22:43:35 2017 -0700

    Version bumped to 3.0.44
    
    Made lots of changes to the code. Changed the driver author to
    OpenChrome Project (i.e., dropped ‘The’ portion).
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/drivers/gpu/drm/openchrome/via_drv.h b/drivers/gpu/drm/openchrome/via_drv.h
index c589145836ab..1f152ce0734c 100644
--- a/drivers/gpu/drm/openchrome/via_drv.h
+++ b/drivers/gpu/drm/openchrome/via_drv.h
@@ -27,14 +27,14 @@
 #ifndef _VIA_DRV_H_
 #define _VIA_DRV_H_
 
-#define DRIVER_AUTHOR       "The OpenChrome Project"
+#define DRIVER_AUTHOR       "OpenChrome Project"
 #define DRIVER_NAME         "openchrome"
 #define DRIVER_DESC         "OpenChrome DRM for VIA Technologies Chrome IGP"
-#define DRIVER_DATE         "20170726"
+#define DRIVER_DATE         "20170914"
 
 #define DRIVER_MAJOR		3
 #define DRIVER_MINOR		0
-#define DRIVER_PATCHLEVEL	43
+#define DRIVER_PATCHLEVEL	44
 
 #include <linux/module.h>
 


More information about the Openchrome-devel mailing list