diff options
author | wiz <wiz@pkgsrc.org> | 2018-09-02 08:34:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-09-02 08:34:34 +0000 |
commit | 715f498a3b34b58c6a509202acd5ce1254feaf68 (patch) | |
tree | a39880d706474c5f4cccce59794ab6bcfd591b67 /x11/libdrm | |
parent | 4b897e536f5980d3fe21cd2d14ff20271198d221 (diff) | |
download | pkgsrc-715f498a3b34b58c6a509202acd5ce1254feaf68.tar.gz |
libdrm: update to 2.4.94.
Benjamin Gaignard (2):
tests/modetest: Add atomic support
tests/util: Add support for stm module
Christian König (7):
amdgpu: stop using the hash table for fd_tab
amdgpu: add handle table implementation v2
amdgpu: use handle table for KMS handles
amdgpu: use handle table for flink names
amdgpu: remove the hash table implementation
amdgpu: always add all BOs to handle table
amdgpu: fix off by one in handle_table_insert
Junwei Zhang (5):
amdgpu: add bo from user memory to handle table
amdgpu: add a function to find bo by cpu mapping (v2)
tests/amdgpu: add test for finding bo by CPU mapping
amdgpu: free flink bo in bo import
amdgpu: add a function to create amdgpu bo internally (v4)
Kristian H. Kristensen (1):
Bump to version 2.4.94
Likun Gao (1):
amdgpu: Disable deadlock test suite for RV
Michel Dänzer (2):
amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping
amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping
Mike Lothian (1):
libdrm: Fix amdgpu build failure
Rob Clark (2):
freedreno: don't leak stateobj rb refs
freedreno: fix use-after-free with stateobj rb's
Rodrigo Vivi (1):
intel: Add a new CFL PCI ID.
Tanmay Shah (1):
libdrm: add msm drm uapi header
Diffstat (limited to 'x11/libdrm')
-rw-r--r-- | x11/libdrm/Makefile | 4 | ||||
-rw-r--r-- | x11/libdrm/PLIST | 3 | ||||
-rw-r--r-- | x11/libdrm/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile index 32d9a1fd563..bf901719396 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2018/08/02 11:44:06 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2018/09/02 08:34:34 wiz Exp $ -DISTNAME= libdrm-2.4.93 +DISTNAME= libdrm-2.4.94 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 784355adb73..d2d8ecf0c2d 100644 --- a/x11/libdrm/PLIST +++ b/x11/libdrm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2017/08/26 05:47:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.21 2018/09/02 08:34:34 wiz Exp $ ${PLIST.arm}include/freedreno/freedreno_drmif.h ${PLIST.arm}include/freedreno/freedreno_ringbuffer.h include/libdrm/amdgpu.h @@ -13,6 +13,7 @@ ${PLIST.intel}include/libdrm/intel_bufmgr.h ${PLIST.intel}include/libdrm/intel_debug.h include/libdrm/mach64_drm.h include/libdrm/mga_drm.h +include/libdrm/msm_drm.h include/libdrm/nouveau/nouveau.h include/libdrm/nouveau/nvif/cl0080.h include/libdrm/nouveau/nvif/cl9097.h diff --git a/x11/libdrm/distinfo b/x11/libdrm/distinfo index 396cef6d090..a234f70ed0c 100644 --- a/x11/libdrm/distinfo +++ b/x11/libdrm/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.82 2018/08/02 11:44:06 wiz Exp $ +$NetBSD: distinfo,v 1.83 2018/09/02 08:34:34 wiz Exp $ -SHA1 (libdrm-2.4.93.tar.bz2) = 550ba4bb50236fc2e9138cbeadcb4942ce09410e -RMD160 (libdrm-2.4.93.tar.bz2) = f4c9fde6d371ae4e86d0a26a952d9cdcb4a8a6bc -SHA512 (libdrm-2.4.93.tar.bz2) = ba4221e8d6a3a9872fb6d30a0ea391e30ea0e17f249c66f067bed9c2161ed1ad8083959cb2c212834c6566c3e025f4daae31e9533d77aae19bbbbb9de6c2ab3d -Size (libdrm-2.4.93.tar.bz2) = 826579 bytes +SHA1 (libdrm-2.4.94.tar.bz2) = f8daee6cc2e7d2c9eb2dd062a2712172fb9f4e18 +RMD160 (libdrm-2.4.94.tar.bz2) = 14d94fa857c53e7d5580d3221c3b1ef310e9ecc2 +SHA512 (libdrm-2.4.94.tar.bz2) = 1a1699d6ea70b8759b37f3863e0802a99430b58f02e62632ad451356e2463eaf6faf4b810323f7dcc85ffdcca28f674b32caa5631ebd65b83e5b86bd59a35937 +Size (libdrm-2.4.94.tar.bz2) = 829060 bytes SHA1 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-include_drm_drm.h) = 48a912f40bf2b2a1c23edbe4446fa7869212f17b |