Lines Matching refs:clockRanges
247 xf86ShowClockRanges(ScrnInfoPtr scrp, ClockRangePtr clockRanges)
255 for (cp = clockRanges; cp != NULL; cp = cp->next) {
313 xf86FindClockRangeForMode(ClockRangePtr clockRanges, DisplayModePtr p)
317 for (cp = clockRanges;; cp = cp->next)
329 ClockRangePtr clockRanges, Bool allowDiv2)
347 cp = xf86FindClockRangeForMode(clockRanges, p);
438 * clockRanges a list of clock ranges. This is optional when all the
456 ClockRangePtr clockRanges, LookupModeFlags strategy)
495 for (cp = clockRanges; cp != NULL; cp = cp->next) {
527 return xf86HandleBuiltinMode(scrp, p, modep, clockRanges,
532 cp = xf86FindClockRangeForMode(clockRanges, p);
850 ClockRangePtr clockRanges,
860 if (!scrp || !mode || !clockRanges) {
867 scrp, mode, mode->name, clockRanges, strategy, maxPitch, virtualX,
921 cp = xf86FindClockRangeForMode(clockRanges, mode);
985 * clockRanges allowable clock ranges
1017 for (cp = scrp->clockRanges; cp != NULL; cp = cp->next) {
1025 for (cp = scrp->clockRanges; cp != NULL; cp = cp->next) {
1042 for (cp = scrp->clockRanges; cp != NULL; cp = cp->next) {
1303 * clockRanges a list of clock ranges
1341 const char **modeNames, ClockRangePtr clockRanges,
1364 scrp, availModes, modeNames, clockRanges, linePitches, minPitch,
1476 * Store the clockRanges for later use by the VidMode extension.
1478 nt_list_for_each_entry(cp, clockRanges, next) {
1482 if (scrp->clockRanges == NULL)
1483 scrp->clockRanges = newCR;
1485 nt_list_append(newCR, scrp->clockRanges, ClockRange, next);
1576 xf86ShowClockRanges(scrp, clockRanges);
1587 status = xf86InitialCheckModeForDriver(scrp, p, clockRanges,
1721 status = xf86LookupMode(scrp, p, clockRanges, strategy);