summaryrefslogtreecommitdiff
path: root/x11/libdrm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-02-15 23:13:32 +0000
committerwiz <wiz@pkgsrc.org>2016-02-15 23:13:32 +0000
commit4168dcf4e8e884741b206e26c5cee451e6237b2c (patch)
tree7e9968c71a06cefd1fd1bcbff1a767273b1f8cd6 /x11/libdrm
parenta74339f782736f4eab877c794a77be2ec592ce8f (diff)
downloadpkgsrc-4168dcf4e8e884741b206e26c5cee451e6237b2c.tar.gz
Update libdrm to 2.4.67:
Alex Deucher (7): tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2) tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic tests/amdgpu: add a test for cp write data tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic tests/amdgpu: add a test for cp dma fill tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic tests/amdgpu: add a test for cp dma copy Chunming Zhou (2): amdgpu: validate user memory for userptr tests/amdgpu: add semaphore test Damien Lespiau (1): xf86drm: Bound strstr() to the allocated data Emil Velikov (4): tests/kmstest: inverse the order of LDADD libraries amdgpu: add libdrm as private requirement/dependency radeon: add libdrm to Requires.private libkms: add libdrm to Requires.private Eric Anholt (3): vc4: Add the DRM header file. util: Add support for vc4. vc4: Add headers and .pc files for VC4 userspace development. Junwei Zhang (1): amdgpu: list each entry safely for sw semaphore when submit ib Ken Wang (1): amdgpu: fix for submition with no ibs Khem Raj (1): tests: Include sys/select.h Kylie McClain (1): tests: Include poll.h rather than sys/poll.h Marcin Ślusarz (1): configure.ac: don't detect disabled options dependencies Marek Olšák (2): configure.ac: disable annoying warning -Wmissing-field-initializers amdgpu: add semaphore support Michel Dänzer (2): amdgpu: Add new symbols to amdgpu-symbols-check radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl Rob Clark (4): freedreno: update uapi freedreno: small refactor for get_param freedreno: add support for FD_MAX_FREQ Bump version for release Rodrigo Vivi (1): intel/kbl: Add Kabylake PCI ids Stefan Agner (2): kmstest: Use util_open() tests: add fsl-dcu-drm to modules Sumit Semwal (1): android: enable building static version of libdrm Thierry Reding (1): tests: util: Fixup util_open() parameter order Ville Syrjälä (1): Fix memory leak with drmModeGetConnectorCurrent() monk.liu (1): amdgpu: drop address patching logics
Diffstat (limited to 'x11/libdrm')
-rw-r--r--x11/libdrm/Makefile4
-rw-r--r--x11/libdrm/PLIST3
-rw-r--r--x11/libdrm/distinfo10
3 files changed, 9 insertions, 8 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile
index a8a3621b9da..36db133355e 100644
--- a/x11/libdrm/Makefile
+++ b/x11/libdrm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2015/12/29 23:05:09 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2016/02/15 23:13:32 wiz Exp $
-DISTNAME= libdrm-2.4.66
+DISTNAME= libdrm-2.4.67
CATEGORIES= x11 graphics
MASTER_SITES= http://dri.freedesktop.org/libdrm/
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libdrm/PLIST b/x11/libdrm/PLIST
index 38e6143ec24..0b513c8dddf 100644
--- a/x11/libdrm/PLIST
+++ b/x11/libdrm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2015/12/29 23:05:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2016/02/15 23:13:32 wiz Exp $
${PLIST.arm}include/freedreno/freedreno_drmif.h
${PLIST.arm}include/freedreno/freedreno_ringbuffer.h
include/libdrm/amdgpu.h
@@ -36,6 +36,7 @@ include/libdrm/radeon_surface.h
include/libdrm/savage_drm.h
include/libdrm/sis_drm.h
include/libdrm/tegra_drm.h
+include/libdrm/vc4_drm.h
include/libdrm/via_drm.h
include/libdrm/vmwgfx_drm.h
include/xf86drm.h
diff --git a/x11/libdrm/distinfo b/x11/libdrm/distinfo
index 2e73bf19454..3269cf509ed 100644
--- a/x11/libdrm/distinfo
+++ b/x11/libdrm/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2015/12/29 23:05:09 wiz Exp $
+$NetBSD: distinfo,v 1.61 2016/02/15 23:13:32 wiz Exp $
-SHA1 (libdrm-2.4.66.tar.bz2) = 6637cc2d71b0011516804cc223a521bf301a9910
-RMD160 (libdrm-2.4.66.tar.bz2) = 34442dbddbedefa23499d48a86e9e7f1f23d8543
-SHA512 (libdrm-2.4.66.tar.bz2) = e0e3cea490389271690a79b5be8acd5e7c892a0646285617bd00d85f7c56ac163580c8c62d9fa79ed99e89468e35eaed6ac8be6ea870ce5ab09589f3e2d7f506
-Size (libdrm-2.4.66.tar.bz2) = 694574 bytes
+SHA1 (libdrm-2.4.67.tar.bz2) = 21d43437219ddd1e409fb4b7d77254cd129e8075
+RMD160 (libdrm-2.4.67.tar.bz2) = 6edd56c2c9247ab523192eda63e82845aa427755
+SHA512 (libdrm-2.4.67.tar.bz2) = 3c48828b65b32a5e6a17b05b05d17ea02315b1c86c730d386d0680f2d8f312477cf5adc810a898a3734504c96ff376fc46b2d813b34cb8fe84a70b533c18ac2a
+Size (libdrm-2.4.67.tar.bz2) = 689483 bytes
SHA1 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c
SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea
SHA1 (patch-include_drm_drm.h) = 1cb10685b54a1c0ad71aef92edecbb0318fe4c99