svn commit: r547649 - head/graphics/drm-devel-kmod

Emmanuel Vadot manu at FreeBSD.org
Sat Sep 5 13:25:48 UTC 2020


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 at 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 <bsd.port.options.mk>
 

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


More information about the svn-ports-all mailing list