Lines Matching refs:xf86_config
346 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
348 rrScrPriv->primaryOutput = xf86_config->output[0]->randr_output;
689 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn);
693 for (c = 0; c < xf86_config->num_crtc; c++) {
694 xf86CrtcPtr xf86_crtc = xf86_config->crtc[c];
1219 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
1231 for (c = 0; c < xf86_config->num_crtc; c++) {
1232 xf86CrtcPtr crtc = xf86_config->crtc[c];
1977 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
1980 for (i = 0; i < xf86_config->num_output; i++) {
1981 xf86OutputPtr output = xf86_config->output[i];
1985 output->crtc = xf86_config->crtc[0];
2107 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
2112 for (c = 0; c < xf86_config->num_crtc; c++) {
2113 crtc = xf86_config->crtc[c];
2114 for (o = 0; o < xf86_config->num_output; o++) {
2115 output = xf86_config->output[o];
2128 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
2132 for (c = 0; c < xf86_config->num_crtc; c++) {
2133 crtc = xf86_config->crtc[c];
2137 for (o = 0; o < xf86_config->num_output; o++) {
2138 output = xf86_config->output[o];
2591 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn);
2600 for (c = 0; c < xf86_config->num_crtc; c++) {
2602 xf86_config->crtc[c]->driver_private;
2641 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
2655 for (i = 0; i < xf86_config->num_crtc; i++) {
2656 crtc = xf86_config->crtc[i];
2675 for (i = 0; i < xf86_config->num_crtc; i++) {
2676 crtc = xf86_config->crtc[i];
2759 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
2782 for (c = 0; c < xf86_config->num_crtc; c++) {
2783 drmmode_crtc_private_ptr drmmode_crtc = xf86_config->crtc[c]->driver_private;
2858 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
2863 for (c = 0; c < xf86_config->num_crtc; c++) {
2864 drmmode_crtc_private_ptr drmmode_crtc = xf86_config->crtc[c]->driver_private;