diff options
author | Alex Deucher <agd5f@yahoo.com> | 2004-07-26 23:14:37 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2004-07-26 23:14:37 +0000 |
commit | 26029dc9378bbd95835d397402bfc9e6b4f1a478 (patch) | |
tree | 3b76ba895c223a848daeba0752766820242c41eb /src/radeon.h | |
parent | 9f251b16e702da486f824307e72a6f80c6987b5d (diff) |
- Add Radeon DynamicClocks option
- Add small fixes and clean ups from ati's last code drop (typo_fixes,
remove_fudge, laptop, xvfix)
- fix possible segfault in mga_dri.c (Ryan Underwood)
- Add Xv support to pre-nm2160 neomagic chipsets
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 3e8f554..6c2c628 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -130,7 +130,9 @@ typedef struct { CARD32 cap1_trig_cntl; CARD32 bus_cntl; CARD32 surface_cntl; + CARD32 bios_4_scratch; CARD32 bios_5_scratch; + CARD32 bios_6_scratch; /* Other registers to save for VT switches */ CARD32 dp_datatype; CARD32 rbbm_soft_reset; |