Dominique Leuenberger 2018-08-20 14:17:21 +00:00 committed by Git OBS Bridge
commit 39ce5e74a4
4 changed files with 36 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9e48fdb4de139dc4d9880aa1473158a16ff6aff63d14341367bd30a51ff39fa
size 821789

3
libdrm-2.4.93.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e84d1dc9548a76f20b59a85cf80a0b230cd8196084f5243469d9e65354fcd3c
size 826579

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Aug 4 14:06:14 UTC 2018 - tobias.johannes.klausmann@mni.thm.de
- Upate to version 2.4.93:
+ amdgpu: make sure to set CLOEXEC on duplicated FDs
+ 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
+ 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.
+ intel: Introducing Whiskey Lake platform
+ intel: Introducing Amber Lake platform
+ xf86drm: Be sure to closedir before return
+ amdgpu: don't call add_handle_to_table for KMS BO exports
+ amdgpu: add amdgpu_bo_handle_type_kms_noimport
+ xf86drm: Fix error path in drmGetDevice2
+ Always pass O_CLOEXEC when opening DRM file descriptors
+ Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"
+ freedreno: add user ptr to fd_ringbuffer
+ freedreno: add fd_ringbuffer_new_object()
+ freedreno: small cleanup
+ freedreno: slight reordering
+ freedreno/msm: "stateobj" support
-------------------------------------------------------------------
Thu May 10 06:51:58 UTC 2018 - mimi.vx@gmail.com

View File

@ -17,7 +17,7 @@
Name: libdrm
Version: 2.4.92
Version: 2.4.93
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT