From 5a4327f7784361933484895c9af751ccfa242d48 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 26 Jan 2010 16:06:00 -0500 Subject: radeon: minor pll updates add new fixed post divider option --- src/radeon.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/radeon.h') diff --git a/src/radeon.h b/src/radeon.h index 10710a83..adc848d4 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -277,10 +277,12 @@ typedef struct { #define RADEON_PLL_PREFER_HIGH_POST_DIV (1 << 9) #define RADEON_PLL_USE_FRAC_FB_DIV (1 << 10) #define RADEON_PLL_PREFER_CLOSEST_LOWER (1 << 11) +#define RADEON_PLL_USE_POST_DIV (1 << 12) typedef struct { - uint16_t reference_freq; - uint16_t reference_div; + uint32_t reference_freq; + uint32_t reference_div; + uint32_t post_div; uint32_t pll_in_min; uint32_t pll_in_max; uint32_t pll_out_min; -- cgit v1.2.3