libdrm 2.4.60

This commit is contained in:
Dave Airlie 2015-03-23 09:09:52 +10:00
parent 3883f01882
commit 4ed3c43ddf
4 changed files with 15 additions and 12 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ libdrm-20100612.tar.bz2
/libdrm-2.4.56.tar.bz2 /libdrm-2.4.56.tar.bz2
/libdrm-2.4.58.tar.bz2 /libdrm-2.4.58.tar.bz2
/libdrm-2.4.59.tar.bz2 /libdrm-2.4.59.tar.bz2
/libdrm-2.4.60.tar.bz2

View File

@ -1,10 +1,10 @@
diff -up libdrm-20080814/xf86drm.c.no-bc libdrm-20080814/xf86drm.c diff -up libdrm-2.4.60/xf86drm.c.no-bc libdrm-2.4.60/xf86drm.c
--- libdrm-20080814/xf86drm.c.no-bc 2008-08-14 15:43:09.000000000 +1000 --- libdrm-2.4.60/xf86drm.c.no-bc 2015-03-23 09:04:17.272458959 +1000
+++ libdrm-20080814/xf86drm.c 2008-08-14 15:45:09.000000000 +1000 +++ libdrm-2.4.60/xf86drm.c 2015-03-23 09:07:36.856720490 +1000
@@ -396,11 +396,6 @@ int drmAvailable(void) @@ -482,11 +482,6 @@ int drmAvailable(void)
int fd; int fd;
if ((fd = drmOpenMinor(0, 1, DRM_NODE_RENDER)) < 0) { if ((fd = drmOpenMinor(0, 1, DRM_NODE_PRIMARY)) < 0) {
-#ifdef __linux__ -#ifdef __linux__
- /* Try proc for backward Linux compatibility */ - /* Try proc for backward Linux compatibility */
- if (!access("/proc/dri/0", R_OK)) - if (!access("/proc/dri/0", R_OK))
@ -13,7 +13,7 @@ diff -up libdrm-20080814/xf86drm.c.no-bc libdrm-20080814/xf86drm.c
return 0; return 0;
} }
@@ -519,38 +514,6 @@ static int drmOpenByName(const char *nam @@ -659,38 +654,6 @@ static int drmOpenByName(const char *nam
} }
} }
@ -38,9 +38,9 @@ diff -up libdrm-20080814/xf86drm.c.no-bc libdrm-20080814/xf86drm.c
- for (devstring = ++pt; *pt && *pt != ' '; ++pt) - for (devstring = ++pt; *pt && *pt != ' '; ++pt)
- ; - ;
- if (*pt) { /* Found busid */ - if (*pt) { /* Found busid */
- return drmOpenByBusid(++pt); - return drmOpenByBusid(++pt, type);
- } else { /* No busid */ - } else { /* No busid */
- return drmOpenDevice(strtol(devstring, NULL, 0),i, DRM_NODE_RENDER); - return drmOpenDevice(strtol(devstring, NULL, 0),i, type);
- } - }
- } - }
- } - }

View File

@ -2,8 +2,8 @@
Summary: Direct Rendering Manager runtime library Summary: Direct Rendering Manager runtime library
Name: libdrm Name: libdrm
Version: 2.4.59 Version: 2.4.60
Release: 4%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://dri.sourceforge.net URL: http://dri.sourceforge.net
@ -225,6 +225,9 @@ done
%{_mandir}/man7/drm*.7* %{_mandir}/man7/drm*.7*
%changelog %changelog
* Mon Mar 23 2015 Dave Airlie <airlied@redhat.com> 2.4.60-1
- libdrm 2.4.60
* Fri Jan 23 2015 Rob Clark <rclark@redhat.com> 2.4.59-4 * Fri Jan 23 2015 Rob Clark <rclark@redhat.com> 2.4.59-4
- No we don't actually want to install the exynos tests - No we don't actually want to install the exynos tests

View File

@ -1,2 +1 @@
24213913333d72b36c16463ed92e522a libdrm-2.4.58.tar.bz2 13e35a7a1cf38b4c9c0fa0f8c9be6b93 libdrm-2.4.60.tar.bz2
d32a1d37c2546ee11fc5924abeedb23e libdrm-2.4.59.tar.bz2