Searched refs:to_res (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c640 XRRScreenResources *from_res = NULL, *to_res = NULL; local in function:clone_update_modes__randr
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);
[all...]
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c671 XRRScreenResources *from_res = NULL, *to_res = NULL; local in function:clone_update_modes__randr
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);
[all...]

Completed in 5 milliseconds