Accepting request 667855 from X11:XOrg
- Update to version 2.4.97 * amdgpu: update to latest marketing names from 18.50 * amdgpu/test: Add illegal register and memory access test v2 * amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs. * amdgpu/test: Enable deadlock test for CI family (gfx7) * amdgpu: add VM test to exercise max/min address space * doc: Rename README&CONTRIBUTING to .rst * Avoid hardcoded strlens in drmParseSubsystemType(). * drm: Attempt to parse SPI devices as platform bus devices. * xf86drmHash: remove unused loop variable * meson: fix typo in compiler flag * tests: skip drmdevice test if the machine doesn't have any drm device * freedreno: remove always-defined #ifdef * xf86atomic: #undef internal define * README: reflow the project description to improve readability * xf86drm: implement drmParseSubsystemType for DragonFly * libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly * tests/amdgpu/vcn: fix the nop command in IBs * gitignore: sort file * gitignore: add _build * amdgpu: update amdgpu_drm.h * amdgpu: add a faster BO list API * android: Fix 32-bit app crashing in 64-bit Android OBS-URL: https://build.opensuse.org/request/show/667855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=142
This commit is contained in:
commit
8c0c354da5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d561acf7bb4cc59dc82415100e6c1a44860e8c380e00f9592923e3cd08db393
|
|
||||||
size 829518
|
|
3
libdrm-2.4.97.tar.bz2
Normal file
3
libdrm-2.4.97.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77d0ccda3e10d6593398edb70b1566bfe1a23a39bd3da98ace2147692eadd123
|
||||||
|
size 837329
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 22 19:17:58 UTC 2019 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.4.97
|
||||||
|
* amdgpu: update to latest marketing names from 18.50
|
||||||
|
* amdgpu/test: Add illegal register and memory access test v2
|
||||||
|
* amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs.
|
||||||
|
* amdgpu/test: Enable deadlock test for CI family (gfx7)
|
||||||
|
* amdgpu: add VM test to exercise max/min address space
|
||||||
|
* doc: Rename README&CONTRIBUTING to .rst
|
||||||
|
* Avoid hardcoded strlens in drmParseSubsystemType().
|
||||||
|
* drm: Attempt to parse SPI devices as platform bus devices.
|
||||||
|
* xf86drmHash: remove unused loop variable
|
||||||
|
* meson: fix typo in compiler flag
|
||||||
|
* tests: skip drmdevice test if the machine doesn't have any drm device
|
||||||
|
* freedreno: remove always-defined #ifdef
|
||||||
|
* xf86atomic: #undef internal define
|
||||||
|
* README: reflow the project description to improve readability
|
||||||
|
* xf86drm: implement drmParseSubsystemType for DragonFly
|
||||||
|
* libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly
|
||||||
|
* tests/amdgpu/vcn: fix the nop command in IBs
|
||||||
|
* gitignore: sort file
|
||||||
|
* gitignore: add _build
|
||||||
|
* amdgpu: update amdgpu_drm.h
|
||||||
|
* amdgpu: add a faster BO list API
|
||||||
|
* android: Fix 32-bit app crashing in 64-bit Android
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 13:46:33 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Wed Dec 19 13:46:33 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdrm
|
# spec file for package libdrm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.96
|
Version: 2.4.97
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Userspace Interface for Kernel DRM Services
|
Summary: Userspace Interface for Kernel DRM Services
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user