Searched refs:xf86CheckModeForDriver (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86.h351 xf86CheckModeForDriver(ScrnInfoPtr scrp, DisplayModePtr mode, int flags);
H A Dxf86VidMode.c297 return xf86CheckModeForDriver(pScrn, mode, 0);
H A Dxf86Mode.c967 * xf86CheckModeForDriver
989 xf86CheckModeForDriver(ScrnInfoPtr scrp, DisplayModePtr mode, int flags) function in typeref:typename:ModeStatus
1002 ErrorF("xf86CheckModeForDriver: called with invalid scrnInfoRec\n");
1006 ErrorF("xf86CheckModeForDriver: called with invalid modep\n");
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86.h306 extern _X_EXPORT ModeStatus xf86CheckModeForDriver(ScrnInfoPtr scrp, DisplayModePtr mode,
H A Dxf86VidMode.c402 return xf86CheckModeForDriver(pScrn, (DisplayModePtr)mode, 0);
H A Dxf86Mode.c963 * xf86CheckModeForDriver
987 xf86CheckModeForDriver(ScrnInfoPtr scrp, DisplayModePtr mode, int flags) function in typeref:typename:ModeStatus
1000 ErrorF("xf86CheckModeForDriver: called with invalid scrnInfoRec\n");
1004 ErrorF("xf86CheckModeForDriver: called with invalid modep\n");

Completed in 8 milliseconds