From 16ae8e096ca4ce76b6e9281bbf00bb60b1cb2a348635912e00322e10ebd0b9ec Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 13 Oct 2017 02:35:27 +0000 Subject: [PATCH] Accepting request 533758 from home:tobijk:X11:XOrg - Update to version 2.4.84: amdgpu: Add deadlock detection test suit. amdgpu: make userptr unit test more interesting amdgpu: Do not write beyond allocated memory when parsing ids amdgpu: print error messages when amdgpu_device_initialize is failing amdgpu: add sync_file import and export functions amdgpu: add amdgpu_cs_syncobj_wait amdgpu: add amdgpu_cs_fence_to_handle Android: move libraries to /vendor drm: add drmSyncobjWait wrapper etnaviv: prevent deadlock in error path freedreno/kgsl: fix pointer-to-int cast headers: sync syncobj ioctl defines. headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1 intel: Change a KBL pci id to GT2 from GT1.5 include: sync drm.h and amdgpu_drm.h with airlied/drm-next tests/amdgpu: add missing header to SOURCES tests/amdgpu: add new uvd enc support check tests/amdgpu: fix uvd enc data corruption issue OBS-URL: https://build.opensuse.org/request/show/533758 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=246 --- libdrm-2.4.83.tar.bz2 | 3 --- libdrm-2.4.84.tar.bz2 | 3 +++ libdrm.changes | 23 +++++++++++++++++++++++ libdrm.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.83.tar.bz2 create mode 100644 libdrm-2.4.84.tar.bz2 diff --git a/libdrm-2.4.83.tar.bz2 b/libdrm-2.4.83.tar.bz2 deleted file mode 100644 index 619c278..0000000 --- a/libdrm-2.4.83.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03a52669da60ead62548a35bc430aafb6c2d8dd21ec9dba3a90f96eff5fe36d6 -size 756342 diff --git a/libdrm-2.4.84.tar.bz2 b/libdrm-2.4.84.tar.bz2 new file mode 100644 index 0000000..500bfb5 --- /dev/null +++ b/libdrm-2.4.84.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae9c24d91139ac9a2cdee06fe46dbe1c401a1eda1c0bd2a6d1ecf72f479e0aa +size 794348 diff --git a/libdrm.changes b/libdrm.changes index 92069a1..01a23a9 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Oct 12 21:22:19 UTC 2017 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 2.4.84: + amdgpu: Add deadlock detection test suit. + amdgpu: make userptr unit test more interesting + amdgpu: Do not write beyond allocated memory when parsing ids + amdgpu: print error messages when amdgpu_device_initialize is failing + amdgpu: add sync_file import and export functions + amdgpu: add amdgpu_cs_syncobj_wait + amdgpu: add amdgpu_cs_fence_to_handle + Android: move libraries to /vendor + drm: add drmSyncobjWait wrapper + etnaviv: prevent deadlock in error path + freedreno/kgsl: fix pointer-to-int cast + headers: sync syncobj ioctl defines. + headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1 + intel: Change a KBL pci id to GT2 from GT1.5 + include: sync drm.h and amdgpu_drm.h with airlied/drm-next + tests/amdgpu: add missing header to SOURCES + tests/amdgpu: add new uvd enc support check + tests/amdgpu: fix uvd enc data corruption issue + ------------------------------------------------------------------- Sat Sep 30 09:45:21 UTC 2017 - jengelh@inai.de diff --git a/libdrm.spec b/libdrm.spec index eab7b2d..05f2729 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.83 +Version: 2.4.84 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT