Searched refs:crtc_mode (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_tv.c | 1802 DisplayModePtr crtc_mode; local in function:i830_tv_set_property 1831 for (crtc_mode = output->probed_modes; crtc_mode; 1832 crtc_mode = crtc_mode->next) 1834 if (output->crtc->mode.HDisplay == crtc_mode->HDisplay && 1835 output->crtc->mode.VDisplay == crtc_mode->VDisplay) 1838 if (!crtc_mode) 1839 crtc_mode = output->probed_modes; 1841 xf86CrtcSetMode(output->crtc, crtc_mode, outpu [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 2762 DisplayModePtr crtc_mode = NULL; local in function:xf86SetSingleMode 2777 if (crtc_mode) 2779 output_mode = xf86OutputFindClosestMode (output, crtc_mode); 2780 if (output_mode != crtc_mode) 2784 crtc_mode = xf86OutputFindClosestMode (output, desired); 2786 if (!crtc_mode) 2791 if (!xf86CrtcSetModeTransform (crtc, crtc_mode, rotation, NULL, 0, 0)) 2795 crtc->desiredMode = *crtc_mode;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 2978 DisplayModePtr crtc_mode = NULL; local in function:xf86SetSingleMode 2992 if (crtc_mode) { 2993 output_mode = xf86OutputFindClosestMode(output, crtc_mode); 2994 if (output_mode != crtc_mode) 2998 crtc_mode = xf86OutputFindClosestMode(output, desired); 3000 if (!crtc_mode) { 3004 if (!xf86CrtcSetModeTransform(crtc, crtc_mode, rotation, NULL, 0, 0)) 3007 xf86SaveModeContents(&crtc->desiredMode, crtc_mode);
|
Completed in 12 milliseconds