···452452 * depends on it's total frame time. Or we try to use the minimal frame
453453 * period, aka the compositor's frame period. This will use more power.
454454 */
455455- if (!debug_get_bool_option_use_min_frame_period()) {
455455+ if (debug_get_bool_option_use_min_frame_period()) {
456456 period_ns = min_period(pa);
457457 } else {
458458 period_ns = calc_period(pa);