summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_legacy.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2019-04-23 00:42:23 +0200
committerDave Airlie <airlied@redhat.com>2019-04-24 04:32:11 +0200
commit15e60851e191c0e4ad19d755da7b92fefbf10c7e (patch)
treeea8aac0885e7710276af6d1d53923825c155db36 /drivers/gpu/drm/drm_legacy.h
parentdrm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3) (diff)
downloadlinux-15e60851e191c0e4ad19d755da7b92fefbf10c7e.tar.xz
linux-15e60851e191c0e4ad19d755da7b92fefbf10c7e.zip
drm/legacy: move drm_legacy_master_rmmaps to non-driver legacy header.
This isn't used by drivers, and won't be in the future. 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_legacy.h b/drivers/gpu/drm/drm_legacy.h
index 280fbeb846ff..e6bf1a94374b 100644
--- a/drivers/gpu/drm/drm_legacy.h
+++ b/drivers/gpu/drm/drm_legacy.h
@@ -81,6 +81,9 @@ int __drm_legacy_mapbufs(struct drm_device *, void *, int *,
int (*)(void *, int, unsigned long, struct drm_buf *),
struct drm_file *);
+void drm_legacy_master_rmmaps(struct drm_device *dev,
+ struct drm_master *master);
+
#ifdef CONFIG_DRM_VM
void drm_legacy_vma_flush(struct drm_device *d);
#else