Home | History | Annotate | Download | only in src

Lines Matching refs:xf86_config

130 	xf86CrtcConfigPtr   xf86_config = XF86_CRTC_CONFIG_PTR(crtc->scrn);
176 output_ids = calloc(sizeof(uint32_t), xf86_config->num_output);
183 for (i = 0; i < xf86_config->num_output; i++) {
184 xf86OutputPtr output = xf86_config->output[i];
220 for (i = 0; i < xf86_config->num_output; i++) {
221 xf86OutputPtr output = xf86_config->output[i];
248 cursor = xf86_config->cursor;
279 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(crtc->scrn);
280 CursorPtr cursor = xf86_config->cursor;
824 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn);
826 drmmode_crtc = xf86_config->crtc[0]->driver_private;
868 for (i = 0; i < xf86_config->num_crtc; i++) {
869 xf86CrtcPtr crtc = xf86_config->crtc[i];