diff options
author | Dave Airlie <airlied@redhat.com> | 2008-08-14 09:10:11 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-08-14 09:10:11 +1000 |
commit | 957c71ff52e93bb2c1bc01b99d29d763d0ef3899 (patch) | |
tree | 145eae35c0b6f0c7e776b3f4237d453c07460132 /shared-core | |
parent | c2184e450e4c5613c1f1a004d183ad478358013e (diff) |
radeon: FEDORA: add old DMA buffers on top of GEM
This really shouldn't go upstream, it just lets me
run the old 3D driver on GEM setup system
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/radeon_drv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 51a5b00c..138db794 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -277,6 +277,9 @@ struct radeon_mm_info { struct radeon_mm_obj pcie_table; struct radeon_mm_obj ring; struct radeon_mm_obj ring_read; + + struct radeon_mm_obj dma_bufs; + struct drm_map fake_agp_map; }; #include "radeon_mode.h" |