aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2014-03-16 14:38:40 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2014-07-08 00:34:02 +0200
commit6d6dfcfb883818b40b58bac61cc72cab428a7a03 (patch)
tree66924f5844a565cb6cf41aeb28b51042f831f21b /include/drm
parentdrm/ttm: remove declaration of ttm_tt_cache_flush (diff)
downloadlinux-dev-6d6dfcfb883818b40b58bac61cc72cab428a7a03.tar.xz
linux-dev-6d6dfcfb883818b40b58bac61cc72cab428a7a03.zip
drm: enable render-nodes by default
We introduced render-nodes about 1/2 year ago and no problems showed up. Remove the drm_rnodes argument and enable them by default now. Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 57c07cd89a6a..dc74c971b992 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1395,7 +1395,6 @@ extern void drm_master_put(struct drm_master **master);
extern void drm_put_dev(struct drm_device *dev);
extern void drm_unplug_dev(struct drm_device *dev);
extern unsigned int drm_debug;
-extern unsigned int drm_rnodes;
extern unsigned int drm_universal_planes;
extern unsigned int drm_vblank_offdelay;