Lines Matching defs:crtc
1403 * Check whether there are any other connectors driven by this crtc
1427 /* See if any other encoders share the same crtc */
1473 drmModeCrtcPtr crtc = drmModeGetCrtc(wsi->fd, mode_res->crtcs[c]);
1474 if (crtc && crtc->buffer_id == 0)
1475 crtc_id = crtc->crtc_id;
1476 drmModeFreeCrtc(crtc);
2614 /* Find either a crtc already connected to the desired output or idle */
2682 xcb_randr_crtc_t crtc = wsi_display_find_crtc_for_output(connection,
2686 if (!crtc)
2693 &crtc, &connector->output);