Searched refs:crtc_height (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1042 int crtc_width = 0, crtc_height = 0; local in function:xf86DefaultScreenLimits
1048 crtc_height = crtc->desiredY + xf86ModeHeight (&crtc->desiredMode, crtc->desiredRotation);
1065 if (mode->VDisplay > crtc_height)
1066 crtc_height = mode->VDisplay;
1067 if (mode->HDisplay > crtc_height)
1068 crtc_height = mode->HDisplay;
1075 if (crtc_height > height)
1076 height = crtc_height;
H A Dxf86RandR12.c761 int crtc_height = crtc->y + xf86ModeHeight (&crtc->mode, crtc->rotation); local in function:xf86RandR12CreateScreenResources
766 if (crtc_height > height)
767 height = crtc_height;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1072 int crtc_width = 0, crtc_height = 0; local in function:xf86DefaultScreenLimits
1079 crtc_height =
1097 if (mode->VDisplay > crtc_height)
1098 crtc_height = mode->VDisplay;
1099 if (mode->HDisplay > crtc_height)
1100 crtc_height = mode->HDisplay;
1107 if (crtc_height > height)
1108 height = crtc_height;
H A Dxf86RandR12.c774 int crtc_height = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation); local in function:xf86RandR12CreateScreenResources
779 if (crtc_height > height)
780 height = crtc_height;

Completed in 69 milliseconds