Accepting request 428013 from home:malcolmlewis:branches:X11:XOrg
Updated to version 1.1.1 OBS-URL: https://build.opensuse.org/request/show/428013 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=16
This commit is contained in:
parent
8f5f599158
commit
859268dd87
@ -83,6 +83,7 @@
|
|||||||
#10026930
|
#10026930
|
||||||
#10026938
|
#10026938
|
||||||
10026939
|
10026939
|
||||||
|
#10029851
|
||||||
#10029870
|
#10029870
|
||||||
#10029874
|
#10029874
|
||||||
#10029875
|
#10029875
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110ebc57931
|
|
||||||
size 379970
|
|
3
xf86-video-amdgpu-1.1.1.tar.bz2
Normal file
3
xf86-video-amdgpu-1.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6dfe5fb2a9bba5048135c75a507827bc887ac0790214d62b28c47f22fdd238f
|
||||||
|
size 383429
|
@ -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
|
Fri Apr 8 13:12:22 UTC 2016 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: xf86-video-amdgpu
|
Name: xf86-video-amdgpu
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AMDGPU video driver for the Xorg X server
|
Summary: AMDGPU video driver for the Xorg X server
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -84,7 +84,7 @@ cp %{S:1} %{buildroot}%{pci_ids_dir}/
|
|||||||
%{_libdir}/xorg/modules/drivers/amdgpu_drv.so
|
%{_libdir}/xorg/modules/drivers/amdgpu_drv.so
|
||||||
%{_mandir}/man4/amdgpu.4%{?ext_man}
|
%{_mandir}/man4/amdgpu.4%{?ext_man}
|
||||||
%if 0%{?pci_ids_dir:1}
|
%if 0%{?pci_ids_dir:1}
|
||||||
%{pci_ids_dir}/amdgpu.ids
|
%config %{pci_ids_dir}/amdgpu.ids
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user