aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 21a3a666a2fd..6105c050d7bc 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -518,6 +518,7 @@ struct drm_device {
518 struct drm_minor *control; /**< Control node */ 518 struct drm_minor *control; /**< Control node */
519 struct drm_minor *primary; /**< Primary node */ 519 struct drm_minor *primary; /**< Primary node */
520 struct drm_minor *render; /**< Render node */ 520 struct drm_minor *render; /**< Render node */
521 bool registered;
521 522
522 /* currently active master for this device. Protected by master_mutex */ 523 /* currently active master for this device. Protected by master_mutex */
523 struct drm_master *master; 524 struct drm_master *master;