diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-21 08:06:12 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-21 08:06:12 +1000 |
commit | e4b8a4479ddea9b083b3a763dc0b9302e7b9a82a (patch) | |
tree | 4202c77c955cc9245e5eace71a2fd923671465c4 /src/radeon.h | |
parent | aa88da974b97ea1e9bbb47b3494543575c09d912 (diff) |
r600: add memory controller regs from AMD
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 5e2782c..c37e134 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -579,6 +579,7 @@ typedef struct { 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 */ |