diff options
author | Alex Deucher <alex@botch2.com> | 2008-04-03 22:04:43 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-04-03 22:04:43 -0400 |
commit | 88a1fe4a94c5d11aff22734b21c89890e4428cd5 (patch) | |
tree | 0adf5c73587a5e2c8fd08dffe2d6d6e995c12030 /src/radeon.h | |
parent | c40a7aa3989576a8144213e2f31b892d21df8686 (diff) |
Revert "RADEON: remove driver rec copies of mc info, use save rec directly"
This reverts commit be0858a84fbdf74c0b844f462933a221d48c707d.
Conflicts:
src/radeon_driver.c
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index f3db4510..15e494e6 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -379,6 +379,9 @@ typedef struct { unsigned long BIOSAddr; /* BIOS physical address */ CARD32 fbLocation; CARD32 gartLocation; + CARD32 mc_fb_location; + CARD32 mc_agp_location; + CARD32 mc_agp_location_hi; void *MMIO; /* Map of MMIO region */ void *FB; /* Map of frame buffer */ |