Lines Matching defs:strategy
432 * strategy selected.
440 * strategy how to decide which mode to use from multiple modes with
456 ClockRangePtr clockRanges, LookupModeFlags strategy)
469 Bool allowDiv2 = (strategy & LOOKUP_CLKDIV2) != 0;
483 strategy &= ~(LOOKUP_CLKDIV2 | LOOKUP_OPTIONAL_TOLERANCES);
545 * If programmable clock and strategy is not
551 if (strategy != LOOKUP_BEST_REFRESH) {
599 if (strategy == LOOKUP_BEST_REFRESH) {
614 if (strategy == LOOKUP_CLOSEST_CLOCK) {
627 * If strategy is neither LOOKUP_BEST_REFRESH or
851 LookupModeFlags strategy,
856 Bool allowDiv2 = (strategy & LOOKUP_CLKDIV2) != 0;
867 scrp, mode, mode->name, clockRanges, strategy, maxPitch, virtualX,
1313 * strategy how to decide which mode to use from multiple modes with
1344 int apertureSize, LookupModeFlags strategy)
1366 apertureSize, strategy);
1391 if (strategy & LOOKUP_OPTIONAL_TOLERANCES) {
1392 strategy &= ~LOOKUP_OPTIONAL_TOLERANCES;
1588 strategy, maxPitch,
1721 status = xf86LookupMode(scrp, p, clockRanges, strategy);