aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-devel-kmod
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-09-05 14:00:59 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-09-05 14:00:59 +0000
commitea0b3c59cca0b35812c7d3d9731d92d91e104f5c (patch)
treeefbcd65d7cebaf42463ce4170121dd38412ee195 /graphics/drm-devel-kmod
parent2c22985580ad623988cb03913a38a5162b221828 (diff)
downloadports-ea0b3c59cca0b35812c7d3d9731d92d91e104f5c.tar.gz
ports-ea0b3c59cca0b35812c7d3d9731d92d91e104f5c.zip
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
Notes
Notes: svn path=/head/; revision=547650
Diffstat (limited to 'graphics/drm-devel-kmod')
-rw-r--r--graphics/drm-devel-kmod/Makefile3
-rw-r--r--graphics/drm-devel-kmod/pkg-descr3
-rw-r--r--graphics/drm-devel-kmod/pkg-message7
3 files changed, 5 insertions, 8 deletions
diff --git a/graphics/drm-devel-kmod/Makefile b/graphics/drm-devel-kmod/Makefile
index 396a3fecbf18..e844291c60da 100644
--- a/graphics/drm-devel-kmod/Makefile
+++ b/graphics/drm-devel-kmod/Makefile
@@ -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 \
diff --git a/graphics/drm-devel-kmod/pkg-descr b/graphics/drm-devel-kmod/pkg-descr
index 4c28b5969973..21577fba2c28 100644
--- a/graphics/drm-devel-kmod/pkg-descr
+++ b/graphics/drm-devel-kmod/pkg-descr
@@ -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
diff --git a/graphics/drm-devel-kmod/pkg-message b/graphics/drm-devel-kmod/pkg-message
index 04e639ba68f5..de3e58608cda 100644
--- a/graphics/drm-devel-kmod/pkg-message
+++ b/graphics/drm-devel-kmod/pkg-message
@@ -12,14 +12,11 @@ hw.syscons.disable=1 to /boot/loader.conf . Please note that this will
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
}
]