Accepting request 453201 from home:mimi_vx:branches:X11:XOrg

- update to 2.4.75
 * amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test
 * amdgpu: verify the tested device
 * amdgpu: A new option to choose which device to run most tests
 * amdgpu: A new option to run tests on render node
 * Import uapi/i915_drm.h from v4.10-rc5-950-g152d5750dda9
 * intel: Allow the client to control implicit synchronisation
 * intel: Support passing of explicit fencing from execbuf
 * intel: Clear execobject flags before preserving object in reuse cache
 * intel: Export a function to re-enable implicit synchronisation
 * intel: update global_name before HASH_ADD
 * xf86drm: use maj/min in drmParsePciDeviceInfo()
 * xf86drm: add plumbing to not retrieve PCI device revision
 * xf86drm: parse the separate sysfs files for vendor... info
 * xf86drm: introduce drmGetDevice[s]2
 * tests/drmdevice: use drmGetDevice[s]2
 * tests: remove useless legacy tests
 * kms: remove commented out libudev code
 * configure: remove libudev checks
 * tests: automake: reorder makefile contents
 * autogen.sh: set format.subjectPrefix and sendemail.to if needed
 * android: remove LOCAL_MODULE_TAGS := optional tag
 * android: introduce Android.common.mk to reduce boilerplate
 * android: add HAVE_VISIBILITY to Android.common.mk
 * android: add note about command line defines and config.h
 * android: silence ~550 warnings
 * tests/nouveau: automake: fold C and CPP flags
 * xf86drm: fix sign-compare warning
 * xf86drm: implement drmGetMinorNameForFD for non-sysfs
 * xf86drm: implement drmParseSubsystemType for OpenBSD

OBS-URL: https://build.opensuse.org/request/show/453201
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=227
This commit is contained in:
Stefan Dirsch 2017-01-30 09:23:32 +00:00 committed by Git OBS Bridge
parent 81882d8599
commit 11d35f6ca7
4 changed files with 59 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d80dd5a76c401f4c8756dcccd999c63d7e0a3bad258d96a829055cfd86ef840b
size 781730

3
libdrm-2.4.75.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d5a500eef412cc287d12268eed79d571e262d4957a2ec9258073f305985054f
size 774589

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sat Jan 28 22:02:14 UTC 2017 - mimi.vx@gmail.com
- update to 2.4.75
* amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test
* amdgpu: verify the tested device
* amdgpu: A new option to choose which device to run most tests
* amdgpu: A new option to run tests on render node
* Import uapi/i915_drm.h from v4.10-rc5-950-g152d5750dda9
* intel: Allow the client to control implicit synchronisation
* intel: Support passing of explicit fencing from execbuf
* intel: Clear execobject flags before preserving object in reuse cache
* intel: Export a function to re-enable implicit synchronisation
* intel: update global_name before HASH_ADD
* xf86drm: use maj/min in drmParsePciDeviceInfo()
* xf86drm: add plumbing to not retrieve PCI device revision
* xf86drm: parse the separate sysfs files for vendor... info
* xf86drm: introduce drmGetDevice[s]2
* tests/drmdevice: use drmGetDevice[s]2
* tests: remove useless legacy tests
* kms: remove commented out libudev code
* configure: remove libudev checks
* tests: automake: reorder makefile contents
* autogen.sh: set format.subjectPrefix and sendemail.to if needed
* android: remove LOCAL_MODULE_TAGS := optional tag
* android: introduce Android.common.mk to reduce boilerplate
* android: add HAVE_VISIBILITY to Android.common.mk
* android: add note about command line defines and config.h
* android: silence ~550 warnings
* tests/nouveau: automake: fold C and CPP flags
* xf86drm: fix sign-compare warning
* xf86drm: implement drmGetMinorNameForFD for non-sysfs
* xf86drm: implement drmParseSubsystemType for OpenBSD
* xf86drm: implement drmParsePciDeviceInfo for OpenBSD
* xf86drm: implement drmParsePciBusInfo for OpenBSD
* xf86drm: implement an OpenBSD specific drmGetDevice2
* xf86drm: adjust device node path for minor base
* xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2
* xf86drm: don't fatal on per device error in drmGetDevice[s]2
* tests/util: Add support for meson module
* libkms/exynos: fix memory leak in error path
* xf86drm: fix null termination of string buffer
* xf86drm: Fix indentation
* xf86drmMode.h: Use consistent padding
* xf86drmMode.h: Add DisplayPort MST and DPI encoders/connectors
* xf86drm: Fix type-punned pointer build warning
* xf86drm: Factor out drmDeviceAlloc()
* xf86drm: Add USB support
* xf86drm: Add platform and host1x bus support
* tests/drmdevice: Add USB, platform and host1x support
* xf86drm: Reuse sysfs_uevent_get()
* tests: Use -pthread in CFLAGS instead of -lpthread
* modetest: Allow the user to specify the plane ID
-------------------------------------------------------------------
Wed Jan 25 10:57:44 UTC 2017 - sndirsch@suse.com

View File

@ -17,7 +17,7 @@
Name: libdrm
Version: 2.4.74
Version: 2.4.75
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT
@ -199,7 +199,7 @@ autoreconf -fi
--enable-udev
make %{?_smp_mflags} V=1
make %{?_smp_mflags} -C tests dristat drmstat
make %{?_smp_mflags} -C tests
%check
make %{?_smp_mflags} -C tests check-am
@ -211,8 +211,6 @@ make -C tests/modetest install DESTDIR=%{buildroot}
find %{buildroot} -type f -name "*.la" -delete -print
mkdir -p %{buildroot}%{_prefix}/bin
install \
tests/dristat \
tests/.libs/drmstat \
tests/modeprint/.libs/modeprint \
tests/modetest/.libs/modetest %{buildroot}%{_prefix}/bin
@ -243,8 +241,6 @@ install \
%files tools
%defattr(-,root,root)
%{_bindir}/dristat
%{_bindir}/drmstat
%{_bindir}/modeprint
%{_bindir}/modetest