From 0d4b0ec697c0d762089fa6bdf5c3cd7c1a06fdb629b6b8928436dfe78e2b07e9 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 11 Jul 2021 14:45:46 +0000 Subject: [PATCH] Accepting request 905675 from home:tobijk:X11:XOrg - Update to version 2.4.107: * amdgpu: update marketing names * tests/amdgpu: Fix valgrind warning * test/amdgpu: Add helper functions for hot unplug * test/amdgpu/hotunplug: Add test suite for GPU unplug * tests/amdgpu/hotunplug: Add unplug with cs test. * tests/amdgpu/hotunplug: Add hotunplug with exported bo test * tests/amdgpu/hotunplug: Add hotunplug with exported fence * amdgpu: Add vamgr for capture/replay. * include in xf86drmMode when the OS is FreeBSD * _WANT_KERNEL_ERRNO must be defined in FreeBSD for ERESTART to be used * Conditionally include and on Linux, BSD * Revert "tests/amdgpu: fix bo eviction test issue" * xf86drm: Add a human readable representation for format modifiers * xf86drm: Add a vendor function to decode the format modifier * xf86drm: Add support for decoding Nvidia format modifiers * xf86drm: Add support for decoding AMD format modifiers * xf86drm: Add support for decoding AMLOGIC format modifiers * README.rst: Include some notes about syncing uapi headers * amdgpu: Added product name for E9390,E9560 and E9565 dgpu * intel: Add support for ADLP OBS-URL: https://build.opensuse.org/request/show/905675 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=304 --- libdrm-2.4.106.tar.xz | 3 --- libdrm-2.4.107.tar.xz | 3 +++ libdrm.changes | 25 +++++++++++++++++++++++++ libdrm.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.106.tar.xz create mode 100644 libdrm-2.4.107.tar.xz diff --git a/libdrm-2.4.106.tar.xz b/libdrm-2.4.106.tar.xz deleted file mode 100644 index e80050d..0000000 --- a/libdrm-2.4.106.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92d8ac54429b171e087e61c2894dc5399fe6a549b1fbba09fa6a3cb9d4e57bd4 -size 418176 diff --git a/libdrm-2.4.107.tar.xz b/libdrm-2.4.107.tar.xz new file mode 100644 index 0000000..9c325bb --- /dev/null +++ b/libdrm-2.4.107.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c554cef03b033636a975543eab363cc19081cb464595d3da1ec129f87370f888 +size 425612 diff --git a/libdrm.changes b/libdrm.changes index 6032e42..5f71403 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Jul 11 12:57:54 UTC 2021 - Tobias Klausmann + +- Update to version 2.4.107: + * amdgpu: update marketing names + * tests/amdgpu: Fix valgrind warning + * test/amdgpu: Add helper functions for hot unplug + * test/amdgpu/hotunplug: Add test suite for GPU unplug + * tests/amdgpu/hotunplug: Add unplug with cs test. + * tests/amdgpu/hotunplug: Add hotunplug with exported bo test + * tests/amdgpu/hotunplug: Add hotunplug with exported fence + * amdgpu: Add vamgr for capture/replay. + * include in xf86drmMode when the OS is FreeBSD + * _WANT_KERNEL_ERRNO must be defined in FreeBSD for ERESTART to be used + * Conditionally include and on Linux, BSD + * Revert "tests/amdgpu: fix bo eviction test issue" + * xf86drm: Add a human readable representation for format modifiers + * xf86drm: Add a vendor function to decode the format modifier + * xf86drm: Add support for decoding Nvidia format modifiers + * xf86drm: Add support for decoding AMD format modifiers + * xf86drm: Add support for decoding AMLOGIC format modifiers + * README.rst: Include some notes about syncing uapi headers + * amdgpu: Added product name for E9390,E9560 and E9565 dgpu + * intel: Add support for ADLP + ------------------------------------------------------------------- Wed May 19 08:13:47 UTC 2021 - Paolo Stivanin diff --git a/libdrm.spec b/libdrm.spec index f8e0cee..778b2a8 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.106 +Version: 2.4.107 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT