pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libdrm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  2 08:34:34 UTC 2018

Modified Files:
        pkgsrc/x11/libdrm: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/x11/libdrm/Makefile \
    pkgsrc/x11/libdrm/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libdrm/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libdrm/Makefile
diff -u pkgsrc/x11/libdrm/Makefile:1.82 pkgsrc/x11/libdrm/Makefile:1.83
--- pkgsrc/x11/libdrm/Makefile:1.82     Thu Aug  2 11:44:06 2018
+++ pkgsrc/x11/libdrm/Makefile  Sun Sep  2 08:34:34 2018
@@ -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
Index: pkgsrc/x11/libdrm/distinfo
diff -u pkgsrc/x11/libdrm/distinfo:1.82 pkgsrc/x11/libdrm/distinfo:1.83
--- pkgsrc/x11/libdrm/distinfo:1.82     Thu Aug  2 11:44:06 2018
+++ pkgsrc/x11/libdrm/distinfo  Sun Sep  2 08:34:34 2018
@@ -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

Index: pkgsrc/x11/libdrm/PLIST
diff -u pkgsrc/x11/libdrm/PLIST:1.20 pkgsrc/x11/libdrm/PLIST:1.21
--- pkgsrc/x11/libdrm/PLIST:1.20        Sat Aug 26 05:47:56 2017
+++ pkgsrc/x11/libdrm/PLIST     Sun Sep  2 08:34:34 2018
@@ -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_bufmg
 ${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



Home | Main Index | Thread Index | Old Index