2 * Copyright 2006-2015, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Axel Dörfler, axeld@pinc-software.de
7 * Alexander von Gluck IV, kallisti5@unixzen.com
9 #ifndef INTEL_EXTREME_PLL_H
10 #define INTEL_EXTREME_PLL_H
13 #include "intel_extreme.h"
35 bool valid_pll_divisors(pll_divisors
* divisors
, pll_limits
* limits
);
36 void compute_pll_divisors(display_mode
* current
, pll_divisors
* divisors
,
39 void refclk_activate_ilk(bool hasPanel
);
42 #endif /* INTEL_EXTREME_PLL_H */