[openchrome-devel] xf86-video-openchrome: Branch 'main' - 3 commits - configure.ac src/Makefile.am src/via_memmgr.c src/via_memmgr.h

Kevin Brace kevinbrace at kemper.freedesktop.org
Wed Aug 12 02:23:31 UTC 2020


 configure.ac     |    2 +-
 src/Makefile.am  |    6 ++++--
 src/via_memmgr.c |    1 +
 src/via_memmgr.h |    1 +
 4 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit a15d2a8c222d7d5b770cf82074d83a5398b3b375
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Aug 11 18:54:44 2020 -0700

    Version bumped to 0.6.301
    
    A minor fix to the build script.  No change in functionality.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index a4ae929..8adbd5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-openchrome],
-        [0.6.300],
+        [0.6.301],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit 4a8de6824c6ec910e7ab1c76c8391665632fad36
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Aug 11 18:50:13 2020 -0700

    Adding Red Hat copyright to via_memmgr.h and via_memmgr.c
    
    There are some similarities to X Server modesetting device driver's
    dumb_bo.h and dumb_bo.c (/xserver/hw/xfree86/drivers/modesetting).
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_memmgr.c b/src/via_memmgr.c
index 45bd2ba..fd3fc4a 100644
--- a/src/via_memmgr.c
+++ b/src/via_memmgr.c
@@ -1,4 +1,5 @@
 /*
+ * Copyright © 2007 Red Hat, Inc.
  * Copyright 2003 Red Hat, Inc. All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/src/via_memmgr.h b/src/via_memmgr.h
index e1be32d..aab7f78 100644
--- a/src/via_memmgr.h
+++ b/src/via_memmgr.h
@@ -1,5 +1,6 @@
 /*
  * Copyright 2011 James Simmons, All Rights Reserved.
+ * Copyright © 2007 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
commit 3193273172f8ad178c2812103dd3aecf7d8494fc
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Aug 11 16:32:12 2020 -0700

    Add openchrome_drm.h to the build script
    
    Missing header file can cause packaging issues later.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/Makefile.am b/src/Makefile.am
index 553b9ab..3db8adc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -89,7 +89,8 @@ openchrome_drv_la_SOURCES += \
          via_kms.c \
          via_xvmc.c \
          via_xvmc.h \
-         drm_fourcc.h
+         drm_fourcc.h \
+         openchrome_drm.h
 else
 EXTRA_DIST += \
          via_dri.c \
@@ -100,7 +101,8 @@ EXTRA_DIST += \
          via_kms.c \
          via_xvmc.c \
          via_xvmc.h \
-         drm_fourcc.h
+         drm_fourcc.h \
+         openchrome_drm.h
 endif
 
 via_driver.lo: version.h


More information about the openchrome-devel mailing list