summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@samba.(none)>2007-12-17 20:32:45 -0500
committerAlex Deucher <alex@samba.(none)>2007-12-17 20:32:45 -0500
commitd93a0e10b8bc6e3797a3cf6c1e28ca413a7c38e4 (patch)
tree46fb39179a663eadd2bc597bfeaf0ffa2b388f62 /src/radeon.h
parent03b8b49f6f502c45552b018fd8c44d366b2d576f (diff)
downloadxf86-video-ati-frc-d93a0e10b8bc6e3797a3cf6c1e28ca413a7c38e4.tar.gz
xf86-video-ati-frc-d93a0e10b8bc6e3797a3cf6c1e28ca413a7c38e4.tar.bz2
RADEON: post div tweaks for legacy radeon
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index a5717a0..7d57ca5 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -203,6 +203,7 @@ typedef struct {
#define RADEON_PLL_USE_BIOS_DIVS (1 << 0)
#define RADEON_PLL_NO_ODD_POST_DIV (1 << 1)
#define RADEON_PLL_USE_REF_DIV (1 << 2)
+#define RADEON_PLL_LEGACY (1 << 3)
typedef struct {
CARD16 reference_freq;