Home
last modified time | relevance | path

Searched refs:xf86ModeWidth (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c76 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 Dxf86Modes.h45 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation);
H A Dxf86Crtc.c871 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 Dxf86RandR12.c774 int crtc_width = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); in xf86RandR12CreateScreenResources()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c72 crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); in ms_crtc_box()