From d0bed11bb596200711b635d8b0b4ac7d9c5c7fd2 Mon Sep 17 00:00:00 2001 From: Andrzej Hajda Date: Wed, 10 Mar 2010 18:19:35 -0500 Subject: radeon: add support for pal on legacy IGP chips Based on my initial non-working patch. Fixes some element of fdo bug 12007 --- src/radeon_tv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/radeon_tv.h') 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 -- cgit v1.2.3