diff options
-rwxr-xr-x | py/tests/db.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/tests/db.py b/py/tests/db.py index 660364d..89fec30 100755 --- a/py/tests/db.py +++ b/py/tests/db.py @@ -51,6 +51,7 @@ class FlipHandler(): if card.has_atomic: ctx = pykms.AtomicReq(card) + ctx.add(crtc.primary_plane, "CRTC_ID", crtc.id) ctx.add(crtc.primary_plane, "FB_ID", fb.id) ctx.commit(self) else: |