Skip to content

Commit

Permalink
libdrm: Update version from 2.4.98 to 2.4.99
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Jul 3, 2019
1 parent ba616f7 commit 079ff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdrm.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit 079ff26

Please sign in to comment.