Lines Matching defs:rr_crtc
133 RRCrtc rr_crtc;
669 DBG(XRR, ("%s: dst.rr_crtc=%ld, now %ld\n",
670 __func__, (long)clone->dst.rr_crtc, (long)from_info->crtc));
671 if (clone->dst.rr_crtc == from_info->crtc) {
705 if (from_info->crtc != clone->dst.rr_crtc) {
709 clone->dst.rr_crtc = 0;
738 clone->src.rr_crtc = 0;
836 clone->src.rr_crtc = 0;
1292 output->rr_crtc = o->crtc;
1375 if (!dst->rr_crtc)
1381 if (disable_crtc(display->dpy, res, dst->rr_crtc)) {
1382 dst->rr_crtc = 0;
1401 if (!dst->rr_crtc)
1407 if (disable_crtc(display->dpy, res, dst->rr_crtc)) {
1408 dst->rr_crtc = 0;
1425 RRCrtc rr_crtc;
1435 if (dst->rr_crtc) {
1439 if (disable_crtc(display->dpy, res, dst->rr_crtc)) {
1440 dst->rr_crtc = 0;
1490 rr_crtc = dst->rr_crtc;
1491 if (rr_crtc) {
1493 if (set->dst.rr_crtc == rr_crtc) {
1496 rr_crtc = 0;
1501 if (rr_crtc == 0) {
1507 if (set->dst.rr_crtc == o->crtcs[i]) {
1514 rr_crtc = o->crtcs[i];
1520 if (rr_crtc == 0) {
1529 dst->rotation, (long)rr_crtc, dst->mode.id));
1531 ret = XRRSetPanning(dst->dpy, res, rr_crtc, memset(&panning, 0, sizeof(panning)));
1535 ret = XRRSetCrtcConfig(dst->dpy, res, rr_crtc, CurrentTime,
1546 c = XRRGetCrtcInfo(dst->dpy, res, rr_crtc);
1554 p = XRRGetPanning(dst->dpy, res, rr_crtc);
1565 dst->rr_crtc = rr_crtc;
1579 if (clone->dst.rr_crtc == 0)
2675 clone->dst.rr_crtc = -1;
2748 clone->dst.rr_crtc = -1;