From owner-svn-ports-all@freebsd.org Sat Sep 5 13:25:48 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D2CB3CCA39; Sat, 5 Sep 2020 13:25:48 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BkFfh1kk1z4SKP; Sat, 5 Sep 2020 13:25:48 +0000 (UTC) (envelope-from manu@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 1ED941E886; Sat, 5 Sep 2020 13:25:48 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 085DPlxY006666; Sat, 5 Sep 2020 13:25:47 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 085DPlwf006665; Sat, 5 Sep 2020 13:25:47 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202009051325.085DPlwf006665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Sat, 5 Sep 2020 13:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547649 - head/graphics/drm-devel-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: head/graphics/drm-devel-kmod X-SVN-Commit-Revision: 547649 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.33 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: Sat, 05 Sep 2020 13:25:48 -0000 Author: manu Date: Sat Sep 5 13:25:47 2020 New Revision: 547649 URL: https://svnweb.freebsd.org/changeset/ports/547649 Log: graphics/drm-devel-kmod: Update to v5.4.62 This update the drm drivers to be in sync with Linux v5.4.62 This also set the default for psr (Panel Self Refresh) for i915 to disable. There is some issue in our code that make the console not refreshing as it should and since I don't have the hardware to reproduce simply change the default for us. This also change the power_well default in i915 to have them always enabled. We likely miss something related to this for FreeBSD and this cause a spam on the console when using HDMI. Sponsored by: The FreeBSD Foundation Modified: head/graphics/drm-devel-kmod/Makefile head/graphics/drm-devel-kmod/distinfo Modified: head/graphics/drm-devel-kmod/Makefile ============================================================================== --- head/graphics/drm-devel-kmod/Makefile Sat Sep 5 10:22:59 2020 (r547648) +++ head/graphics/drm-devel-kmod/Makefile Sat Sep 5 13:25:47 2020 (r547649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-devel-kmod -PORTVERSION= 5.4.58.g20200818 +PORTVERSION= 5.4.62.g20200905 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org @@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= drm-kmod -GH_TAGNAME= drm_v5.4.58_0 +GH_TAGNAME= drm_v5.4.62 .include Modified: head/graphics/drm-devel-kmod/distinfo ============================================================================== --- head/graphics/drm-devel-kmod/distinfo Sat Sep 5 10:22:59 2020 (r547648) +++ head/graphics/drm-devel-kmod/distinfo Sat Sep 5 13:25:47 2020 (r547649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599135249 -SHA256 (freebsd-drm-kmod-5.4.58.g20200818-drm_v5.4.58_0_GH0.tar.gz) = 72c40251ea2abe8a61ce07d081fed825d4caa863c56212d62f35df6192fde48c -SIZE (freebsd-drm-kmod-5.4.58.g20200818-drm_v5.4.58_0_GH0.tar.gz) = 18880241 +TIMESTAMP = 1599312030 +SHA256 (freebsd-drm-kmod-5.4.62.g20200905-drm_v5.4.62_GH0.tar.gz) = 8656855b9ca8b64335271cbfbc33bbc5f98c58557c28e8d91024b4f27f9044ac +SIZE (freebsd-drm-kmod-5.4.62.g20200905-drm_v5.4.62_GH0.tar.gz) = 18881083