diff options
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 7 |
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; |