diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-08 09:41:19 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2013-08-18 20:04:21 -0400 |
| commit | e2e99a8206bcce6f2d3d72ff8be42859f98dbcda (patch) | |
| tree | 57e71365586e9972a89433fe3c91b8ae74df2f23 /include/drm | |
| parent | 8e194bbf96d81c651c52b82e125be1264db0cd4e (diff) | |
drm: mark dma setup/teardown as legacy systems
And hide the checks a bit better. This was already disallowed for
modesetting drivers, so no functinal change here.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
| -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); |
