diff --git a/amdgpu.ids b/amdgpu.ids index 25166d8..04b276f 100644 --- a/amdgpu.ids +++ b/amdgpu.ids @@ -83,6 +83,7 @@ #10026930 #10026938 10026939 +#10029851 #10029870 #10029874 #10029875 diff --git a/xf86-video-amdgpu-1.1.0.tar.bz2 b/xf86-video-amdgpu-1.1.0.tar.bz2 deleted file mode 100644 index 75c0f1c..0000000 --- a/xf86-video-amdgpu-1.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110ebc57931 -size 379970 diff --git a/xf86-video-amdgpu-1.1.1.tar.bz2 b/xf86-video-amdgpu-1.1.1.tar.bz2 new file mode 100644 index 0000000..2f83fdf --- /dev/null +++ b/xf86-video-amdgpu-1.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dfe5fb2a9bba5048135c75a507827bc887ac0790214d62b28c47f22fdd238f +size 383429 diff --git a/xf86-video-amdgpu.changes b/xf86-video-amdgpu.changes index 4372172..69f76d4 100644 --- a/xf86-video-amdgpu.changes +++ b/xf86-video-amdgpu.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Sep 15 21:46:51 UTC 2016 - malcolmlewis@opensuse.org + +- Update to version 1.1.1: + + Use --with-xorg-conf-dir=$prefix/share/X11/xorg.conf.d by + default. + + Fix cursor size for SI. + + Add SI PCI IDs. + + Add missing Kaveri PCI ID (1318). + + Add Mullins PCI IDs (fdo#97472). + + DRI2: Fix amdgpu_dri2_exchange_buffers width/height + copy'n'paste error. + + DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_msc. + + Only use RandR APIs if RandR is enabled (deb#827984). + + Destroy all dedicated scanout buffers during CloseScreen. + + glamor: Reallocate linear pixmap BO if necessary for DRI2 + PRIME. + + Move DRI2's local fixup_glamor helper to + amdgpu_glamor_set_pixmap_bo v2 so it can be used outside of the + DRI2 code. + + Consolidate get_drawable_pixmap helper. + + Add amdgpu_pixmap_get_tiling_info. + + Remove amdgpu_share_pixmap_backing. + + glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == + NULL. + + Add missing Bonaire PCI ID. + + Add more Polaris 10 and 11 PCI IDs. + + Fix amdgpu_mode_hotplug crash on multi GPU platform. + + Handle Zaphod mode correctly in amdgpu_mode_hotplug + (fdo#93415). + + Add Strato PCI ID. + + Remove RR_Capability_SinkOutput for GPU without CRTC. +- Set amdgpu.ids as a config file to fix rpmlint warning. + ------------------------------------------------------------------- Fri Apr 8 13:12:22 UTC 2016 - sndirsch@suse.com diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec index 95b8ac2..bdb7332 100644 --- a/xf86-video-amdgpu.spec +++ b/xf86-video-amdgpu.spec @@ -22,7 +22,7 @@ %endif Name: xf86-video-amdgpu -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: AMDGPU video driver for the Xorg X server License: MIT @@ -84,7 +84,7 @@ cp %{S:1} %{buildroot}%{pci_ids_dir}/ %{_libdir}/xorg/modules/drivers/amdgpu_drv.so %{_mandir}/man4/amdgpu.4%{?ext_man} %if 0%{?pci_ids_dir:1} -%{pci_ids_dir}/amdgpu.ids +%config %{pci_ids_dir}/amdgpu.ids %endif %changelog