Home | History | Annotate | Download | only in src

Lines Matching defs:crtc

104     if (pGeode->Scale != scale && output->crtc) {
105 xf86CrtcPtr crtc = output->crtc;
107 if (crtc->enabled) {
108 ret = xf86CrtcSetMode(crtc, &crtc->desiredMode,
109 crtc->desiredRotation, crtc->desiredX,
110 crtc->desiredY);
128 /* DPMS is handled by the CRTC */
258 return output->crtc;
316 /* We only have one CRTC, and this output is tied to it */