From f268421c2d82c69c93b48aa755543e43c839cd8b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Aug 2018 10:24:23 +0200 Subject: [PATCH 1/2] libdrm: Update version from 2.4.89 to 2.4.93 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Announcement for 2.4.93][1]: > Christian König (1): > amdgpu: make sure to set CLOEXEC on duplicated FDs > > Emil Velikov (10): > xf86drm: drmGetDevice2: error out if the fd has unknown subsys > xf86drm: introduce drm_device_has_rdev() helper > xf86drm: Fold drmDevice processing into process_device() helper > xf86drm: Allocate drmDevicePtr's on stack > xf86drm: introduce a get_real_pci_path() helper > xf86drm: Add drmDevice support for virtio_gpu > tests/drmdevices: install alongside other utilities > tests/drmdevice: add a couple of printf headers > drmdevice: convert the tabbed output into a tree > drmdevice: print the correct host1x information > > Jan Vesely (3): > amdgpu: Take a lock before removing devices from fd_tab hash table. > amdgpu/util_hash_table: Add helper function to count the number of entries in hash table > amdgpu: Destroy fd_hash table when the last device is removed. > > José Roberto de Souza (2): > intel: Introducing Whiskey Lake platform > intel: Introducing Amber Lake platform > > Kevin Strasser (1): > xf86drm: Be sure to closedir before return > > Marek Olšák (3): > amdgpu: don't call add_handle_to_table for KMS BO exports > amdgpu: add amdgpu_bo_handle_type_kms_noimport > configure.ac: bump version to 2.4.93 > > Mariusz Ceier (1): > xf86drm: Fix error path in drmGetDevice2 > > Michel Dänzer (2): > Always pass O_CLOEXEC when opening DRM file descriptors > Revert "amdgpu: don't call add_handle_to_table for KMS BO exports" > > Rob Clark (5): > freedreno: add user ptr to fd_ringbuffer > freedreno: add fd_ringbuffer_new_object() > freedreno: small cleanup > freedreno: slight reordering > freedreno/msm: "stateobj" support [1]: https://lists.x.org/archives/xorg-announce/2018-August/002911.html --- libdrm.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm.be0 b/libdrm.be0 index 78588bb40..db7dde40b 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.89-0 +# BEE_VERSION libdrm-2.4.93-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From a062a31a192daca723c26ecab0e7b6f12dc26150 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Aug 2018 10:26:52 +0200 Subject: [PATCH 2/2] mesalib: Update version from 17.3.9 to 18.1.6 [Release notes][1]: 1. https://www.mesa3d.org/relnotes/18.0.0.html 2. https://www.mesa3d.org/relnotes/18.1.0.html 3. https://www.mesa3d.org/relnotes/18.1.6.html [1]: https://www.mesa3d.org/relnotes/ --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index a91fff95f..0dcba44ca 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-17.3.9-0 +# BEE_VERSION mesalib-18.1.6-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)