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

/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c641 XRROutputInfo *from_info = NULL, *to_info = NULL; local in function:clone_update_modes__randr
665 to_info = XRRGetOutputInfo(clone->src.dpy, to_res, clone->src.rr_output);
666 if (to_info == NULL)
672 for (i = 0; i < to_info->nmode; i++) {
675 mode = lookup_mode(to_res, to_info->modes[i]);
697 if (i == from_info->nmode && i == to_info->nmode) {
727 if (to_info->crtc) {
730 disable_crtc(clone->src.dpy, to_res, to_info->crtc);
732 for (i = 0; i < to_info->nmode; i++) {
734 DisplayString(clone->src.dpy), clone->src.name, (long)to_info
[all...]
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c672 XRROutputInfo *from_info = NULL, *to_info = NULL; local in function:clone_update_modes__randr
696 to_info = XRRGetOutputInfo(clone->src.dpy, to_res, clone->src.rr_output);
697 if (to_info == NULL)
703 for (i = 0; i < to_info->nmode; i++) {
706 mode = lookup_mode(to_res, to_info->modes[i]);
728 if (i == from_info->nmode && i == to_info->nmode) {
758 if (to_info->crtc) {
761 disable_crtc(clone->src.dpy, to_res, to_info->crtc);
763 for (i = 0; i < to_info->nmode; i++) {
765 DisplayString(clone->src.dpy), clone->src.name, (long)to_info
[all...]

Completed in 6 milliseconds