diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 7 |
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) */ | ||
1144 | extern int drm_legacy_dma_setup(struct drm_device *dev); | ||
1145 | extern void drm_legacy_dma_takedown(struct drm_device *dev); | ||
1146 | extern void drm_free_buffer(struct drm_device *dev, struct drm_buf * buf); | ||
1147 | extern 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) */ |
1151 | extern int drm_control(struct drm_device *dev, void *data, | 1144 | extern int drm_control(struct drm_device *dev, void *data, |
1152 | struct drm_file *file_priv); | 1145 | struct drm_file *file_priv); |