Searched refs:randr_mode (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c999 xf86RandRModeMatches (RRModePtr randr_mode, argument
1007 if (randr_mode->mode.nameLength != len) return FALSE;
1008 if (memcmp (randr_mode->name, mode->name, len) != 0) return FALSE;
1013 if (randr_mode->mode.dotClock / 1000 != mode->Clock) return FALSE;
1014 if (randr_mode->mode.width != mode->HDisplay) return FALSE;
1015 if (randr_mode->mode.hSyncStart != mode->HSyncStart) return FALSE;
1016 if (randr_mode->mode.hSyncEnd != mode->HSyncEnd) return FALSE;
1017 if (randr_mode->mode.hTotal != mode->HTotal) return FALSE;
1018 if (randr_mode->mode.hSkew != mode->HSkew) return FALSE;
1019 if (randr_mode
1038 RRModePtr randr_mode = NULL; local in function:xf86RandR12CrtcNotify
1096 xf86RandRModeConvert(ScrnInfoPtr scrn,RRModePtr randr_mode,DisplayModePtr mode) argument
1123 xf86RandR12CrtcSet(ScreenPtr pScreen,RRCrtcPtr randr_crtc,RRModePtr randr_mode,int x,int y,Rotation rotation,int num_randr_outputs,RROutputPtr * randr_outputs) argument
1339 xf86RandR12OutputValidateMode(ScreenPtr pScreen,RROutputPtr randr_output,RRModePtr randr_mode) argument
1359 xf86RandR12ModeDestroy(ScreenPtr pScreen,RRModePtr randr_mode) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c997 xf86RandRModeMatches(RRModePtr randr_mode, DisplayModePtr mode) argument
1004 if (randr_mode->mode.nameLength != len)
1006 if (memcmp(randr_mode->name, mode->name, len) != 0)
1012 if (randr_mode->mode.dotClock / 1000 != mode->Clock)
1014 if (randr_mode->mode.width != mode->HDisplay)
1016 if (randr_mode->mode.hSyncStart != mode->HSyncStart)
1018 if (randr_mode->mode.hSyncEnd != mode->HSyncEnd)
1020 if (randr_mode->mode.hTotal != mode->HTotal)
1022 if (randr_mode->mode.hSkew != mode->HSkew)
1024 if (randr_mode
1047 RRModePtr randr_mode = NULL; local in function:xf86RandR12CrtcNotify
1105 xf86RandRModeConvert(ScrnInfoPtr scrn,RRModePtr randr_mode,DisplayModePtr mode) argument
1131 xf86RandR12CrtcSet(ScreenPtr pScreen,RRCrtcPtr randr_crtc,RRModePtr randr_mode,int x,int y,Rotation rotation,int num_randr_outputs,RROutputPtr * randr_outputs) argument
1554 xf86RandR12OutputValidateMode(ScreenPtr pScreen,RROutputPtr randr_output,RRModePtr randr_mode) argument
1573 xf86RandR12ModeDestroy(ScreenPtr pScreen,RRModePtr randr_mode) argument
[all...]

Completed in 5 milliseconds