- Update to version 2.4.96

* libdrm: Allow dynamic drm majors on linux
  * amdgpu/test: Allow BO mapping flags to be passed in tests
  * amdgpu/test: Fix deadlock tests for AI and RV v2
  * xf86drmHash: remove redundant zero init
  * freedreno/msm: get rid of ring_bo unref hack
  * freedreno: expose refcnt'ing on ringbuffers
  * freedreno: add flags param for rb creation
  * freedreno/msm: support suballocation for stateobj rb's
  * freedreno: remove deprecated ringmarker API
  * freedreno/msm: remove reset of linked rings
  * freedreno/msm: simplify emit_reloc_ring() vfunc
  * freedreno/msm: use hashtable to track submit.cmds table
  * freedreno/msm: simplify msm_ringbuffer_flush()
  * freedreno/msm: handle ring-reloc to other stateobjs
  * freedreno/kgsl: fix build
  * freedreno/msm: fix c90 warning

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=268
This commit is contained in:
Stefan Dirsch 2018-10-17 14:36:09 +00:00 committed by Git OBS Bridge
parent fa1c76cc31
commit 610e493693
4 changed files with 25 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Oct 17 14:29:54 UTC 2018 - sndirsch@suse.com
- Update to version 2.4.96
* libdrm: Allow dynamic drm majors on linux
* amdgpu/test: Allow BO mapping flags to be passed in tests
* amdgpu/test: Fix deadlock tests for AI and RV v2
* xf86drmHash: remove redundant zero init
* freedreno/msm: get rid of ring_bo unref hack
* freedreno: expose refcnt'ing on ringbuffers
* freedreno: add flags param for rb creation
* freedreno/msm: support suballocation for stateobj rb's
* freedreno: remove deprecated ringmarker API
* freedreno/msm: remove reset of linked rings
* freedreno/msm: simplify emit_reloc_ring() vfunc
* freedreno/msm: use hashtable to track submit.cmds table
* freedreno/msm: simplify msm_ringbuffer_flush()
* freedreno/msm: handle ring-reloc to other stateobjs
* freedreno/kgsl: fix build
* freedreno/msm: fix c90 warning
-------------------------------------------------------------------
Sun Oct 7 09:41:26 UTC 2018 - sndirsch@suse.com

View File

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