diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-03-16 17:38:40 +0400 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-07-08 02:34:02 +0400 |
commit | 6d6dfcfb883818b40b58bac61cc72cab428a7a03 (patch) | |
tree | 66924f5844a565cb6cf41aeb28b51042f831f21b /include/drm | |
parent | 15f8f65751f081bd2d57627c453fe8986a3a0718 (diff) | |
download | linux-6d6dfcfb883818b40b58bac61cc72cab428a7a03.tar.xz |
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.h | 1 |
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; |