diff options
author | Andrzej Hajda <andrzej.hajda@wp.pl> | 2010-03-10 18:19:35 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-03-10 18:22:08 -0500 |
commit | d0bed11bb596200711b635d8b0b4ac7d9c5c7fd2 (patch) | |
tree | ed8adf35c0bb824c3dde63b9c8410bc7282e8374 /src/radeon_tv.h | |
parent | 999e088689ca3a60ad8e1f3953a6ddace4b12624 (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.h | 4 |
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 |