From 7ce5b01de6a0c629f6325649b3feacd6f072c37f0c682bfca81e76cada560d4a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 8 Apr 2016 13:06:27 +0000 Subject: [PATCH 1/2] Accepting request 385980 from home:mimi_vx:branches:X11:XOrg - update to 1.1.0 * Support for the upcoming Polaris family of GPUs. * Option "TearFree" can now prevent tearing with rotation/reflection as well (with Xorg >= 1.16). * RandR CRTC transforms now work correctly (but for now still exhibit tearing even with TearFree). * The RandR 1.4 provider name is now no longer hardcoded to "amdgpu" but constructed from the GPU chipset name and bus ID, allowing several GPUs supported by this driver to be distinguished by name. * The RandR primary output is now always explicitly marked as such. * The driver can prevent clients trying to use the DRI3 extension over a display connection forwarded via SSH from hanging. * VDPAU/OpenGL interoperation can now work with DRI3 enabled. * Many more fixes for issues using the DRI3/Present extensions. * Plus many other small improvements and fixes. Thanks to everybody who contributed to this release in any way!* OBS-URL: https://build.opensuse.org/request/show/385980 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=13 --- xf86-video-amdgpu-1.0.1.tar.bz2 | 3 --- xf86-video-amdgpu-1.1.0.tar.bz2 | 3 +++ xf86-video-amdgpu.changes | 20 ++++++++++++++++++++ xf86-video-amdgpu.spec | 6 +++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 xf86-video-amdgpu-1.0.1.tar.bz2 create mode 100644 xf86-video-amdgpu-1.1.0.tar.bz2 diff --git a/xf86-video-amdgpu-1.0.1.tar.bz2 b/xf86-video-amdgpu-1.0.1.tar.bz2 deleted file mode 100644 index 0abbf7b..0000000 --- a/xf86-video-amdgpu-1.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:730fb959fc7a96643df10dc500bb645a94ac98fdfe021172a537a57c9cb3915e -size 374443 diff --git a/xf86-video-amdgpu-1.1.0.tar.bz2 b/xf86-video-amdgpu-1.1.0.tar.bz2 new file mode 100644 index 0000000..75c0f1c --- /dev/null +++ b/xf86-video-amdgpu-1.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110ebc57931 +size 379970 diff --git a/xf86-video-amdgpu.changes b/xf86-video-amdgpu.changes index ba37f27..5d7fd9f 100644 --- a/xf86-video-amdgpu.changes +++ b/xf86-video-amdgpu.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Apr 7 19:07:08 UTC 2016 - mimi.vx@gmail.com + +- update to 1.1.0 +* Support for the upcoming Polaris family of GPUs. +* Option "TearFree" can now prevent tearing with rotation/reflection as + well (with Xorg >= 1.16). +* RandR CRTC transforms now work correctly (but for now still exhibit + tearing even with TearFree). +* The RandR 1.4 provider name is now no longer hardcoded to "amdgpu" + but constructed from the GPU chipset name and bus ID, allowing + several GPUs supported by this driver to be distinguished by name. +* The RandR primary output is now always explicitly marked as such. +* The driver can prevent clients trying to use the DRI3 extension over a + display connection forwarded via SSH from hanging. +* VDPAU/OpenGL interoperation can now work with DRI3 enabled. +* Many more fixes for issues using the DRI3/Present extensions. +* Plus many other small improvements and fixes. Thanks to everybody who + contributed to this release in any way!* + ------------------------------------------------------------------- Tue Mar 22 12:48:37 UTC 2016 - eich@suse.com diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec index 8b76a5e..95b8ac2 100644 --- a/xf86-video-amdgpu.spec +++ b/xf86-video-amdgpu.spec @@ -22,13 +22,13 @@ %endif Name: xf86-video-amdgpu -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: AMDGPU video driver for the Xorg X server License: MIT Group: System/X11/Servers/XF86_4 Url: http://xorg.freedesktop.org/ -Source0: %{name}-%{version}.tar.bz2 +Source: ftp://ftp.freedesktop.org/pub/xorg/individual/driver/%{name}-%{version}.tar.bz2 Source1: amdgpu.ids BuildRequires: Mesa-devel BuildRequires: autoconf >= 2.6.0 @@ -37,7 +37,7 @@ BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(fontsproto) BuildRequires: pkgconfig(gbm) -BuildRequires: pkgconfig(libdrm) >= 2.4.46 +BuildRequires: pkgconfig(libdrm) >= 2.4.58 BuildRequires: pkgconfig(libdrm_amdgpu) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(pciaccess) >= 0.8.0 From 8f5f599158cbd120710f5413c043b16ac3031d9509bc14a316f7317598c22dfc Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 8 Apr 2016 13:13:25 +0000 Subject: [PATCH 2/2] - amdgpu.ids: added new PCI IDs supported by driver release 1.1.0 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=14 --- amdgpu.ids | 10 +++++++++- xf86-video-amdgpu.changes | 5 +++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/amdgpu.ids b/amdgpu.ids index 11a8cea..25166d8 100644 --- a/amdgpu.ids +++ b/amdgpu.ids @@ -61,6 +61,14 @@ #100267B9 #100267BA #100267BE +#100267E0 +#100267E1 +#100267E9 +#100267E9 +#100267EB +#100267EF +#100267C0 +#100267DF #10026900 #10026901 #10026902 @@ -81,4 +89,4 @@ #10029876 #10029877 #10027300 -#100298E4 \ No newline at end of file +#100298E4 diff --git a/xf86-video-amdgpu.changes b/xf86-video-amdgpu.changes index 5d7fd9f..4372172 100644 --- a/xf86-video-amdgpu.changes +++ b/xf86-video-amdgpu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 8 13:12:22 UTC 2016 - sndirsch@suse.com + +- amdgpu.ids: added new PCI IDs supported by driver release 1.1.0 + ------------------------------------------------------------------- Thu Apr 7 19:07:08 UTC 2016 - mimi.vx@gmail.com