From 916f710c4aa64a6382b2cfc9897838382cc081e95e33d359a213ad60542e7c0b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 10 May 2018 11:44:40 +0000 Subject: [PATCH] Accepting request 606082 from home:mimi_vx:branches:X11:XOrg - update to 2.4.92 + drm/atomic: Refuse to add invalid objects to requests + freedreno: add missing symbols to symbol-check + libdrm: Use readdir instead of readdir_r to avoid build warnings + Intel: Add a Kaby Lake PCI ID + amdgpu: Deinitialize vamgr_high{,_32} + intel: add support for ICL 11 + amdgpu:support 16 ibs per submit for PAL/SRIOV + freedreno: add fd_pipe refcounting + drm/amdgpu: Remove IB count checking + intel/intel_chipset.h: Sync Cannonlake IDs. + libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export + amdgpu: enlarge the maximum number of cards supported OBS-URL: https://build.opensuse.org/request/show/606082 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=262 --- libdrm-2.4.91.tar.bz2 | 3 --- libdrm-2.4.92.tar.bz2 | 3 +++ libdrm.changes | 17 +++++++++++++++++ libdrm.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.91.tar.bz2 create mode 100644 libdrm-2.4.92.tar.bz2 diff --git a/libdrm-2.4.91.tar.bz2 b/libdrm-2.4.91.tar.bz2 deleted file mode 100644 index 3c4df7e..0000000 --- a/libdrm-2.4.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:634a0ed0cc1eff06f48674b1da81aafa661a9f001e7a4f43dde81076886dc800 -size 815419 diff --git a/libdrm-2.4.92.tar.bz2 b/libdrm-2.4.92.tar.bz2 new file mode 100644 index 0000000..bb8cdf5 --- /dev/null +++ b/libdrm-2.4.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e48fdb4de139dc4d9880aa1473158a16ff6aff63d14341367bd30a51ff39fa +size 821789 diff --git a/libdrm.changes b/libdrm.changes index d07ff02..879f559 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu May 10 06:51:58 UTC 2018 - mimi.vx@gmail.com + +- update to 2.4.92 + + drm/atomic: Refuse to add invalid objects to requests + + freedreno: add missing symbols to symbol-check + + libdrm: Use readdir instead of readdir_r to avoid build warnings + + Intel: Add a Kaby Lake PCI ID + + amdgpu: Deinitialize vamgr_high{,_32} + + intel: add support for ICL 11 + + amdgpu:support 16 ibs per submit for PAL/SRIOV + + freedreno: add fd_pipe refcounting + + drm/amdgpu: Remove IB count checking + + intel/intel_chipset.h: Sync Cannonlake IDs. + + libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export + + amdgpu: enlarge the maximum number of cards supported + ------------------------------------------------------------------- Tue Mar 6 13:41:52 UTC 2018 - mimi.vx@gmail.com diff --git a/libdrm.spec b/libdrm.spec index 44b4a6b..beda119 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.91 +Version: 2.4.92 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT