diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2019-07-30 11:27:37 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2019-07-30 11:27:37 +0300 |
commit | a5545df02b40414c2bf3abc60cf629c5f59d00ec (patch) | |
tree | ab1f6657e3ed269b2ca4aed33cd9abe4f78bfbe2 | |
parent | 332019d0349ffa2f4d094515d22d0af493751aa9 (diff) |
README: add KMSXX_DEVICE & KMSXX_DRIVER
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,8 @@ Variable | Description --------------------------------- | ------------- KMSXX_DISABLE_UNIVERSAL_PLANES | Set to disable the use of universal planes KMSXX_DISABLE_ATOMIC | Set to disable the use of atomic modesetting +KMSXX_DEVICE | Path to the card device node to use +KMSXX_DRIVER | Name of the driver to use. The format is either "drvname" or "drvname:idx" ## Python notes |