drm: Changes to 'refs/tags/libdrm-2.4.90'
[email protected] (Marek Ol????k) Sat, 17 Feb 2018 03:47:20 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
Tag 'libdrm-2.4.90' created by Marek Olk <[email protected]> at 2018-02-17 03:46 +0000 libdrm-2.4.90 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJah6WxAAoJEP3RXVrO8PKxyvcIAMRJvOvNs60/FALSDb6h1Ai3 Oy0TlBv7S1PWsAuoQFiWymeh/4Ya6xReDOAO9QHl0gZ/tKWsyCARTrjvN2sFyzAf ym/Yi8eBCl/2AEUCPDFvrNPSE1xPOq+k1H8iC+z5uzfwjHnXlu4H1JKwnyaRNO7g FPiCtU0tFdBGXJVD9N7C1XNu/wJQwGSWaldcwqlJ4yoT5/2gm7CWejscvrCD/83Q uvwjTAtKWDLeYKCSDpIye8J9JG4SOuzr+9BXCJQeCX8fDhXRRjsBPq1O/1Uk2BXO XMhWf7OpBamxT/YHasjDmMQxxl46AUTUa0Of1al88lUKYOjVo7srMEQctJDI/uI= =Jj7c -----END PGP SIGNATURE----- Changes since libdrm-2.4.89: 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 Knig (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 Olk (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 Dnzer (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() --- .editorconfig | 4 Android.mk | 8 Makefile.am | 32 + Makefile.sources | 3 README | 24 + amdgpu/.editorconfig | 4 amdgpu/amdgpu-symbol-check | 1 amdgpu/amdgpu.h | 21 + amdgpu/amdgpu_asic_id.c | 2 amdgpu/amdgpu_cs.c | 2 amdgpu/amdgpu_device.c | 32 + amdgpu/amdgpu_internal.h | 3 amdgpu/amdgpu_vamgr.c | 126 ++----- amdgpu/meson.build | 65 +++ android/gralloc_handle.h | 108 ++++++ configure.ac | 45 +- data/Makefile.am | 2 data/meson.build | 27 + etnaviv/meson.build | 59 +++ exynos/meson.build | 53 +++ freedreno/freedreno_bo.c | 2 freedreno/freedreno_device.c | 2 freedreno/freedreno_priv.h | 4 freedreno/meson.build | 76 ++++ freedreno/msm/msm_pipe.c | 28 + include/drm/amdgpu_drm.h | 4 intel/intel_bufmgr_gem.c | 4 intel/intel_chipset.h | 30 + intel/meson.build | 105 ++++++ libkms/linux.c | 10 libkms/meson.build | 74 ++++ man/meson.build | 67 ++++ meson.build | 361 +++++++++++++++++++++ meson_options.txt | 143 ++++++++ nouveau/meson.build | 58 +++ omap/meson.build | 53 +++ radeon/meson.build | 63 +++ tegra/meson.build | 52 +++ tests/amdgpu/.editorconfig | 1 tests/amdgpu/amdgpu_test.c | 3 tests/amdgpu/amdgpu_test.h | 28 + tests/amdgpu/basic_tests.c | 632 ++++++++++++++++++++++++-------------- tests/amdgpu/cs_tests.c | 2 tests/amdgpu/deadlock_tests.c | 27 - tests/amdgpu/meson.build | 34 ++ tests/amdgpu/uvd_enc_tests.c | 5 tests/amdgpu/vcn_tests.c | 2 tests/amdgpu/vm_tests.c | 28 + tests/etnaviv/meson.build | 45 ++ tests/etnaviv/write_bmp.c | 4 tests/exynos/exynos_fimg2d_test.c | 6 tests/exynos/meson.build | 54 +++ tests/kms/meson.build | 49 ++ tests/kmstest/meson.build | 30 + tests/meson.build | 86 +++++ tests/modeprint/meson.build | 29 + tests/modeprint/modeprint.c | 2 tests/modetest/meson.build | 29 + tests/modetest/modetest.c | 5 tests/nouveau/meson.build | 30 + tests/proptest/meson.build | 28 + tests/radeon/meson.build | 27 + tests/tegra/meson.build | 27 + tests/util/meson.build | 28 + tests/util/pattern.c | 15 tests/vbltest/meson.build | 28 + vc4/meson.build | 28 + xf86atomic.h | 2 xf86drm.c | 4 xf86drmHash.c | 6 70 files changed, 2662 insertions(+), 419 deletions(-) --- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot -- _______________________________________________ Dri-patches mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-patches