Skip to content

Commit

Permalink
libdrm: Update version from 2.4.93 to 2.4.94
Browse files Browse the repository at this point in the history
Change-log from [announcement][1]:

> Benjamin Gaignard (2):
>       tests/modetest: Add atomic support
>       tests/util: Add support for stm module
>
> Christian König (7):
>       amdgpu: stop using the hash table for fd_tab
>       amdgpu: add handle table implementation v2
>       amdgpu: use handle table for KMS handles
>       amdgpu: use handle table for flink names
>       amdgpu: remove the hash table implementation
>       amdgpu: always add all BOs to handle table
>       amdgpu: fix off by one in handle_table_insert
>
> Junwei Zhang (5):
>       amdgpu: add bo from user memory to handle table
>       amdgpu: add a function to find bo by cpu mapping (v2)
>       tests/amdgpu: add test for finding bo by CPU mapping
>       amdgpu: free flink bo in bo import
>       amdgpu: add a function to create amdgpu bo internally (v4)
>
> Kristian H. Kristensen (1):
>       Bump to version 2.4.94
>
> Likun Gao (1):
>       amdgpu: Disable deadlock test suite for RV
>
> Michel Dänzer (2):
>       amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping
>       amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping
>
> Mike Lothian (1):
>       libdrm: Fix amdgpu build failure
>
> Rob Clark (2):
>       freedreno: don't leak stateobj rb refs
>       freedreno: fix use-after-free with stateobj rb's
>
> Rodrigo Vivi (1):
>       intel: Add a new CFL PCI ID.
>
> Tanmay Shah (1):
>       libdrm: add msm drm uapi header

[1]: https://lists.freedesktop.org/archives/dri-devel/2018-August/187286.html
  • Loading branch information
pmenzel authored and donald committed Oct 10, 2018
1 parent 0b2b70b commit d94a737
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.93-0
# BEE_VERSION libdrm-2.4.94-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 d94a737

Please sign in to comment.