Searched refs:rotation (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c158 Rotation rotation; member in struct:_crtc
185 Rotation rotation; member in struct:_output
242 mode_height (XRRModeInfo *mode_info, Rotation rotation) argument
244 switch (rotation & 0xf) {
257 mode_width (XRRModeInfo *mode_info, Rotation rotation) argument
259 switch (rotation & 0xf) {
453 /* set rotation */
454 output->rotation &= ~0xf;
456 output->rotation |= (crtc->crtc_info->rotation
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drm.h102 int rotation; /* 0, 90, 180 or 270 */ member in struct:_drm_i915_sarea

Completed in 289 milliseconds