Home | History | Annotate | Download | only in common

Lines Matching refs:Modes

1940     XF86ConfModesPtr modes;
1951 monitorp->Modes = NULL;
1983 modes = xf86findModes (modeslnk->ml_modes_str,
1985 modeslnk->ml_modes = modes;
1988 /* now add the modes found in the modes
1989 section to the list of modes for this
1995 (GenericListPtr)modes->mon_modeline_lst)) {
1999 (GenericListPtr)modes->mon_modeline_lst);
2034 monitorp->Modes = mode;
2045 /* add the (VESA) default modes */
2141 * now hook in the modes
2148 displayp->modes = xnfalloc((count+1) * sizeof(char*));
2152 displayp->modes[count] = modep->mode_name;
2156 displayp->modes[count] = NULL;
2303 DisplayModePtr knownmodes = monitorp->Modes;
2328 monitorp->Modes = xf86ModesAdd(monitorp->Modes, mode);
2452 * the modes that we need later down the road.