diff options
author | Dave Airlie <airlied@redhat.com> | 2019-04-23 00:45:12 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-04-24 04:32:13 +0200 |
commit | 35a280219b32a6960a094e195cf2930ff1702243 (patch) | |
tree | 3548e44bf48d8b8b2eb80453144935ff214874a6 /drivers/gpu/drm/drm_legacy.h | |
parent | drm/legacy: move drm_legacy_master_rmmaps to non-driver legacy header. (diff) | |
download | linux-35a280219b32a6960a094e195cf2930ff1702243.tar.xz linux-35a280219b32a6960a094e195cf2930ff1702243.zip |
drm/legacy: move map cleanups into drm_bufs.c
This makes it easier to clean this up later.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/drm_legacy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_legacy.h b/drivers/gpu/drm/drm_legacy.h index e6bf1a94374b..3dc626090fcb 100644 --- a/drivers/gpu/drm/drm_legacy.h +++ b/drivers/gpu/drm/drm_legacy.h @@ -83,6 +83,7 @@ int __drm_legacy_mapbufs(struct drm_device *, void *, int *, void drm_legacy_master_rmmaps(struct drm_device *dev, struct drm_master *master); +void drm_legacy_rmmaps(struct drm_device *dev); #ifdef CONFIG_DRM_VM void drm_legacy_vma_flush(struct drm_device *d); |