Accepting request 511676 from home:tobijk:X11:XOrg

- Update to version 2.4.82:
  + intel: PCI Ids for S SKU in CFL
  + intel: PCI Ids for H SKU in CFL
  + intel: PCI Ids for U SKU in CFL
  + intel/gen10: Add missed gen10 stuff
  + etnaviv: submit full struct drm_etnaviv_gem_submit
  + amdgpu: sync amdgpu_drm with kernel.
  + drm: update drm.h to latest in drm-next.
  + libdrm: add drm syncobj create/destroy/import/export
  + drm/amdgpu: add syncobj create/destroy/import/export apis
  + drm/amdgpu: add new low overhead command submission API. (v2)
  + amdgpu: add new symbols to tests.
  + Android's major/minor/makedev live in <sys/sysmacros.h>
  + headers: Update drm_fourcc and vc4_drm.h with new VC4 tiling UAPI.
  + headers: sync drm_fourcc.h with airlied/drm-next
  + headers: sync drm_sarea.h with airlied/drm-next
  + tests/amdgpu: rename uvd messages to decode messages
  + tests/amdgpu: separate decode messages
  + tests/amdgpu: move decode sum to common
  + tests/amdgpu: add vcn tests support and sets
  + tests/amdgpu: implement vcn dec unit tests
  + tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am
  + tests/amdgpu: Fix device_id option
  + amdgpu: Add .editorconfig file for amdgpu coding style
  + intel: add GEN10 to IS_9XX.
  + Android: fix missing trailing \
  + intel: Add Cannonlake PCI IDs for U-skus.
  + intel: Add Cannonlake PCI IDs for Y-skus.
  + intel/intel_chipset: Move IS_9XX below IS_GEN10.
  + amdgpu: move asic id table to a separate file

OBS-URL: https://build.opensuse.org/request/show/511676
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=239
This commit is contained in:
2017-07-21 06:56:55 +00:00
committed by Git OBS Bridge
parent 06a3991462
commit b2da536193
4 changed files with 41 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: libdrm
Version: 2.4.81
Version: 2.4.82
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT
@@ -268,6 +268,7 @@ install \
%files -n libdrm2
%defattr(-,root,root)
%{_libdir}/libdrm.so.2*
%dir %{_datarootdir}/libdrm
%ifarch %{ix86} x86_64
%files -n libdrm_intel1
@@ -286,6 +287,7 @@ install \
%files -n libdrm_amdgpu1
%defattr(-,root,root)
%{_libdir}/libdrm_amdgpu.so.1*
%{_datarootdir}/libdrm/amdgpu.ids
%files -n libkms1
%defattr(-,root,root)