From a3cab039af7fc6155fef8e96a96b9874b844d47c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 25 Oct 2019 11:22:45 +0200 Subject: [PATCH 1/2] libdrm: Update version from 2.4.99 to 2.4.100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-log: > Anusha Srivatsa (1): > intel: sync i915_pciids.h with kernel > > Emil Velikov (1): > *-symbols-check: use normal shell over bash > > Eric Engestrom (7): > xf86drm: dedupe `#define`s > xf86drm: use max size of drm node name instead of arbitrary size > xf86drm: dedupe drmGetDeviceName() logic > meson: fix sys/mkdev.h detection on Solaris > *-symbols-check: let meson figure out how to execute the scripts > RELEASING: update instructions to use meson instead of autotools > libdrm: remove autotools support > > Flora Cui (3): > tests/amdgpu: fix for dispatch/draw test > tests/amdgpu: add gpu reset test > tests/amdgpu: disable reset test for now > > Guchun Chen (7): > amdgpu: add gfx ras inject configuration file > tests/amdgpu/ras: refine ras inject test > amdgpu: add umc ras inject test configuration > amdgpu: remove json package dependence > amdgpu: delete test configuration file > amdgpu: add ras inject unit test > amdgpu: add ras feature capability check in inject test > > Ilia Mirkin (1): > tests/util: fix incorrect memset argument order > > Jonathan Gray (2): > xf86drm: test for render nodes before primary nodes > xf86drm: open correct render node on non-linux > > Le Ma (2): > tests/amdgpu: divide dispatch test into compute and gfx > tests/amdgpu: add the missing deactivation case for dispatch test > > Lucas De Marchi (1): > intel: sync i915_pciids.h with kernel > > Marek Olšák (5): > include: update amdgpu_drm.h > amdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX_OP_QUERY_STATE2 > Bump the version to 2.4.100 > Revert "libdrm: remove autotools support" > Bump the version to 2.4.100 for autotools > > Niclas Zeising (2): > meson.build: Fix typo > meson.build: Fix header detection on FreeBSD > > Nirmoy Das (1): > test/amdgpu: don't free unused bo handle > > Rodrigo Vivi (2): > intel: add the TGL 12 PCI IDs and macros > intel: Add support for EHL --- libdrm.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm.be0 b/libdrm.be0 index 5c8763024..1f5cdb131 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.99-0 +# BEE_VERSION libdrm-2.4.100-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 c46df3ee8c2355c6a09a9c4c3066964914a7ff99 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 25 Oct 2019 11:27:26 +0200 Subject: [PATCH 2/2] mesalib: Update version from 19.1.1 to 19.2.2 The announcments are available on the Web site and the archive of mesa-announce. [1]: https://www.mesa3d.org/relnotes/19.2.0.html --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 7a8f9a752..e3cc06a8f 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-19.1.1-0 +# BEE_VERSION mesalib-19.2.2-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.)