Path to this page:
Subject: CVS commit: pkgsrc/x11/libdrm
From: Thomas Klausner
Date: 2018-08-02 13:44:06
Message id: 20180802114406.BA3ECFBEC@cvs.NetBSD.org
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
Files: