Skip to content

Commit

Permalink
libdrm: Update version from 2.4.94 to 2.4.96
Browse files Browse the repository at this point in the history
Change-log for 2.4.95:

> This release adds a fallback for realpath() which was blocked by the
> web-browser sand-boxing. While the browsers are fixed-up they seem to have
> little incentive to roll bugfix releases
>
> -Emil
>
> Ayan Kumar Halder (1):
>       libdrm: headers: Sync with drm-next
>
> Christian König (4):
>       tests/amdgpu: add unaligned VM test
>       amdgpu: remove invalid check in amdgpu_bo_alloc
>       test/amdgpu: add proper error handling v2
>       test/amdgpu: add GDS, GWS and OA tests
>
> Daniel Stone (1):
>       CI: Capture test logs as GitLab artifacts
>
> Daniel Vetter (1):
>       Add basic CONTRIBUTING file
>
> Emil Velikov (9):
>       xf86drm: fallback to normal path when realpath fails
>       intel: annotate the intel genx helpers as private
>       automake: set NM before running the tests
>       *-symbols-check: error out when using unset variables
>       gitlab-ci: pass the correct toggles to configure
>       Bump to version 2.4.95
>       Revert "Bump to version 2.4.95"
>       intel: include i915_pciids.h in the tarball
>       Bump to version 2.4.95
>
> Eric Engestrom (10):
>       add gitlab-ci builds of libdrm
>       xf86drm: merge get_normal_pci_path() into get_real_pci_path()
>       xf86drm: rename "real_path" to "pci_path"
>       gitlab-ci: use templates to deduplicate the build commands
>       headers/README: fix/add link to drm-next
>       intel: add missing drm_public exports
>       nouveau: add missing drm_public exports
>       radeon: add missing drm_public exports
>       omap: fix symbol annotations
>       freedreno: add missing drm_public
>
> Ezequiel Garcia (1):
>       tests/util: Add support for sun4i-drm driver
>
> Junwei Zhang (1):
>       amdgpu: add error return value for finding bo by cpu mapping (v2)
>
> Lucas De Marchi (19):
>       intel: add generic functions to check PCI ID
>       intel: make gen11 use generic gen macro
>       intel: make gen10 use generic gen macro
>       intel: make gen9 use generic gen macro
>       intel: get gen once for gen >= 9
>       intel: annotate public functions
>       libkms: annotate public functions
>       nouveau: annotate public functions
>       amdgpu: annotate public functions
>       libdrm: annotate public functions
>       etnaviv: annotate public functions
>       freedreno: annotate public functions
>       omap: annotate public functions
>       radeon: annotate public functions
>       tegra: annotate public functions
>       exynos: annotate public functions
>       meson: make symbols hidden by default
>       autotools: make symbols hidden by default
>       android: make symbols hidden by default
>
> Michel Dänzer (1):
>       amdgpu-symbol-check: Add amdgpu_find_bo_by_cpu_mapping
>
> Qiang Yu (2):
>       amdgpu: add amdgpu_bo_inc_ref() function.
>       amdgpu: amdgpu_bo_inc_ref don't return dummy int
>
> Rob Clark (2):
>       freedreno: fix spelling typo
>       freedreno: move ring_cache behind fd_bo_del()
>
> Stefan Agner (2):
>       modeprint: use libutil to lookup strings
>       modeprint: print encoder type
>
> Tom Anderson (1):
>       Fix build with -std=c11

Change-log for 2.4.96:

> Andrey Grodzovsky (2):
>   amdgpu/test: Allow BO mapping flags to be passed in tests
>   amdgpu/test: Fix deadlock tests for AI and RV v2
>
> Rob Clark (14):
>   xf86drmHash: remove redundant zero init
>   freedreno/msm: get rid of ring_bo unref hack
>   freedreno: expose refcnt'ing on ringbuffers
>   freedreno: add flags param for rb creation
>   freedreno/msm: support suballocation for stateobj rb's
>   freedreno: remove deprecated ringmarker API
>   freedreno/msm: remove reset of linked rings
>   freedreno/msm: simplify emit_reloc_ring() vfunc
>   freedreno/msm: use hashtable to track submit.cmds table
>   freedreno/msm: simplify msm_ringbuffer_flush()
>   freedreno/msm: handle ring-reloc to other stateobjs
>   freedreno/kgsl: fix build
>   freedreno/msm: fix c90 warning
>   Bump to version 2.4.96
>
> Thomas Hellstrom (1):
>   libdrm: Allow dynamic drm majors on linux
  • Loading branch information
pmenzel committed Oct 25, 2018
1 parent 59ce6fd commit 27de32b
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.94-0
# BEE_VERSION libdrm-2.4.96-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 27de32b

Please sign in to comment.