aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-10 06:43:48 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-12 05:08:54 -0400
commita677f4cc88b2b7491c0c400e07b6630852971e32 (patch)
tree3e822ec1c49da9bceb2b950e0e772e8c51375b93
parent9ec4e2ff3e269756a253282c784776e2166be7bc (diff)
drm: Move drm_legacy_vma_flush into drm_legacy.h
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
-rw-r--r--drivers/gpu/drm/drm_legacy.h2
-rw-r--r--include/drm/drmP.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_legacy.h b/drivers/gpu/drm/drm_legacy.h
index 3cc0efa7304a..011dc6f1ad94 100644
--- a/drivers/gpu/drm/drm_legacy.h
+++ b/drivers/gpu/drm/drm_legacy.h
@@ -71,6 +71,8 @@ int drm_legacy_freebufs(struct drm_device *d, void *v, struct drm_file *f);
71int drm_legacy_mapbufs(struct drm_device *d, void *v, struct drm_file *f); 71int drm_legacy_mapbufs(struct drm_device *d, void *v, struct drm_file *f);
72int drm_legacy_dma_ioctl(struct drm_device *d, void *v, struct drm_file *f); 72int drm_legacy_dma_ioctl(struct drm_device *d, void *v, struct drm_file *f);
73 73
74void drm_legacy_vma_flush(struct drm_device *d);
75
74/* 76/*
75 * AGP Support 77 * AGP Support
76 */ 78 */
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index cd35bc902925..2b6d5241fe59 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1321,8 +1321,6 @@ struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev);
1321int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req); 1321int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req);
1322int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req); 1322int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req);
1323 1323
1324void drm_legacy_vma_flush(struct drm_device *d);
1325
1326void drm_legacy_idlelock_take(struct drm_lock_data *lock); 1324void drm_legacy_idlelock_take(struct drm_lock_data *lock);
1327void drm_legacy_idlelock_release(struct drm_lock_data *lock); 1325void drm_legacy_idlelock_release(struct drm_lock_data *lock);
1328 1326