aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 027e4c5dbf03..caf29af2dd54 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1140,13 +1140,6 @@ void drm_clflush_virt_range(void *addr, unsigned long length);
1140 * DMA quiscent + idle. DMA quiescent usually requires the hardware lock. 1140 * DMA quiscent + idle. DMA quiescent usually requires the hardware lock.
1141 */ 1141 */
1142 1142
1143 /* DMA support (drm_dma.h) */
1144extern int drm_legacy_dma_setup(struct drm_device *dev);
1145extern void drm_legacy_dma_takedown(struct drm_device *dev);
1146extern void drm_free_buffer(struct drm_device *dev, struct drm_buf * buf);
1147extern void drm_core_reclaim_buffers(struct drm_device *dev,
1148 struct drm_file *filp);
1149
1150 /* IRQ support (drm_irq.h) */ 1143 /* IRQ support (drm_irq.h) */
1151extern int drm_control(struct drm_device *dev, void *data, 1144extern int drm_control(struct drm_device *dev, void *data,
1152 struct drm_file *file_priv); 1145 struct drm_file *file_priv);