Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c91 xf86ModeHeight(const DisplayModeRec * mode, Rotation rotation) in xf86ModeHeight() function
435 xf86ModeHeight(mode, RR_Rotate_0) > maxY) && in xf86ValidateModesSize()
438 xf86ModeHeight(mode, RR_Rotate_90) > maxY)) { in xf86ValidateModesSize()
447 if (xf86ModeHeight(mode, RR_Rotate_0) > maxY || in xf86ValidateModesSize()
448 xf86ModeHeight(mode, RR_Rotate_90) > maxY) in xf86ValidateModesSize()
H A Dxf86Modes.h48 xf86ModeHeight(const DisplayModeRec * mode, Rotation rotation);
H A Dxf86Crtc.c872 xf86ModeHeight(mode, output->initial_rotation) > height) in xf86DefaultMode()
906 xf86ModeHeight(mode, output->initial_rotation) > height) in xf86ClosestMode()
917 dy = xf86ModeHeight(match, match_rotation) - xf86ModeHeight(mode, in xf86ClosestMode()
936 xf86ModeHeight(mode, output->initial_rotation) > height) in xf86OutputHasPreferredMode()
1068 crtc->desiredY + xf86ModeHeight(&crtc->desiredMode, in xf86DefaultScreenLimits()
1277 xf86ModeHeight(modes[or], relative->initial_rotation); in xf86InitialOutputPositions()
1286 xf86ModeHeight(modes[o], output->initial_rotation); in xf86InitialOutputPositions()
2286 int pref_height = xf86ModeHeight(preferred[p], r); in xf86TargetPreferred()
2314 xf86ModeHeight(mode, ir) == pref_height) { in xf86TargetPreferred()
3327 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation); in x86_crtc_box()
H A Dxf86RandR12.c775 int crtc_height = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation); in xf86RandR12CreateScreenResources()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c75 crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation); in ms_crtc_box()