Lines Matching refs:xf86_config
206 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(crtc->scrn);
244 for(i = 0; i < xf86_config->num_output; i++) {
245 xf86OutputPtr output = xf86_config->output[i];
266 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
269 for(i = 0; i < xf86_config->num_crtc; i++)
271 xf86CrtcPtr crtc = xf86_config->crtc[i];
363 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
366 for(i = 0; i < xf86_config->num_crtc; i++) {
367 xf86CrtcPtr crtc = xf86_config->crtc[i];
374 for(i = 0; i < xf86_config->num_crtc; i++) {
375 xf86CrtcPtr crtc = xf86_config->crtc[i];
542 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
545 for(i = 0; i < xf86_config->num_output; i++) {
546 xf86OutputPtr output = xf86_config->output[i];
631 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(crtc->scrn);
635 for(i = 0; i < xf86_config->num_output; i++) {
636 xf86OutputPtr output = xf86_config->output[i];
639 /* XXXagp: This assumes that xf86_config->crtc[i] is HEADi */
643 for(i = 0; i < xf86_config->num_crtc; i++)
645 G80CrtcBlankScreen(xf86_config->crtc[i], TRUE);
677 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
682 for(p = 0; p < xf86_config->num_crtc; p++) {
683 xf86CrtcPtr crtc = xf86_config->crtc[p];