Lines Matching +full:standard +full:- +full:vt
52 /* define a standard for connector types */
105 * Saves the crtc's state for restoration on VT switch.
111 * Restore's the crtc's state at VT switch.
225 * Clean up driver-specific bits of the crtc
231 * Less fine-grained mode setting entry point for kernel modesetting
275 * It will be cleared when the VT is not active or
294 * whether the VT is active. In particular, it receives
296 * on VT switch.
302 /** crtc-specific functions */
308 * Holds driver-private information
436 * Saves the output's state for restoration on VT switch.
442 * Restore's the output's state at VT switch.
502 * \return singly-linked list of modes or NULL if no modes found.
528 * Clean up driver-specific bits of the output
622 /** output-specific functions */
628 /** Whether to use the old per-screen Monitor config section */
631 /** For pre-init, whether the output should be excluded from the
733 * The driver is responsible for updating scrn->virtualX and scrn->virtualY.
740 * pixmaps it may have moved, and change pScrn->displayWidth.
775 * output. pScrn->modes will be loaded from this output,
786 /* For crtc-based rotation */
835 #define XF86_CRTC_CONFIG_PTR(p) ((xf86CrtcConfigPtr) ((p)->privates[xf86CrtcConfigPrivateIndex].ptr…
842 if (config->compat_output < 0) in xf86CompatOutput()
844 return config->output[config->compat_output]; in xf86CompatOutput()
854 return compat_output->crtc; in xf86CompatCrtc()
864 return compat_crtc->randr_crtc; in xf86CompatRRCrtc()
1023 * Re-initialize dga for this screen (as when the set of modes changes)
1043 * Get a standard string name for a connector type
1056 * Initialize the CRTC-based cursor code. CRTC function vectors must
1095 * Clean up CRTC-based cursor code. Driver must call this at CloseScreen time.