Lines Matching refs:crtc
38 crtc = res.reserve_crtc(conn) variable
50 plane = res.reserve_generic_plane(crtc, fb.format)
55 crtc.disable_mode()
66 req.add(conn, "CRTC_ID", crtc.id)
67 req.add(crtc, {"ACTIVE": 1,
70 req.add_plane(plane, fb, crtc)
84 crtc.set_prop("CTM", ctmb.id)
94 crtc.set_prop("CTM", ctmb.id)
99 crtc.disable_mode()
103 crtc.set_mode(conn, fb, mode)
107 crtc.set_prop("CTM", 0)