aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-12-28 02:07:34 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-12-28 02:07:34 +0000
commitd25deb32eac16c1b4c2b6d7c5759c6f40fadb342 (patch)
treece4ee29403ce5bd4a8a98f8ebc2c97a98f1eb673 /benchmarks
parent8a407cfe77c1b196fda1c956386d645dd02029e4 (diff)
downloadports-d25deb32eac16c1b4c2b6d7c5759c6f40fadb342.tar.gz
ports-d25deb32eac16c1b4c2b6d7c5759c6f40fadb342.zip
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.
Notes
Notes: svn path=/head/; revision=559445
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/vkmark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/vkmark/Makefile b/benchmarks/vkmark/Makefile
index a148b4fb05a7..d2b25078978b 100644
--- a/benchmarks/vkmark/Makefile
+++ b/benchmarks/vkmark/Makefile
@@ -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