summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2017-09-04 09:28:49 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2017-09-04 09:28:49 +0300
commit7eeef88eec86a156ecccac510a1b66d60483f395 (patch)
tree599345ec479d401a28f26fe2ddf80763fdcee0cf /utils
parent0007d95871ee89eddf357670df68cf233241626c (diff)
kmstest: add help text about env variables
Diffstat (limited to 'utils')
-rw-r--r--utils/kmstest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/kmstest.cpp b/utils/kmstest.cpp
index 34fb352..f9486a4 100644
--- a/utils/kmstest.cpp
+++ b/utils/kmstest.cpp
@@ -381,6 +381,10 @@ static const char* usage_str =
" kmstest -p 400x400 -f XR24\n\n"
"Test pattern on the second connector with default mode:\n"
" kmstest -c 1\n"
+ "\n"
+ "Environmental variables:\n"
+ " KMSXX_DISABLE_UNIVERSAL_PLANES Don't enable universal planes even if available\n"
+ " KMSXX_DISABLE_ATOMIC Don't enable atomic modesetting even if available\n"
;
static void usage()