diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drmP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 10d9f83a9df0..1da25304c289 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
| @@ -1374,8 +1374,8 @@ extern int drm_mapbufs(struct drm_device *dev, void *data, | |||
| 1374 | struct drm_file *file_priv); | 1374 | struct drm_file *file_priv); |
| 1375 | 1375 | ||
| 1376 | /* DMA support (drm_dma.h) */ | 1376 | /* DMA support (drm_dma.h) */ |
| 1377 | extern int drm_dma_setup(struct drm_device *dev); | 1377 | extern int drm_legacy_dma_setup(struct drm_device *dev); |
| 1378 | extern void drm_dma_takedown(struct drm_device *dev); | 1378 | extern void drm_legacy_dma_takedown(struct drm_device *dev); |
| 1379 | extern void drm_free_buffer(struct drm_device *dev, struct drm_buf * buf); | 1379 | extern void drm_free_buffer(struct drm_device *dev, struct drm_buf * buf); |
| 1380 | extern void drm_core_reclaim_buffers(struct drm_device *dev, | 1380 | extern void drm_core_reclaim_buffers(struct drm_device *dev, |
| 1381 | struct drm_file *filp); | 1381 | struct drm_file *filp); |
