pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xf86-video-amdgpu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 15 13:36:56 UTC 2016

Modified Files:
        pkgsrc/x11/xf86-video-amdgpu: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xf86-video-amdgpu/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xf86-video-amdgpu/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xf86-video-amdgpu/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xf86-video-amdgpu/Makefile
diff -u pkgsrc/x11/xf86-video-amdgpu/Makefile:1.6 pkgsrc/x11/xf86-video-amdgpu/Makefile:1.7
--- pkgsrc/x11/xf86-video-amdgpu/Makefile:1.6   Wed Apr 13 18:47:46 2016
+++ pkgsrc/x11/xf86-video-amdgpu/Makefile       Thu Sep 15 13:36:56 2016
@@ -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

Index: pkgsrc/x11/xf86-video-amdgpu/PLIST
diff -u pkgsrc/x11/xf86-video-amdgpu/PLIST:1.1 pkgsrc/x11/xf86-video-amdgpu/PLIST:1.2
--- pkgsrc/x11/xf86-video-amdgpu/PLIST:1.1      Mon Nov 23 12:46:49 2015
+++ pkgsrc/x11/xf86-video-amdgpu/PLIST  Thu Sep 15 13:36:56 2016
@@ -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

Index: pkgsrc/x11/xf86-video-amdgpu/distinfo
diff -u pkgsrc/x11/xf86-video-amdgpu/distinfo:1.3 pkgsrc/x11/xf86-video-amdgpu/distinfo:1.4
--- pkgsrc/x11/xf86-video-amdgpu/distinfo:1.3   Wed Apr 13 18:47:46 2016
+++ pkgsrc/x11/xf86-video-amdgpu/distinfo       Thu Sep 15 13:36:56 2016
@@ -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



Home | Main Index | Thread Index | Old Index