summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-02 16:45:44 +1000
committerDave Airlie <airlied@redhat.com>2008-06-02 16:45:44 +1000
commit149b17311ad5f117e8f53a7a8cc032e369b95ed2 (patch)
treef3e42a300471992c34d308de63243932f4101190 /linux-core/drmP.h
parent50d3e5bd020d0b6877a5fef441408f16e31121cd (diff)
drm: initial mode object groups.
This creates a default group attached to the legacy drm minor nodes. It covers all the objects in the set. make set resources only return objects for this set. Need to fix up other functions to only work on objects in their allowed set.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 7c7e201a..11c01386 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -792,7 +792,7 @@ struct drm_minor {
struct drm_master *master; /* currently active master for this node */
struct list_head master_list;
- /* possibly needs a list of configured modesetting pieces */
+ struct drm_mode_group mode_group;
};