Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 14:00:59 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547650 - head/graphics/drm-devel-kmod
Message-ID:  <202009051400.085E0xIg026846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Sat Sep  5 14:00:59 2020
New Revision: 547650
URL: https://svnweb.freebsd.org/changeset/ports/547650

Log:
  graphics/drm-devel-kmod: Require latest gpu-firmware
  
  While here :
   - Remove mention of drm-legacy
   - Adjust kld_list usage (no need for the full path in 13-CURRENT)
   - Update pkg-descr to have the correct version
   - Remove comment that says that amdgpu and radeon fails with UEFI,
     this is not the case for me although there might be some problems
     with some bios so leave that part in pkg-message.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/graphics/drm-devel-kmod/Makefile
  head/graphics/drm-devel-kmod/pkg-descr
  head/graphics/drm-devel-kmod/pkg-message

Modified: head/graphics/drm-devel-kmod/Makefile
==============================================================================
--- head/graphics/drm-devel-kmod/Makefile	Sat Sep  5 13:25:47 2020	(r547649)
+++ head/graphics/drm-devel-kmod/Makefile	Sat Sep  5 14:00:59 2020	(r547650)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drm-devel-kmod
 PORTVERSION=	5.4.62.g20200905
+PORTREVISION=	1
 CATEGORIES=	graphics kld
 
 MAINTAINER=	x11@FreeBSD.org
@@ -14,7 +15,7 @@ LICENSE_COMB=	multi
 ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64
 ONLY_FOR_ARCHS_REASON=	the new KMS components are only supported on amd64, arm64, i386 and powerpc64
 
-RUN_DEPENDS=	gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
+RUN_DEPENDS=	gpu-firmware-kmod>=g20200503:graphics/gpu-firmware-kmod
 
 CONFLICTS_INSTALL=	drm-current-kmod \
 			drm-fbsd11.2-kmod \

Modified: head/graphics/drm-devel-kmod/pkg-descr
==============================================================================
--- head/graphics/drm-devel-kmod/pkg-descr	Sat Sep  5 13:25:47 2020	(r547649)
+++ head/graphics/drm-devel-kmod/pkg-descr	Sat Sep  5 14:00:59 2020	(r547650)
@@ -1,7 +1,6 @@
 amdgpu, i915, radeon, vmwgfx and vboxvideo DRM modules for the linuxkpi-based
 KMS components.
-Currently corresponding to Linux 5.3 DRM.
+Currently corresponding to Linux 5.4.62 DRM.
 This version is the development version and only works on FreeBSD CURRENT.
-amdgpu and radeonkms are known to fail with EFI boot.
 
 WWW: https://github.com/freebsd/drm-kmod

Modified: head/graphics/drm-devel-kmod/pkg-message
==============================================================================
--- head/graphics/drm-devel-kmod/pkg-message	Sat Sep  5 13:25:47 2020	(r547649)
+++ head/graphics/drm-devel-kmod/pkg-message	Sat Sep  5 14:00:59 2020	(r547650)
@@ -12,14 +12,11 @@ hw.syscons.disable=1  to /boot/loader.conf . Please no
 disable the console until the graphics driver is loaded.
 
 For amdgpu: kld_list="amdgpu"
-For Intel: kld_list="/boot/modules/i915kms.ko"
-For radeonkms: kld_list="/boot/modules/radeonkms.ko"
+For Intel: kld_list="i915kms"
+For radeonkms: kld_list="radeonkms"
 
 Please ensure that all users requiring graphics are members of the
 "video" group.
-
-Older generations are supported by the legacy kms modules by installing
-graphics/drm-legacy-kmod.
 EOM
 }
 ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009051400.085E0xIg026846>