Lines Matching refs:Modes
1885 XF86ConfModesPtr modes;
1895 monitorp->Modes = NULL;
1925 modes = xf86findModes(modeslnk->ml_modes_str,
1927 modeslnk->ml_modes = modes;
1929 /* now add the modes found in the modes
1930 section to the list of modes for this
1935 (GenericListPtr) modes->mon_modeline_lst)) {
1938 (GenericListPtr) modes->mon_modeline_lst);
1973 monitorp->Modes = mode;
1984 /* add the (VESA) default modes */
2080 * now hook in the modes
2087 displayp->modes = xnfallocarray(count + 1, sizeof(char *));
2091 displayp->modes[count] = modep->mode_name;
2095 displayp->modes[count] = NULL;
2245 DisplayModePtr knownmodes = monitorp->Modes;
2267 monitorp->Modes = xf86ModesAdd(monitorp->Modes, mode);
2403 * the modes that we need later down the road.