Received: by mail.netbsd.org (Postfix, from userid 605) id 72C1684E6B; Sun, 18 Feb 2018 23:18:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F32B584E65 for ; Sun, 18 Feb 2018 23:18:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Tev632AyPEVn for ; Sun, 18 Feb 2018 23:18:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F28984DE3 for ; Sun, 18 Feb 2018 23:18:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A260FB40; Sun, 18 Feb 2018 23:18:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518995926148290" MIME-Version: 1.0 Date: Sun, 18 Feb 2018 23:18:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libdrm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180218231846.3A260FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1518995926148290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 18 23:18:46 UTC 2018 Modified Files: pkgsrc/x11/libdrm: Makefile distinfo Log Message: libdrm: update to 2.4.90. 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() To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/x11/libdrm/Makefile \ pkgsrc/x11/libdrm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1518995926148290 Content-Disposition: inline Content-Length: 1790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libdrm/Makefile diff -u pkgsrc/x11/libdrm/Makefile:1.78 pkgsrc/x11/libdrm/Makefile:1.79 --- pkgsrc/x11/libdrm/Makefile:1.78 Mon Dec 18 20:46:52 2017 +++ pkgsrc/x11/libdrm/Makefile Sun Feb 18 23:18:46 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2017/12/18 20:46:52 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2018/02/18 23:18:46 wiz Exp $ -DISTNAME= libdrm-2.4.89 +DISTNAME= libdrm-2.4.90 CATEGORIES= x11 graphics MASTER_SITES= http://dri.freedesktop.org/libdrm/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/libdrm/distinfo diff -u pkgsrc/x11/libdrm/distinfo:1.78 pkgsrc/x11/libdrm/distinfo:1.79 --- pkgsrc/x11/libdrm/distinfo:1.78 Mon Dec 18 20:46:52 2017 +++ pkgsrc/x11/libdrm/distinfo Sun Feb 18 23:18:46 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.78 2017/12/18 20:46:52 wiz Exp $ +$NetBSD: distinfo,v 1.79 2018/02/18 23:18:46 wiz Exp $ -SHA1 (libdrm-2.4.89.tar.bz2) = 43123da26271df9a29deb687c1855bef3fed249c -RMD160 (libdrm-2.4.89.tar.bz2) = 1da0f118f5ede7b5e5468b642d2de5ce6d1d67a6 -SHA512 (libdrm-2.4.89.tar.bz2) = 380e4e46cd3971a73264bd1b482791fab0503268adb65ac81b674df009662cfb8ef5741e362f19670b2a43b1c46f022d857706c9a4bebed2b1cddaa317b7706d -Size (libdrm-2.4.89.tar.bz2) = 792940 bytes +SHA1 (libdrm-2.4.90.tar.bz2) = 7630ba36c65433251a0494b47086fbd0b32ff7a8 +RMD160 (libdrm-2.4.90.tar.bz2) = 26b3668780bac8fa50f9fd8feacbb05b2a2ceb7c +SHA512 (libdrm-2.4.90.tar.bz2) = 3d32d60c44ffdcb58667d0926e6af8d375332add1f243d8b2d37567aeef4e4b26d786294aeecf46c3dea94fc002fb73756567c457300703acfc21e32ffbd458c +Size (libdrm-2.4.90.tar.bz2) = 822164 bytes SHA1 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-include_drm_drm.h) = 48a912f40bf2b2a1c23edbe4446fa7869212f17b --_----------=_1518995926148290--