Searched refs:xf86ModeWidth (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 76 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation) in xf86ModeWidth() function 433 if ((xf86ModeWidth(mode, RR_Rotate_0) > maxPitch || in xf86ValidateModesSize() 434 xf86ModeWidth(mode, RR_Rotate_0) > maxX || in xf86ValidateModesSize() 436 (xf86ModeWidth(mode, RR_Rotate_90) > maxPitch || in xf86ValidateModesSize() 437 xf86ModeWidth(mode, RR_Rotate_90) > maxX || in xf86ValidateModesSize() 439 if (xf86ModeWidth(mode, RR_Rotate_0) > maxPitch || in xf86ValidateModesSize() 440 xf86ModeWidth(mode, RR_Rotate_90) > maxPitch) in xf86ValidateModesSize() 443 if (xf86ModeWidth(mode, RR_Rotate_0) > maxX || in xf86ValidateModesSize() 444 xf86ModeWidth(mode, RR_Rotate_90) > maxX) in xf86ValidateModesSize()
|
| H A D | xf86Modes.h | 45 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation);
|
| H A D | xf86Crtc.c | 871 if (xf86ModeWidth(mode, output->initial_rotation) > width || in xf86DefaultMode() 905 if (xf86ModeWidth(mode, output->initial_rotation) > width || in xf86ClosestMode() 914 dx = xf86ModeWidth(match, match_rotation) - xf86ModeWidth(mode, in xf86ClosestMode() 935 if (xf86ModeWidth(mode, output->initial_rotation) > width || in xf86OutputHasPreferredMode() 1065 crtc->desiredX + xf86ModeWidth(&crtc->desiredMode, in xf86DefaultScreenLimits() 1281 xf86ModeWidth(modes[or], relative->initial_rotation); in xf86InitialOutputPositions() 1291 xf86ModeWidth(modes[o], output->initial_rotation); in xf86InitialOutputPositions() 2285 int pref_width = xf86ModeWidth(preferred[p], r); in xf86TargetPreferred() 2313 if (xf86ModeWidth(mode, ir) == pref_width && in xf86TargetPreferred() 3325 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); in x86_crtc_box()
|
| H A D | xf86RandR12.c | 774 int crtc_width = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); in xf86RandR12CreateScreenResources()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | vblank.c | 72 crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); in ms_crtc_box()
|