summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2005-08-04 13:59:48 +0000
committerJon Smirl <jonsmirl@yahoo.com>2005-08-04 13:59:48 +0000
commitbb9502ab01e7258c021f161b3caac8a508979dd8 (patch)
tree67eae2422486c7d80db3fadd19573a0b54d264c0 /shared-core/radeon_drv.h
parentea2c7a895d6456c83ee8489e1db7ae5a800f0abf (diff)
Mark some radeon init variables deprecated. These used to be passed in but
the driver already knew their correct value. For example the physical address of the framebuffer and registers.
Diffstat (limited to 'shared-core/radeon_drv.h')
-rw-r--r--shared-core/radeon_drv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h
index 26a7d1e7..cb4e0b4b 100644
--- a/shared-core/radeon_drv.h
+++ b/shared-core/radeon_drv.h
@@ -242,8 +242,6 @@ typedef struct drm_radeon_private {
drm_radeon_depth_clear_t depth_clear;
- unsigned long fb_offset;
- unsigned long mmio_offset;
unsigned long ring_offset;
unsigned long ring_rptr_offset;
unsigned long buffers_offset;