diff options
author | Maciej Cencora <m.cencora@gmail.com> | 2008-03-01 18:11:58 -0500 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-03-01 18:11:58 -0500 |
commit | be0858a84fbdf74c0b844f462933a221d48c707d (patch) | |
tree | 3c0d754930ddd45ac8e06fbcca94a762298c3069 /src/radeon.h | |
parent | dd8ee1b444f4b973a1e0fadca5f943f2162b5e94 (diff) |
RADEON: remove driver rec copies of mc info, use save rec directly
info->mc_* were used and the immediately copied into info->ModeReg
ones. Just use the ModeReg copies directly.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon.h b/src/radeon.h index 913dd513..b00d1e2d 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -355,9 +355,6 @@ 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 */ |