Home | History | Annotate | Download | only in graphics

Lines Matching refs:crtc

129             crtc = self._l.drmModeGetCrtc(self._fd, crtc_id).contents
130 if crtc.mode_valid:
131 return crtc
136 Obtain the CRTC at a given index.
138 @param crtc_id: The CRTC to get.
145 crtc = self.getCrtc(crtc_id)
146 if crtc is None:
148 crtc = self.getCrtc(crtc_id)
149 if crtc is not None:
150 crtc._fd = self._fd
151 crtc._l = self._l
152 return crtc
181 A DRM modesetting CRTC.
200 return "<CRTC (%d)>" % self.crtc_id
208 Whether this CRTC has an associated framebuffer.
224 raise RuntimeError("CRTC %d doesn't have a framebuffer!" %
545 @param crtc_id: None for first found CRTC with mode set
546 or "internal" for crtc connected to internal LCD
547 or "external" for crtc connected to external display
548 or "usb" "evdi" or "udl" for crtc with valid mode on evdi or
587 crtc = d.getCrtc(e.crtc_id)
588 if crtc.mode_valid:
589 crtc_id = crtc.crtc_id
601 crtc
602 if crtc.mode_valid: