[xorg-x11-drv-armsoc] updated git snapshot, set the hwcursor for the one that works on exynos

Dennis Gilmore ausil at fedoraproject.org
Mon Jun 3 03:36:54 UTC 2013


commit 132ff57a691708e2dc76b5f1342bdfe59d7c4947
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sun Jun 2 22:36:42 2013 -0500

    updated git snapshot, set the hwcursor for the one that works on exynos

 0001-set-cursor-format-to-HW_CURSOR_ARGB.patch |   25 +++++++++++++
 sources                                        |    2 +-
 xorg-x11-drv-armsoc-0.5.2-mibstore.patch       |   44 ------------------------
 xorg-x11-drv-armsoc.spec                       |   11 ++++--
 4 files changed, 33 insertions(+), 49 deletions(-)
---
diff --git a/0001-set-cursor-format-to-HW_CURSOR_ARGB.patch b/0001-set-cursor-format-to-HW_CURSOR_ARGB.patch
new file mode 100644
index 0000000..fb549a5
--- /dev/null
+++ b/0001-set-cursor-format-to-HW_CURSOR_ARGB.patch
@@ -0,0 +1,25 @@
+From 0acac1a1e247c1d63ed4529f7eea813efb2c6074 Mon Sep 17 00:00:00 2001
+From: Dennis Gilmore <dennis at ausil.us>
+Date: Sun, 2 Jun 2013 22:19:33 -0500
+Subject: [PATCH] set cursor format to HW_CURSOR_ARGB
+
+---
+ src/armsoc_dumb.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/armsoc_dumb.h b/src/armsoc_dumb.h
+index bd402c2..846492b 100644
+--- a/src/armsoc_dumb.h
++++ b/src/armsoc_dumb.h
+@@ -34,7 +34,7 @@
+  * HARDWARE CURSOR SUPORT CONFIGURATION
+  */
+ 
+-#define DRM_CURSOR_PLANE_FORMAT	HW_CURSOR_PL111
++#define DRM_CURSOR_PLANE_FORMAT	HW_CURSOR_ARGB
+ /**/
+ 
+ 
+-- 
+1.8.2.1
+
diff --git a/sources b/sources
index 428f000..771b61a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-409fb963ca294afa8217d40b183911d0  xorg-x11-drv-armsoc-0.5.2-02465b1.tar.bz2
+a01afc1fc7adb98a45ac4386a17a5fc6  xorg-x11-drv-armsoc-0.5.2-40c8ee2.tar.bz2
diff --git a/xorg-x11-drv-armsoc.spec b/xorg-x11-drv-armsoc.spec
index 2c0d9c9..89a7f46 100644
--- a/xorg-x11-drv-armsoc.spec
+++ b/xorg-x11-drv-armsoc.spec
@@ -2,7 +2,7 @@
 # git clone git://git.linaro.org/arm/xorg/driver/xf86-video-armsoc.git
 # git archive --format=tar --prefix=%{name}-%{version}/ %{gittag} | bzip2 > ~/%{name}-%{version}-%{gittag}.tar.bz2
 
-%define gittag 02465b1
+%define gittag 40c8ee2
 %define tarfile %{name}-%{version}-%{gittag}.tar.bz2
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir %{moduledir}/drivers
@@ -10,13 +10,13 @@
 Summary:   Xorg X11 armsocdrm driver
 Name:      xorg-x11-drv-armsoc
 Version:   0.5.2
-Release:   0.1.%{gittag}%{?dist}
+Release:   0.2.%{gittag}%{?dist}
 URL:       http://git.linaro.org/gitweb?p=arm/xorg/driver/xf86-video-armsoc.git
 License:   MIT
 Group:     User Interface/X Hardware Support
 
 Source0:   %{tarfile}
-Patch0:    xorg-x11-drv-armsoc-0.5.2-mibstore.patch
+Patch0:    0001-set-cursor-format-to-HW_CURSOR_ARGB.patch
 
 ExclusiveArch: %{arm}
 
@@ -40,7 +40,7 @@ Exynos 4/5 series ARM devices.
 
 %prep
 %setup -q
-%patch0 -p1 -b .mibstore
+%patch0 -p1 -b .hwcursor
 
 %build
 sh autogen.sh --with-drmmode=exynos
@@ -60,6 +60,9 @@ find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 %{_mandir}/man4/armsoc.4*
 
 %changelog
+* Sun Jun 02 2013 Dennis Gilmore <dennis at ausil.us> 0.5.2-0.2.40c8ee2
+- updated git snapshot, set the hwcursor for the one that works on exynos
+
 * Sun Apr 21 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.5.2-0.1-02465b1
 - Move to a git snapshot for the time being
 


More information about the scm-commits mailing list