summaryrefslogtreecommitdiff
path: root/py/tests
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2019-01-11 12:29:40 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2019-01-14 09:27:28 +0200
commit27f1c296c4f5996227b28215400c787ea018862b (patch)
tree0d773ceb1e4a28237797584158ba08476edf8f47 /py/tests
parent82b200e00c2c7dbeae108b21b2bba39305300d4a (diff)
py: add open_modesetting_card
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'py/tests')
-rwxr-xr-xpy/tests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/test.py b/py/tests/test.py
index 83cf16a..45cf6e9 100755
--- a/py/tests/test.py
+++ b/py/tests/test.py
@@ -13,7 +13,7 @@ args = parser.parse_args()
if args.omap:
card = pykms.OmapCard()
else:
- card = pykms.Card()
+ card = pykms.Card.open_modesetting_card()
res = pykms.ResourceManager(card)
conn = res.reserve_connector(args.connector)