Andrey Grodzovsky (2):
amdgpu: Update deadlock test to not assert on ECANCELED
amdgpu: Fix segfault in deadlock test.
Anuj Phogat (1):
intel: Add more Coffeelake PCI IDs
Bas Nieuwenhuizen (1):
drm: Fix 32-bit drmSyncobjWait.
Christian König (5):
amdgpu: fix 32bit VA manager max address
headers: sync up amdgpu_drm.h with drm-next
amdgpu: use the high VA range if possible v2
test/amdgpu: fix compiler warnings
amdgpu: fix high VA mask
Christoph Haag (1):
meson: fix the install path of amdgpu.ids
Chunming Zhou (5):
fix return value for syncobj wait
amdgpu: fix inefficient vamgr algorithm
amdgpu: clean up non list code path for vamgr
tests/amdgpu: add bo eviction test
amdgpu: clean up non list code path for vamgr v2
Dylan Baker (7):
Add meson build system
autotools: Include meson.build files in tarball
README: Add note about meson
meson: set proper pkg-config version for libdrm_freedreno
meson: set the minimum version correctly
meson: fix libdrm_nouveau pkgconfig include directories
meson: include headers in root directory in ext_libdrm
Emil Velikov (1):
tests/amdgpu: add missing config.h include
Eric Engestrom (25):
remove unnecessary double-semicolon
tests/amdgpu: add parentheses to make operation priority explicit
tests/amdgpu: drop unused variables
tests/util: fix signed/unsigned comparisons
tests/util: drop unused parameters
tests/etnaviv: drop unused `return 0`
meson: add missing HAVE_RADEON
configure: remove unused HAVE_CUNIT define
configure: remove unused HAVE_INSTALL_TESTS define
meson,configure: remove unused HAVE_OMAP define
meson,configure: remove unused HAVE_TEGRA define
meson,configure: remove unused HAVE_FREEDRENO define
meson,configure: remove unused HAVE_ETNAVIV define
meson,configure: always define HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON}
always define HAVE_FREEDRENO_KGSL
always define HAVE_CAIRO
always define HAVE_VALGRIND
meson: sort HAVE_* defines
xf86atomic: fix -Wundef warning
meson: cleanup whitespace
meson,configure: add warning when using undefined preprocessor tokens
xf86drmHash: remove always-false #if guards
configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and HAVE_LIB_ATOMIC_OPS
exynos/tests: use #ifdef for never-defined token
meson,configure: turn undefined preprocessor tokens warnings into errors
Hawking Zhang (3):
tests/amdgpu: execute write linear on all the available rings
tests/amdgpu: execute const fill on all the available rings
tests/amdgpu: execute copy linear on all the available rings
Marek Olšák (2):
amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address space
configure.ac: bump version to 2.4.90
Michel Dänzer (7):
amdgpu: Don't print error message if parse_one_line returned -EAGAIN
amdgpu: Don't dereference device_handle after amdgpu_device_deinitialize
amdgpu: Symlink .editorconfig to tests/amdgpu
amdgpu: Disable deadlock test suite by default for SI ASICs
amdgpu: Disable VM test suite by default for SI ASICs
Revert "amdgpu: clean up non list code path for vamgr"
amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check
Rob Clark (1):
freedreno: clamp priority based on # of rings
Robert Foss (5):
android: Move gralloc handle struct to libdrm
android: Add version variable to gralloc_handle_t
android: Mark gralloc_handle_t magic variable as const
android: Remove member name from gralloc_handle_t
android: Change gralloc_handle_t members to be fixed width
Seung-Woo Kim (2):
amdgpu: fix not to add amdgpu.ids when building without amdgpu
modetest: Fix to check return value of asprintf()