svn commit: r559445 - head/benchmarks/vkmark
Jan Beich
jbeich at FreeBSD.org
Mon Dec 28 02:07:34 UTC 2020
Author: jbeich
Date: Mon Dec 28 02:07:34 2020
New Revision: 559445
URL: https://svnweb.freebsd.org/changeset/ports/559445
Log:
benchmarks/vkmark: adjust DRM option description
Windowless can mean a window without border, so mention console.
GBM needs KMS-backed console as EFI and text mode won't work.
Simply loading DRM drivers after boot is enough.
Modified:
head/benchmarks/vkmark/Makefile (contents, props changed)
Modified: head/benchmarks/vkmark/Makefile
==============================================================================
--- head/benchmarks/vkmark/Makefile Mon Dec 28 01:25:13 2020 (r559444)
+++ head/benchmarks/vkmark/Makefile Mon Dec 28 02:07:34 2020 (r559445)
@@ -24,7 +24,7 @@ OPTIONS_DEFAULT=DRM WAYLAND X11
OPTIONS_EXCLUDE=DRM # not supported yet
OPTIONS_SUB= yes
-DRM_DESC= Windowless KMS/DRM support via GBM
+DRM_DESC= KMS console support
DRM_LIB_DEPENDS= libdrm.so:graphics/libdrm
DRM_USES= gl
DRM_USE= GL=gbm
More information about the svn-ports-head
mailing list