Lines Matching refs:crtc

71     * Turns the crtc on/off, or sets intermediate power levels if available.
74 * mode is DPMSModeOff, the crtc must be disabled sufficiently for it to
78 (*dpms)(xf86CrtcPtr crtc,
82 * Saves the crtc's state for restoration on VT switch.
85 (*save)(xf86CrtcPtr crtc);
88 * Restore's the crtc's state at VT switch.
91 (*restore)(xf86CrtcPtr crtc);
98 (*lock) (xf86CrtcPtr crtc);
104 (*unlock) (xf86CrtcPtr crtc);
114 (*mode_fixup)(xf86CrtcPtr crtc,
122 (*prepare)(xf86CrtcPtr crtc);
128 (*mode_set)(xf86CrtcPtr crtc,
137 (*commit)(xf86CrtcPtr crtc);
141 (*gamma_set)(xf86CrtcPtr crtc, CARD16 *red, CARD16 *green, CARD16 *blue,
148 (*shadow_allocate) (xf86CrtcPtr crtc, int width, int height);
154 (*shadow_create) (xf86CrtcPtr crtc, void *data, int width, int height);
160 (*shadow_destroy) (xf86CrtcPtr crtc, PixmapPtr pPixmap, void *data);
166 (*set_cursor_colors) (xf86CrtcPtr crtc, int bg, int fg);
172 (*set_cursor_position) (xf86CrtcPtr crtc, int x, int y);
178 (*show_cursor) (xf86CrtcPtr crtc);
184 (*hide_cursor) (xf86CrtcPtr crtc);
190 (*load_cursor_image) (xf86CrtcPtr crtc, CARD8 *image);
196 (*load_cursor_argb) (xf86CrtcPtr crtc, CARD32 *image);
199 * Clean up driver-specific bits of the crtc
202 (*destroy) (xf86CrtcPtr crtc);
249 /** crtc-specific functions */
261 * RandR crtc
264 * points at the associated crtc object
414 * Currently connected crtc (if any)
418 xf86CrtcPtr crtc;
421 * Possible CRTCs for this output as a mask of crtc indices
541 xf86CrtcPtr *crtc;
546 /* For crtc-based rotation */
608 xf86CrtcDestroy (xf86CrtcPtr crtc);
612 * Sets the given video mode on the given crtc
615 xf86CrtcSetMode (xf86CrtcPtr crtc, DisplayModePtr mode, Rotation rotation,
619 * Assign crtc rotation during mode set
622 xf86CrtcRotate (xf86CrtcPtr crtc, DisplayModePtr mode, Rotation rotation);
631 * Return whether any output is assigned to the crtc
634 xf86CrtcInUse (xf86CrtcPtr crtc);
725 * Using the desired mode information in each crtc, set
746 * Driver should call this from crtc commit function.