diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-08-21 21:17:20 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-08-21 21:17:20 -0400 |
commit | e9719e8e02eef46717ae9b4d8c7998466dac30cb (patch) | |
tree | 58e54f2a16f02a4b25d93bfd9fa86fbd1f74b911 /src/radeon.h | |
parent | 36c22a49580d86a6518b67f31a78bd53d39491af (diff) |
RADEON: more tv out fixes and clean up
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index a778cb8..bf60ab6 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -330,6 +330,7 @@ typedef struct { CARD32 tv_data_delay_b; CARD32 tv_dac_cntl; CARD32 tv_pll_cntl; + CARD32 tv_pll_cntl1; CARD32 tv_pll_fine_cntl; CARD32 tv_modulator_cntl1; CARD32 tv_modulator_cntl2; |