summaryrefslogtreecommitdiff
path: root/py/alpha-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/alpha-test.py')
-rwxr-xr-xpy/alpha-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/alpha-test.py b/py/alpha-test.py
index 6957bb4..113fab0 100755
--- a/py/alpha-test.py
+++ b/py/alpha-test.py
@@ -12,7 +12,7 @@ card = pykms.Card()
conn = card.get_first_connected_connector()
mode = conn.get_default_mode()
-crtc = conn.get_current_crtc()
+crtc = get_crtc_for_connector(conn)
planes = []
for p in card.planes: