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:           Thu Aug  2 11:44:06 UTC 2018

Modified Files:
        pkgsrc/x11/libdrm: Makefile distinfo

Log Message:
libdrm: update to 2.4.93.

Christian König (1):
      amdgpu: make sure to set CLOEXEC on duplicated FDs

Emil Velikov (10):
      xf86drm: drmGetDevice2: error out if the fd has unknown subsys
      xf86drm: introduce drm_device_has_rdev() helper
      xf86drm: Fold drmDevice processing into process_device() helper
      xf86drm: Allocate drmDevicePtr's on stack
      xf86drm: introduce a get_real_pci_path() helper
      xf86drm: Add drmDevice support for virtio_gpu
      tests/drmdevices: install alongside other utilities
      tests/drmdevice: add a couple of printf headers
      drmdevice: convert the tabbed output into a tree
      drmdevice: print the correct host1x information

Jan Vesely (3):
      amdgpu: Take a lock before removing devices from fd_tab hash table.
      amdgpu/util_hash_table: Add helper function to count the number of entries in hash table
      amdgpu: Destroy fd_hash table when the last device is removed.

José Roberto de Souza (2):
      intel: Introducing Whiskey Lake platform
      intel: Introducing Amber Lake platform

Kevin Strasser (1):
      xf86drm: Be sure to closedir before return

Marek Olšák (3):
      amdgpu: don't call add_handle_to_table for KMS BO exports
      amdgpu: add amdgpu_bo_handle_type_kms_noimport
      configure.ac: bump version to 2.4.93

Mariusz Ceier (1):
      xf86drm: Fix error path in drmGetDevice2

Michel Dänzer (2):
      Always pass O_CLOEXEC when opening DRM file descriptors
      Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"

Rob Clark (5):
      freedreno: add user ptr to fd_ringbuffer
      freedreno: add fd_ringbuffer_new_object()
      freedreno: small cleanup
      freedreno: slight reordering
      freedreno/msm: "stateobj" support


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 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.

Modified files:

Index: pkgsrc/x11/libdrm/Makefile
diff -u pkgsrc/x11/libdrm/Makefile:1.81 pkgsrc/x11/libdrm/Makefile:1.82
--- pkgsrc/x11/libdrm/Makefile:1.81     Sat May 26 21:44:47 2018
+++ pkgsrc/x11/libdrm/Makefile  Thu Aug  2 11:44:06 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2018/05/26 21:44:47 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2018/08/02 11:44:06 wiz Exp $
 
-DISTNAME=              libdrm-2.4.92
+DISTNAME=              libdrm-2.4.93
 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.81 pkgsrc/x11/libdrm/distinfo:1.82
--- pkgsrc/x11/libdrm/distinfo:1.81     Sat May 26 21:44:47 2018
+++ pkgsrc/x11/libdrm/distinfo  Thu Aug  2 11:44:06 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.81 2018/05/26 21:44:47 wiz Exp $
+$NetBSD: distinfo,v 1.82 2018/08/02 11:44:06 wiz Exp $
 
-SHA1 (libdrm-2.4.92.tar.bz2) = aad04c8e35cd3ab589ff085b20f75ba43e086647
-RMD160 (libdrm-2.4.92.tar.bz2) = f6a78cae35057c4862f9c4bf693621018274212c
-SHA512 (libdrm-2.4.92.tar.bz2) = 9b75584d8957d298125884d490b74c0a641725d17088ba47f3dc2ec9d06519d8387eb464c024ee11712b31b17fb84e1a9a52bd4ebc7c316beb7d2f8711dc9eb2
-Size (libdrm-2.4.92.tar.bz2) = 821789 bytes
+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 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c
 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea
 SHA1 (patch-include_drm_drm.h) = 48a912f40bf2b2a1c23edbe4446fa7869212f17b



Home | Main Index | Thread Index | Old Index