From 7c5935cc87b0ae96b0b5146cc9233ee330401a43ae5345ded03c8c17860490ed Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 25 Aug 2017 09:51:20 +0000 Subject: [PATCH] - Update to version 2.4.83 + amdgpu: Add FX-9800P Bristol Ridge iGPU id + amdgpu: fix missing mutex unlock before return + amdgpu: fix race issue between two bo functions(v2) + amdgpu: merge and cleanup amdgpu_bo_free + android: add rules to build amdgpu.ids + android: amdgpu: fix build break + drm: Pull new modifier uapi into drm_fourcc and drm_mode + drmsltest: Check expected neighbours + etnaviv: fix etna_bo_from_name + freedreno: remove dead error path + freedreno: prevent deadlock in error path + freedreno/msm: remove dead error path + radeon: add fallthrough annotation + test/amdgpu: fix test failure for SI + tests/amdgpu: bypass UVD CS tests on raven + tests/amdgpu: bypass VCE tests on raven + tests/amdgpu: add uvd encode unit tests + xf86drm: continue with next device if drmProcessUsbDevice fails + xf86drm: continue after drmProcessPlatformDevice failure OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=243 --- libdrm-2.4.82.tar.bz2 | 3 --- libdrm-2.4.83.tar.bz2 | 3 +++ libdrm.changes | 24 ++++++++++++++++++++++++ libdrm.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.82.tar.bz2 create mode 100644 libdrm-2.4.83.tar.bz2 diff --git a/libdrm-2.4.82.tar.bz2 b/libdrm-2.4.82.tar.bz2 deleted file mode 100644 index be94322..0000000 --- a/libdrm-2.4.82.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43fa2dbd422d6d41ac141272cc9855360ce4d08c7cf7f2c7bb55dfe449c4ce1c -size 754053 diff --git a/libdrm-2.4.83.tar.bz2 b/libdrm-2.4.83.tar.bz2 new file mode 100644 index 0000000..619c278 --- /dev/null +++ b/libdrm-2.4.83.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a52669da60ead62548a35bc430aafb6c2d8dd21ec9dba3a90f96eff5fe36d6 +size 756342 diff --git a/libdrm.changes b/libdrm.changes index 37e42fc..c9a927e 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Aug 25 09:26:15 UTC 2017 - sndirsch@suse.com + +- Update to version 2.4.83 + + amdgpu: Add FX-9800P Bristol Ridge iGPU id + + amdgpu: fix missing mutex unlock before return + + amdgpu: fix race issue between two bo functions(v2) + + amdgpu: merge and cleanup amdgpu_bo_free + + android: add rules to build amdgpu.ids + + android: amdgpu: fix build break + + drm: Pull new modifier uapi into drm_fourcc and drm_mode + + drmsltest: Check expected neighbours + + etnaviv: fix etna_bo_from_name + + freedreno: remove dead error path + + freedreno: prevent deadlock in error path + + freedreno/msm: remove dead error path + + radeon: add fallthrough annotation + + test/amdgpu: fix test failure for SI + + tests/amdgpu: bypass UVD CS tests on raven + + tests/amdgpu: bypass VCE tests on raven + + tests/amdgpu: add uvd encode unit tests + + xf86drm: continue with next device if drmProcessUsbDevice fails + + xf86drm: continue after drmProcessPlatformDevice failure + ------------------------------------------------------------------- Wed Aug 2 13:41:50 CEST 2017 - ro@suse.de diff --git a/libdrm.spec b/libdrm.spec index fb16f49..a7b7561 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.82 +Version: 2.4.83 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT