From owner-svn-ports-all@freebsd.org Thu Aug 23 03:50:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A488610A054C; Thu, 23 Aug 2018 03:50:58 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 571DB7CF32; Thu, 23 Aug 2018 03:50:58 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 384391CA38; Thu, 23 Aug 2018 03:50:58 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7N3owCd022227; Thu, 23 Aug 2018 03:50:58 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7N3ovab022225; Thu, 23 Aug 2018 03:50:57 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201808230350.w7N3ovab022225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Thu, 23 Aug 2018 03:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477851 - head/graphics/drm-devel-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/graphics/drm-devel-kmod X-SVN-Commit-Revision: 477851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2018 03:50:58 -0000 Author: jmd Date: Thu Aug 23 03:50:57 2018 New Revision: 477851 URL: https://svnweb.freebsd.org/changeset/ports/477851 Log: graphics/drm-devel-kmod: update to later revision. Implements pci_{save,restore}_state functions. Bumps DRM version to Linux 4.16 equivalent. While there, fix pkg-message. Approved by: zeising (mentor, implicit) Obtained from: FreeBSDDesktop Modified: head/graphics/drm-devel-kmod/Makefile head/graphics/drm-devel-kmod/distinfo head/graphics/drm-devel-kmod/pkg-message Modified: head/graphics/drm-devel-kmod/Makefile ============================================================================== --- head/graphics/drm-devel-kmod/Makefile Thu Aug 23 03:48:53 2018 (r477850) +++ head/graphics/drm-devel-kmod/Makefile Thu Aug 23 03:50:57 2018 (r477851) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-devel-kmod -PORTVERSION= 4.15.g20180802 +PORTVERSION= 4.16.g20180822 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org @@ -25,7 +25,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= c6b7042 +GH_TAGNAME= 4a2a3dd .include Modified: head/graphics/drm-devel-kmod/distinfo ============================================================================== --- head/graphics/drm-devel-kmod/distinfo Thu Aug 23 03:48:53 2018 (r477850) +++ head/graphics/drm-devel-kmod/distinfo Thu Aug 23 03:50:57 2018 (r477851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533236675 -SHA256 (FreeBSDDesktop-kms-drm-4.15.g20180802-c6b7042_GH0.tar.gz) = 9960142d02aeea6479a429abb8b175d70557a8e3144fa01d8a2ae1a7c5a6c118 -SIZE (FreeBSDDesktop-kms-drm-4.15.g20180802-c6b7042_GH0.tar.gz) = 13102949 +TIMESTAMP = 1534995362 +SHA256 (FreeBSDDesktop-kms-drm-4.16.g20180822-4a2a3dd_GH0.tar.gz) = 0773f565302120ada4f6163cb90c6079de307adc58df3b981cbd7abb6fa83389 +SIZE (FreeBSDDesktop-kms-drm-4.16.g20180822-4a2a3dd_GH0.tar.gz) = 12826720 Modified: head/graphics/drm-devel-kmod/pkg-message ============================================================================== --- head/graphics/drm-devel-kmod/pkg-message Thu Aug 23 03:48:53 2018 (r477850) +++ head/graphics/drm-devel-kmod/pkg-message Thu Aug 23 03:50:57 2018 (r477851) @@ -1,4 +1,4 @@ -The experimental drm-next-kmod port can be enabled for amdgpu (for AMD +The experimental drm-devel-kmod port can be enabled for amdgpu (for AMD GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are