Home
last modified time | relevance | path

Searched refs:crtc1 (Results 1 – 1 of 1) sorted by relevance

/external/libkmsxx/py/tests/
Dplane_hog.py20 crtc1 = res.reserve_crtc(conn1) variable
23 print("CRTC idx %d goes to %s connector" % (crtc1.idx, conn1.fullname))
43 plane = res.reserve_generic_plane(crtc1)
53 req.add(conn1, "CRTC_ID", crtc1.id)
54 req.add(crtc1, {"ACTIVE": 1,
57 input("Press enter to enable crtc idx %d at %s" % (crtc1.idx, conn1.fullname))
68 (plane.idx, crtc1.idx))
71 "CRTC_ID": crtc1.id,
108 (plane.idx, crtc1.idx))