summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2008-02-10 18:52:52 -0500
committerAlex Deucher <alex@botch2.(none)>2008-02-10 18:52:52 -0500
commit6524e33435a786f7de0064cdd1b04c1120d21593 (patch)
tree11231923aeab1fda9af64f41a070ed65a12797b8 /src/radeon_probe.h
parent8606c1bd175893c77e8c758246a1aed166c8be51 (diff)
RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM bios
Tested on my M10-based laptop.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index df87dab8..a3cf1fc0 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -385,9 +385,16 @@ typedef struct {
CARD32 cap0_trig_cntl;
CARD32 cap1_trig_cntl;
CARD32 bus_cntl;
+
+ CARD32 bios_0_scratch;
+ CARD32 bios_1_scratch;
+ CARD32 bios_2_scratch;
+ CARD32 bios_3_scratch;
CARD32 bios_4_scratch;
CARD32 bios_5_scratch;
CARD32 bios_6_scratch;
+ CARD32 bios_7_scratch;
+
CARD32 surface_cntl;
CARD32 surfaces[8][3];
CARD32 mc_agp_location;