summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-09-15 13:36:56 +0000
committerwiz <wiz@pkgsrc.org>2016-09-15 13:36:56 +0000
commitedeca85ddad31522edd8c4287d7d0354f50379de (patch)
tree08e4739b99b3bb049f80355782b614edfe985804
parentb4e3124833f6b8130cc66610c6815894eeb8430e (diff)
downloadpkgsrc-edeca85ddad31522edd8c4287d7d0354f50379de.tar.gz
Updated xf86-video-amdgpu to 1.1.1.
I'm pleased to announce the 1.1.1 release of xf86-video-amdgpu, the Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver. This release supports xserver versions 1.9-1.18. This is a stable point release containing only fixes and other minor changes. Highlights: * Support for all currently available GPUs supported by the amdgpu kernel driver. * A few fixes for crash/hang bugs. Thanks to everybody who contributed to this release in any way! Alex Deucher (1): add missing bonaire pci id Flora Cui (3): add strato pci id Add more Polaris 10 PCI IDs Add more Polaris 11 PCI IDs Marek Olšák (1): Fix cursor size for SI Michel Dänzer (14): Handle Zaphod mode correctly in amdgpu_mode_hotplug glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == NULL Remove amdgpu_share_pixmap_backing Add amdgpu_pixmap_get_tiling_info Consolidate get_drawable_pixmap helper Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2 glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIME Destroy all dedicated scanout buffers during CloseScreen Only use RandR APIs if RandR is enabled DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_msc Add Mullins PCI IDs Add missing Kaveri PCI ID (1318) Use --with-xorg-conf-dir=$prefix/share/X11/xorg.conf.d by default Bump version for the 1.1.1 release Qiang Yu (3): Remove RR_Capability_SinkOutput for GPU without CRTC. Fix amdgpu_mode_hotplug crash on multi GPU platform. DRI2: Fix amdgpu_dri2_exchange_buffers width/height copy'n'paste error Ronie Salgado (1): Add SI PCI IDs
-rw-r--r--x11/xf86-video-amdgpu/Makefile4
-rw-r--r--x11/xf86-video-amdgpu/PLIST3
-rw-r--r--x11/xf86-video-amdgpu/distinfo10
3 files changed, 8 insertions, 9 deletions
diff --git a/x11/xf86-video-amdgpu/Makefile b/x11/xf86-video-amdgpu/Makefile
index ba15dbca069..c13b8706f55 100644
--- a/x11/xf86-video-amdgpu/Makefile
+++ b/x11/xf86-video-amdgpu/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2016/04/13 18:47:46 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/09/15 13:36:56 wiz Exp $
-DISTNAME= xf86-video-amdgpu-1.1.0
+DISTNAME= xf86-video-amdgpu-1.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-video-amdgpu/PLIST b/x11/xf86-video-amdgpu/PLIST
index f0d79dd435e..e078ea96f95 100644
--- a/x11/xf86-video-amdgpu/PLIST
+++ b/x11/xf86-video-amdgpu/PLIST
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2015/11/23 12:46:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/09/15 13:36:56 wiz Exp $
lib/xorg/modules/drivers/amdgpu_drv.la
man/man4/amdgpu.4
-share/X11/xorg.conf.d/10-amdgpu.conf
diff --git a/x11/xf86-video-amdgpu/distinfo b/x11/xf86-video-amdgpu/distinfo
index 44c9c47c1cb..28c68de3bd9 100644
--- a/x11/xf86-video-amdgpu/distinfo
+++ b/x11/xf86-video-amdgpu/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/04/13 18:47:46 wiz Exp $
+$NetBSD: distinfo,v 1.4 2016/09/15 13:36:56 wiz Exp $
-SHA1 (xf86-video-amdgpu-1.1.0.tar.bz2) = a3dad4e44feca55acb7dd03e094ebc10796475ca
-RMD160 (xf86-video-amdgpu-1.1.0.tar.bz2) = 59d182f8dc05bd3e2aa21456626b5fd103691ba7
-SHA512 (xf86-video-amdgpu-1.1.0.tar.bz2) = a795a048987de49a9a4809ed6efd6089c0685290b86b61156ae0766fa86934f99c8abf61ed8ca56cc215a84931b2f68431547a1a7250a09e1649c4ac8ada870e
-Size (xf86-video-amdgpu-1.1.0.tar.bz2) = 379970 bytes
+SHA1 (xf86-video-amdgpu-1.1.1.tar.bz2) = 402df5fa62631e7e049261bc29cdc0eb5febe119
+RMD160 (xf86-video-amdgpu-1.1.1.tar.bz2) = 842283d5c685e4d74a0697de79b1f0357d6e7c85
+SHA512 (xf86-video-amdgpu-1.1.1.tar.bz2) = 40f7b3140914348321cc85eaf589e5dd92e421397db1973b3fb94cb7bff56fbbe42dfb715dcf1ec95dda12ded41aa6c18a976803339f9493da247666aa129f55
+Size (xf86-video-amdgpu-1.1.1.tar.bz2) = 383429 bytes