Lines Matching defs:strategy
429 * strategy selected.
437 * strategy how to decide which mode to use from multiple modes with
453 ClockRangePtr clockRanges, LookupModeFlags strategy)
466 Bool allowDiv2 = (strategy & LOOKUP_CLKDIV2) != 0;
479 strategy &= ~(LOOKUP_CLKDIV2 | LOOKUP_OPTIONAL_TOLERANCES);
538 * If programmable clock and strategy is not
544 if (strategy != LOOKUP_BEST_REFRESH) {
591 if (strategy == LOOKUP_BEST_REFRESH) {
606 if (strategy == LOOKUP_CLOSEST_CLOCK) {
619 * If strategy is neither LOOKUP_BEST_REFRESH or
843 LookupModeFlags strategy,
848 Bool allowDiv2 = (strategy & LOOKUP_CLKDIV2) != 0;
859 scrp, mode, mode->name , clockRanges, strategy, maxPitch, virtualX, virtualY);
1319 * strategy how to decide which mode to use from multiple modes with
1352 int apertureSize, LookupModeFlags strategy)
1375 apertureSize, strategy
1401 if (strategy & LOOKUP_OPTIONAL_TOLERANCES) {
1402 strategy &= ~LOOKUP_OPTIONAL_TOLERANCES;
1597 strategy, maxPitch,
1732 status = xf86LookupMode(scrp, p, clockRanges, strategy);