From 06a3991462bf4b8cb75ea8954f726f0cc2f11c1d933c058f917b90d1548e00d0 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 26 May 2017 14:22:25 +0000 Subject: [PATCH] - Update to version 2.4.81 * Export drmDevicesEqual * configure: Fix the check * Fix stray caller of drmCompareDevices * amdgpu/: concisely && consistently check null ptrs in canonical form * amdgpu: Use the canonical form in branch predicate * Add pl111 as a KMS driver for utils. * Add the DPI encoder/connector types to KMS utils. * amdgpu: add raven family id * modetest: fix printing of fourcc on BE machines * amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC * amdgpu/drm: add AMDGPU_HW_IP_VCN_ENC * amdgpu: add the interface of waiting multiple fences * amdgpu: add a test for amdgpu_cs_wait_fences * amdgpu: add missing extern "C" headers * freedreno: fix double-free on exit OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=237 --- libdrm-2.4.80.tar.bz2 | 3 --- libdrm-2.4.81.tar.bz2 | 3 +++ libdrm.changes | 20 ++++++++++++++++++++ libdrm.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.80.tar.bz2 create mode 100644 libdrm-2.4.81.tar.bz2 diff --git a/libdrm-2.4.80.tar.bz2 b/libdrm-2.4.80.tar.bz2 deleted file mode 100644 index 079366b..0000000 --- a/libdrm-2.4.80.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82a519601e9cdfad795e760807eb07ac8913b225e25fc8fe9bc03e3be6549f1 -size 771243 diff --git a/libdrm-2.4.81.tar.bz2 b/libdrm-2.4.81.tar.bz2 new file mode 100644 index 0000000..8eae10f --- /dev/null +++ b/libdrm-2.4.81.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc05c195ac8708199979a94c4e4d1a928c14ec338ecbcb38ead09f54dae11ae +size 786276 diff --git a/libdrm.changes b/libdrm.changes index 8002587..e3c5bd7 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri May 26 14:11:03 UTC 2017 - sndirsch@suse.com + +- Update to version 2.4.81 + * Export drmDevicesEqual + * configure: Fix the check + * Fix stray caller of drmCompareDevices + * amdgpu/: concisely && consistently check null ptrs in canonical form + * amdgpu: Use the canonical form in branch predicate + * Add pl111 as a KMS driver for utils. + * Add the DPI encoder/connector types to KMS utils. + * amdgpu: add raven family id + * modetest: fix printing of fourcc on BE machines + * amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC + * amdgpu/drm: add AMDGPU_HW_IP_VCN_ENC + * amdgpu: add the interface of waiting multiple fences + * amdgpu: add a test for amdgpu_cs_wait_fences + * amdgpu: add missing extern "C" headers + * freedreno: fix double-free on exit + ------------------------------------------------------------------- Mon Apr 17 17:28:57 UTC 2017 - tobias.johannes.klausmann@mni.thm.de diff --git a/libdrm.spec b/libdrm.spec index 88edfc5..66ade7f 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.80 +Version: 2.4.81 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT