Lines Matching refs:to_res
640 XRRScreenResources *from_res = NULL, *to_res = NULL;
661 to_res = _XRRGetScreenResourcesCurrent(clone->src.dpy, clone->src.window);
662 if (to_res == NULL)
665 to_info = XRRGetOutputInfo(clone->src.dpy, to_res, clone->src.rr_output);
675 mode = lookup_mode(to_res, to_info->modes[i]);
730 disable_crtc(clone->src.dpy, to_res, to_info->crtc);
758 for (j = 0; j < to_res->nmode; j++) {
759 old = &to_res->modes[j];
793 if (to_res)
794 XRRFreeScreenResources(to_res);