pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-amdgpu xf86-video-amdgpu: update to cat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e905dbbd0338
branches:  trunk
changeset: 383193:e905dbbd0338
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Aug 14 19:25:13 2022 +0000

description:
xf86-video-amdgpu: update to catch up with xorg-server API changes

22.0.0:
glamor: Set AMDGPU_CREATE_PIXMAP_SCANOUT on DRI2 and shared pixmaps
glamor: unset AMDGPU_CREATE_PIXMAP_SCANOUT on shared pixmap
Add option for non-vsynced flips for "secondary" outputs.

21.0.0:
kms: Handle changes to SourceValidate call chain in xserver 19
Fix link failure with gcc 10
Use ODEV_ATTRIB_PATH where possible for the device node.
Remove drmCheckModesettingSupported and kernel module loading, on Linux
Fixup the amdgpu_bus_id() string format
Remove NULL check after a "cannot fail" function
Store the busid string in AMDGPUEnt
Reuse the existing busid string
Use the device_id straight from gpu_info
Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevices
Introduce amdgpu_device_setup helper
Factor out common code to amdgpu_probe()
Fix drmmode_crtc_scanout_create logic
Bail from amdgpu_pixmap_get_handle with ShadowFB
Handle NULL fb_ptr in pixmap_get_fb
glamor: Make pixmap scanout compatible if its dimensions are
Drop bo/width/height members from struct drmmode_scanout
Drop struct drmmode_scanout altogether in favour of PixmapPtrs
Make drmmode_crtc_scanout_create/destroy static
Fix build against ABI_VIDEODRV_VERSION 25.2
Replace a few more instances of "master"
Check for AMDGPU_CREATE_PIXMAP_SCANOUT in amdgpu_glamor_create_pixmap
Drop dri.h includes
Include xf86drm.h instead of sarea.h
Fix return value check of drmIoctl()

diffstat:

 x11/xf86-video-amdgpu/Makefile |  6 +++---
 x11/xf86-video-amdgpu/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 726e21082a07 -r e905dbbd0338 x11/xf86-video-amdgpu/Makefile
--- a/x11/xf86-video-amdgpu/Makefile    Sun Aug 14 17:21:55 2022 +0000
+++ b/x11/xf86-video-amdgpu/Makefile    Sun Aug 14 19:25:13 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2022/04/10 08:53:19 nia Exp $
+# $NetBSD: Makefile,v 1.23 2022/08/14 19:25:13 tnn Exp $
 
-DISTNAME=      xf86-video-amdgpu-19.1.0
+DISTNAME=      xf86-video-amdgpu-22.0.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
diff -r 726e21082a07 -r e905dbbd0338 x11/xf86-video-amdgpu/distinfo
--- a/x11/xf86-video-amdgpu/distinfo    Sun Aug 14 17:21:55 2022 +0000
+++ b/x11/xf86-video-amdgpu/distinfo    Sun Aug 14 19:25:13 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 11:34:40 nia Exp $
+$NetBSD: distinfo,v 1.19 2022/08/14 19:25:13 tnn Exp $
 
-BLAKE2s (xf86-video-amdgpu-19.1.0.tar.bz2) = 1c9d7f9506a6f3c47f33d52805d90c18769793f0e868b760ace3f837da58d22b
-SHA512 (xf86-video-amdgpu-19.1.0.tar.bz2) = ccdaa2378492da1a2f3d18fedacd1318c4708da534a8a959276a82730d5420619d83ad1ec8d7835c55655fe56123cd9bffb44e6223c5a97033c01f598af4a173
-Size (xf86-video-amdgpu-19.1.0.tar.bz2) = 441746 bytes
+BLAKE2s (xf86-video-amdgpu-22.0.0.tar.xz) = 3c73f774ff4bfafba6b9a2dfd7bec6c4f215d79ca402a706aa0dad2e49eec266
+SHA512 (xf86-video-amdgpu-22.0.0.tar.xz) = 95c64e3fef7729ced6e7adc5e81c60cc218f6d8b6604f7b290e86ff52c917426b5102decbf8be8a66c9181ccde6e5dff7083dca8cc0c493a39e82625b5c7cb2a
+Size (xf86-video-amdgpu-22.0.0.tar.xz) = 376956 bytes
 SHA1 (patch-configure) = 0434336e8b6fd83ebaa7b0a69f1fc5fbd2b89bf7



Home | Main Index | Thread Index | Old Index