Lines Matching refs:xf86_config
806 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
815 if (xf86_config->num_crtc == 2) {
816 if (xf86_config->crtc[1]->enabled &&
817 xf86_config->crtc[0]->enabled) {
818 mode1 = &xf86_config->crtc[0]->mode;
819 mode2 = &xf86_config->crtc[1]->mode;
820 } else if (xf86_config->crtc[0]->enabled) {
821 mode1 = &xf86_config->crtc[0]->mode;
822 } else if (xf86_config->crtc[1]->enabled) {
823 mode2 = &xf86_config->crtc[1]->mode;
828 mode1 = &xf86_config->crtc[0]->mode;
830 mode2 = &xf86_config->crtc[0]->mode;
831 else if (xf86_config->crtc[0]->enabled)
832 mode1 = &xf86_config->crtc[0]->mode;
968 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
973 for (i = 0; i < xf86_config->num_output; i++)
975 xf86OutputPtr output = xf86_config->output[i];
1059 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
1064 for (c = 0; c < xf86_config->num_crtc; c++) {
1065 crtc = xf86_config->crtc[c];
1066 for (o = 0; o < xf86_config->num_output; o++) {
1067 output = xf86_config->output[o];
1080 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
1085 for (c = 0; c < xf86_config->num_crtc; c++) {
1086 crtc = xf86_config->crtc[c];
1090 for (o = 0; o < xf86_config->num_output; o++) {
1091 output = xf86_config->output[o];
1103 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
1111 for (c = 0; c < xf86_config->num_crtc; c++) {
1112 crtc = xf86_config->crtc[c];