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 /linux-core/drm_memory.c | |
| 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 'linux-core/drm_memory.c')
| -rw-r--r-- | linux-core/drm_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_memory.c b/linux-core/drm_memory.c index 4b494f9c..a663e965 100644 --- a/linux-core/drm_memory.c +++ b/linux-core/drm_memory.c @@ -188,6 +188,7 @@ void *drm_realloc(void *oldpt, size_t oldsize, size_t size, int area) } return pt; } +EXPORT_SYMBOL(drm_realloc); /** * Allocate pages. |
