Lines Matching refs:to_res
671 XRRScreenResources *from_res = NULL, *to_res = NULL;
692 to_res = _XRRGetScreenResourcesCurrent(clone->src.dpy, clone->src.window);
693 if (to_res == NULL)
696 to_info = XRRGetOutputInfo(clone->src.dpy, to_res, clone->src.rr_output);
706 mode = lookup_mode(to_res, to_info->modes[i]);
761 disable_crtc(clone->src.dpy, to_res, to_info->crtc);
789 for (j = 0; j < to_res->nmode; j++) {
790 old = &to_res->modes[j];
824 if (to_res)
825 XRRFreeScreenResources(to_res);