diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-07-10 03:07:23 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-07-10 03:07:23 -0400 |
commit | ceb9c27aa7d61c70f4c75f017d9fbc9de50034f1 (patch) | |
tree | 9d87bbbc1b7819b355c50807717a3e0099ee2815 /drivers/char/drm/drmP.h | |
parent | d84f76d37c5eebb94c48337958d5a2ff2965c02d (diff) |
drm: destatic exported function.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drmP.h')
-rw-r--r-- | drivers/char/drm/drmP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h index d16d07e28b4c..8e060a2cc3db 100644 --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h | |||
@@ -889,6 +889,8 @@ extern int drm_lock_free(drm_device_t *dev, | |||
889 | unsigned int context); | 889 | unsigned int context); |
890 | 890 | ||
891 | /* Buffer management support (drm_bufs.h) */ | 891 | /* Buffer management support (drm_bufs.h) */ |
892 | extern int drm_addbufs_agp(drm_device_t *dev, drm_buf_desc_t *request); | ||
893 | extern int drm_addbufs_pci(drm_device_t *dev, drm_buf_desc_t *request); | ||
892 | extern int drm_addmap(drm_device_t *dev, unsigned int offset, | 894 | extern int drm_addmap(drm_device_t *dev, unsigned int offset, |
893 | unsigned int size, drm_map_type_t type, | 895 | unsigned int size, drm_map_type_t type, |
894 | drm_map_flags_t flags, drm_map_t **map_ptr); | 896 | drm_map_flags_t flags, drm_map_t **map_ptr); |