Lines Matching refs:output

298      * Called to allow the output a chance to create properties after the
302 (*create_resources)(xf86OutputPtr output);
305 * Turns the output on/off, or sets intermediate power levels if available.
308 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
312 (*dpms)(xf86OutputPtr output,
316 * Saves the output's state for restoration on VT switch.
319 (*save)(xf86OutputPtr output);
322 * Restore's the output's state at VT switch.
325 (*restore)(xf86OutputPtr output);
328 * Callback for testing a video mode for a given output.
331 * on the output specifically, and not represent generic CRTC limitations.
336 (*mode_valid)(xf86OutputPtr output,
342 * This allows an output to adjust the clock or even the entire set of
347 (*mode_fixup)(xf86OutputPtr output,
352 * Callback for preparing mode changes on an output
355 (*prepare)(xf86OutputPtr output);
358 * Callback for committing mode changes on an output
361 (*commit)(xf86OutputPtr output);
366 * This is only called while the output is disabled. The dpms callback
367 * must be all that's necessary for the output, to turn the output on
371 (*mode_set)(xf86OutputPtr output,
376 * Probe for a connected output, and return detect_status.
379 (*detect)(xf86OutputPtr output);
389 (*get_modes)(xf86OutputPtr output);
393 * Callback when an output's property has changed.
396 (*set_property)(xf86OutputPtr output,
401 * Clean up driver-specific bits of the output
404 (*destroy) (xf86OutputPtr output);
416 * If this output is not in use, this field will be NULL.
421 * Possible CRTCs for this output as a mask of crtc indices
426 * Possible outputs to share the same CRTC as a mask of output indices
431 * Whether this output can support interlaced modes
436 * Whether this output can support double scan modes
441 * List of available modes on this output.
472 * to this output or not, or whether there is no way to tell
482 /** Physical size of the currently attached output device. */
488 /** output-specific functions */
499 * RandR 1.2 output structure.
502 * RandR output structure and is created when this output is created
531 xf86OutputPtr *output;
535 * output. pScrn->modes will be loaded from this output,
536 * adjust frame will whack this output, etc.
631 * Return whether any output is assigned to the crtc
645 xf86OutputUseScreenMonitor (xf86OutputPtr output, Bool use_screen_monitor);
648 xf86OutputRename (xf86OutputPtr output, const char *name);
651 xf86OutputDestroy (xf86OutputPtr output);
675 xf86OutputFindClosestMode (xf86OutputPtr output, DisplayModePtr desired);
681 * Set the EDID information for the specified output
684 xf86OutputSetEDID (xf86OutputPtr output, xf86MonPtr edid_mon);
688 * stored in 'output'
691 xf86OutputGetEDIDModes (xf86OutputPtr output);
694 xf86OutputGetEDID (xf86OutputPtr output, I2CBusPtr pDDCBus);