drivers/gpu/drm/Makefile             |    2 +-
 drivers/gpu/drm/openchrome/Makefile  |    2 +-
 drivers/gpu/drm/openchrome/via_drv.h |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3308d1a9d2e867d2e3cb2ab753f2efdfbb3e1cc9
Author: Kevin Brace <kevinbr...@gmx.com>
Date:   Wed Jul 26 01:29:01 2017 -0700

    Version bumped to 3.0.43
    
    Signed-off-by: Kevin Brace <kevinbr...@gmx.com>

diff --git a/drivers/gpu/drm/openchrome/via_drv.h 
b/drivers/gpu/drm/openchrome/via_drv.h
index 8435cb2e409..792c29ee5b1 100644
--- a/drivers/gpu/drm/openchrome/via_drv.h
+++ b/drivers/gpu/drm/openchrome/via_drv.h
@@ -30,11 +30,11 @@
 #define DRIVER_AUTHOR       "The OpenChrome Project"
 #define DRIVER_NAME         "openchrome"
 #define DRIVER_DESC         "OpenChrome DRM for VIA Technologies Chrome IGP"
-#define DRIVER_DATE         "20170725"
+#define DRIVER_DATE         "20170726"
 
 #define DRIVER_MAJOR           3
 #define DRIVER_MINOR           0
-#define DRIVER_PATCHLEVEL      42
+#define DRIVER_PATCHLEVEL      43
 
 #include <linux/module.h>
 
commit 783b42ac9d4c523e33da5538908f05952362cdd5
Author: Kevin Brace <kevinbr...@gmx.com>
Date:   Wed Jul 26 01:25:06 2017 -0700

    Made changes to the makefile
    
    Transitioning to the new openchrome name for the DRM.
    
    Signed-off-by: Kevin Brace <kevinbr...@gmx.com>

diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index 2c239b99de6..b999da61b03 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -47,7 +47,7 @@ obj-$(CONFIG_DRM_CIRRUS_QEMU) += cirrus/
 obj-$(CONFIG_DRM_SIS)   += sis/
 obj-$(CONFIG_DRM_SAVAGE)+= savage/
 obj-$(CONFIG_DRM_VMWGFX)+= vmwgfx/
-obj-$(CONFIG_DRM_VIA)  +=via/
+obj-$(CONFIG_DRM_VIA) +=openchrome/
 obj-$(CONFIG_DRM_NOUVEAU) +=nouveau/
 obj-$(CONFIG_DRM_EXYNOS) +=exynos/
 obj-$(CONFIG_DRM_ROCKCHIP) +=rockchip/
diff --git a/drivers/gpu/drm/openchrome/Makefile 
b/drivers/gpu/drm/openchrome/Makefile
index 99948b62e08..c05674a80e4 100644
--- a/drivers/gpu/drm/openchrome/Makefile
+++ b/drivers/gpu/drm/openchrome/Makefile
@@ -3,7 +3,7 @@
 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
 
 ccflags-y := -Iinclude/drm
-via-y    := via_drv.o via_pm.o via_i2c.o via_irq.o via_verifier.o via_ioc32.o \
+openchrome-y    := via_drv.o via_pm.o via_i2c.o via_irq.o via_verifier.o 
via_ioc32.o \
                ttm_gem.o via_ttm.o via_fence.o via_sgdma.o \
                via_h1_dma.o via_h1_cmdbuf.o \
                via_display.o via_crtc.o via_fb.o crtc_hw.o via_clocks.o \
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to