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/PLIST | |
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/PLIST')
-rw-r--r-- | x11/libdrm/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
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 |