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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c327 DisplayModePtr modep,
349 modep->type = p->type;
359 modep->Clock = (scrp->clock[clockIndex] * DivFactor)
361 modep->ClockIndex = clockIndex;
362 modep->SynthClock = scrp->clock[clockIndex];
364 modep->Clock /= 2;
365 modep->SynthClock /= 2;
368 modep->Clock = p->Clock;
369 modep->ClockIndex = -1;
370 modep
325 xf86HandleBuiltinMode(ScrnInfoPtr scrp,DisplayModePtr p,DisplayModePtr modep,ClockRangePtr clockRanges,Bool allowDiv2) argument
452 xf86LookupMode(ScrnInfoPtr scrp,DisplayModePtr modep,ClockRangePtr clockRanges,LookupModeFlags strategy) argument
[all...]
H A Dxf86Config.c2111 XF86ModePtr modep; local in function:configDisplay
2143 modep = conf_display->disp_mode_lst;
2144 while(modep) {
2146 modep = (XF86ModePtr)modep->list.next;
2149 modep = conf_display->disp_mode_lst;
2151 while(modep) {
2152 displayp->modes[count] = modep->mode_name;
2154 modep = (XF86ModePtr)modep
[all...]
H A Dxf86.h298 extern _X_EXPORT ModeStatus xf86LookupMode(ScrnInfoPtr scrp, DisplayModePtr modep,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Mode.c328 DisplayModePtr modep,
349 modep->type = p->type;
359 modep->Clock = (scrp->clock[clockIndex] * DivFactor)
361 modep->ClockIndex = clockIndex;
362 modep->SynthClock = scrp->clock[clockIndex];
364 modep->Clock /= 2;
365 modep->SynthClock /= 2;
369 modep->Clock = p->Clock;
370 modep->ClockIndex = -1;
371 modep
326 xf86HandleBuiltinMode(ScrnInfoPtr scrp,DisplayModePtr p,DisplayModePtr modep,ClockRangePtr clockRanges,Bool allowDiv2) argument
455 xf86LookupMode(ScrnInfoPtr scrp,DisplayModePtr modep,ClockRangePtr clockRanges,LookupModeFlags strategy) argument
[all...]
H A Dxf86Config.c2050 XF86ModePtr modep; local in function:configDisplay
2082 modep = conf_display->disp_mode_lst;
2083 while (modep) {
2085 modep = (XF86ModePtr) modep->list.next;
2088 modep = conf_display->disp_mode_lst;
2090 while (modep) {
2091 displayp->modes[count] = modep->mode_name;
2093 modep = (XF86ModePtr) modep
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_modes.c210 int i, *modep; local in function:RADEONeMacModes
221 modep = modes;
228 new->Clock = *modep++;
230 new->HDisplay = *modep++;
231 new->HSyncStart = *modep++;
232 new->HSyncEnd = *modep++;
233 new->HTotal = *modep++;
235 new->VDisplay = *modep++;
236 new->VSyncStart = *modep++;
237 new->VSyncEnd = *modep
[all...]

Completed in 11 milliseconds