From 12c7e10c690800ec2b43ec407a21f50b04aed5f5166950df76f7362b5edd6980 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 24 Nov 2016 09:33:52 +0000 Subject: [PATCH] Accepting request 440943 from home:mimi_vx:branches:X11:XOrg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 1.2.0 * Use pAMDGPUEnt to find both screens of a GPU in amdgpu_mode_hotplug * Refactor amdgpu_mode_hotplug * Check Xorg version at runtime instead of build time in two places * Require xserver 1.10 or newer * present: Check tiling info for flips * Consume all available udev events at once * PRIME: Fix swapping of provider sink / source capabilities * Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmap * Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmap * Sayōnara, AM_MAINTAINER_MODE! * Order unique chipsets according to first appearance in ati_pciids.csv * Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901 * Rotate and reflect cursor hotspot position for drmModeSetCursor2 * Add support for ScreenPtr::SyncSharedPixmap * Untangle HAS_XORG_CONF_DIR / --with-xorg-conf-dir lines in configure.ac OBS-URL: https://build.opensuse.org/request/show/440943 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=19 --- xf86-video-amdgpu-1.1.2.tar.bz2 | 3 --- xf86-video-amdgpu-1.1.2.tar.bz2.sig | Bin 72 -> 0 bytes xf86-video-amdgpu-1.2.0.tar.bz2 | 3 +++ xf86-video-amdgpu-1.2.0.tar.bz2.sig | Bin 0 -> 72 bytes xf86-video-amdgpu.changes | 20 ++++++++++++++++++++ xf86-video-amdgpu.spec | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 xf86-video-amdgpu-1.1.2.tar.bz2 delete mode 100644 xf86-video-amdgpu-1.1.2.tar.bz2.sig create mode 100644 xf86-video-amdgpu-1.2.0.tar.bz2 create mode 100644 xf86-video-amdgpu-1.2.0.tar.bz2.sig diff --git a/xf86-video-amdgpu-1.1.2.tar.bz2 b/xf86-video-amdgpu-1.1.2.tar.bz2 deleted file mode 100644 index f3d7a99..0000000 --- a/xf86-video-amdgpu-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee87fed6d70d12353ca7ac02f8321a30d770626bf56f62f0e27970a33690779 -size 383690 diff --git a/xf86-video-amdgpu-1.1.2.tar.bz2.sig b/xf86-video-amdgpu-1.1.2.tar.bz2.sig deleted file mode 100644 index 824aeca544f97276126e14aedaee4546e1bbc25ab1e0d838acb61757493d3338..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$1C*?f?o25L$t+j%wSo0CmX#oe*%B_Hys{UW!MpVZPo2 e+MFbTX8@qE!?vanPacTFZ}87C;-skZYw1Y)^&sy6 diff --git a/xf86-video-amdgpu-1.2.0.tar.bz2 b/xf86-video-amdgpu-1.2.0.tar.bz2 new file mode 100644 index 0000000..d9f67f4 --- /dev/null +++ b/xf86-video-amdgpu-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275b1aac5f127f55ba3d7480a1df89eace1d02650e24e46908067fc875e76c8f +size 388108 diff --git a/xf86-video-amdgpu-1.2.0.tar.bz2.sig b/xf86-video-amdgpu-1.2.0.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..e342cb919c761e0df57baa66ea2ac72741b5d85882ab7bda9263956e409f2b7b GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$43g#Q+Kk5L$t+j%wSo0Lke9pL82?{NTa>S0AEfcB_E< escanout_pixmap in drmmode_set_scanout_pixmap +* Sayōnara, AM_MAINTAINER_MODE! +* Order unique chipsets according to first appearance in ati_pciids.csv +* Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901 +* Rotate and reflect cursor hotspot position for drmModeSetCursor2 +* Add support for ScreenPtr::SyncSharedPixmap +* Untangle HAS_XORG_CONF_DIR / --with-xorg-conf-dir lines in configure.ac + ------------------------------------------------------------------- Mon Sep 19 13:56:06 UTC 2016 - tobias.johannes.klausmann@mni.thm.de diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec index 79ebcbb..5b66692 100644 --- a/xf86-video-amdgpu.spec +++ b/xf86-video-amdgpu.spec @@ -22,7 +22,7 @@ %endif Name: xf86-video-amdgpu -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: AMDGPU video driver for the Xorg X server License: MIT