From 079ff26d4df4672b1419619f12194d06e5a35a8e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 3 Jul 2019 13:44:46 +0200 Subject: [PATCH] libdrm: Update version from 2.4.98 to 2.4.99 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From the announcement: > Adrian Salido (1): > libdrm: reduce number of reallocations in drmModeAtomicAddProperty > > Chunming Zhou (9): > add cs chunk for syncobj timeline > add timeline wait/query ioctl v2 > wrap syncobj timeline query/wait APIs for amdgpu v3 > add timeline signal/transfer ioctls v2 > expose timeline signal/export/import interfaces v2 > wrap transfer interfaces > add syncobj timeline tests v3 > update drm.h > enable syncobj test depending on capability > > Hawking Zhang (1): > libdrm/amdgpu: add new member in drm_amdgpu_device_info for navi10 > > Hemant Hariyani (1): > libdrm: omap: Add DRM_RDWR flag to dmabuf export > > Huang Rui (1): > amdgpu: add navi family id > > Ilia Mirkin (11): > util: add C8 format, support it with SMPTE pattern > util: fix MAKE_RGBA macro for 10bpp modes > util: add gradient pattern > util: add fp16 format support > util: add cairo drawing for 30bpp formats when available > modetest: don't pretend that atomic mode includes a format > modetest: add an add_property_optional variant that does not print errors > modetest: add C8 support to generate SMPTE pattern > modetest: add the ability to specify fill patterns on the commandline > modetest: add FP16 format support > util: fix include path for drm_mode.h > > John Stultz (2): > libdrm: Android.mk: Add minimal Android platform check > libdrm: amdgpu: Initialize unions with memset rather than "= {0}" > > Leo Liu (1): > tests/amdgpu/vcn: add VCN2.0 decode support > > Lucas Stach (1): > etnaviv: drop etna_bo_from_handle symbol > > Marek Olšák (1): > Bump version to 2.4.99 > > Marek Vasut (1): > etnaviv: Fix double-free in etna_bo_cache_free() > > Michel Dänzer (6): > amdgpu: Add amdgpu_cs_syncobj_transfer to amdgpu-symbol-check > amdgpu: Move union declaration to top of amdgpu_cs_ctx_override_priority > amdgpu: Update amdgpu_bo_handle_type_kms_noimport documentation > amdgpu: Pass file descriptor directly to amdgpu_close_kms_handle > amdgpu: Add BO handle to table in amdgpu_bo_create > amdgpu: Rename fd_mutex/list to dev_mutex/list > > Prabhanjan Kandula (1): > libdrm: Avoid additional drm open close > > Sean Paul (1): > libdrm: Use mmap64 instead of __mmap2 > > Seung-Woo Kim (2): > tests/libkms-test-plane: fix possbile memory leak > xf86drm: Fix possible memory leak with drmModeGetPropertyPtr() > > Tao Zhou (1): > libdrm/amdgpu: add new vram type (GDDR6) for navi10 --- libdrm.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm.be0 b/libdrm.be0 index ab049ea65..5c8763024 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.98-0 +# BEE_VERSION libdrm-2.4.99-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.)