summaryrefslogtreecommitdiff
path: root/src/radeon_tv.h
diff options
context:
space:
mode:
authorAndrzej Hajda <andrzej.hajda@wp.pl>2010-03-10 18:19:35 -0500
committerAlex Deucher <alexdeucher@gmail.com>2010-03-10 18:22:08 -0500
commitd0bed11bb596200711b635d8b0b4ac7d9c5c7fd2 (patch)
treeed8adf35c0bb824c3dde63b9c8410bc7282e8374 /src/radeon_tv.h
parent999e088689ca3a60ad8e1f3953a6ddace4b12624 (diff)
radeon: add support for pal on legacy IGP chips
Based on my initial non-working patch. Fixes some element of fdo bug 12007
Diffstat (limited to 'src/radeon_tv.h')
-rw-r--r--src/radeon_tv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_tv.h b/src/radeon_tv.h
index 8d77a771..719452dd 100644
--- a/src/radeon_tv.h
+++ b/src/radeon_tv.h
@@ -53,6 +53,10 @@
#define NTSC_TV_PLL_N_14 693
#define NTSC_TV_PLL_P_14 7
+#define PAL_TV_PLL_M_14 19
+#define PAL_TV_PLL_N_14 353
+#define PAL_TV_PLL_P_14 5
+
#define VERT_LEAD_IN_LINES 2
#define FRAC_BITS 0xe
#define FRAC_MASK 0x3fff