Home
last modified time | relevance | path

Searched defs:drm_master (Results 1 – 1 of 1) sorted by relevance

/include/drm/
DdrmP.h682 struct drm_master { struct
684 struct kref refcount; /* refcount for this master */
686 struct list_head head; /**< each minor contains a list of masters */
687 struct drm_minor *minor; /**< link back to minor we are a master for */
689 char *unique; /**< Unique identifier: e.g., busid */
690 int unique_len; /**< Length of unique field */
691 int unique_size; /**< amount allocated */
693 int blocked; /**< Blocked due to VC switch? */
697 struct drm_open_hash magiclist;
698 struct list_head magicfree;
[all …]