diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2010-04-03 18:20:26 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2010-04-03 18:20:26 +0200 |
commit | 6a78611089b0f4216d2d43aa30ae764188e264b6 (patch) | |
tree | d0203a730842f2773e172ea24197aaff3abda9f4 /src/radeon_tv.h | |
parent | 2c3b8860bcc95ca5e3e4e7cbdccc5685245cc1ed (diff) | |
parent | 2ba50082c9de651e9d2def4230ef87ac89feb431 (diff) |
Merge remote branch 'origin/6.12-branch' into obsd-6.12-branch
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 |