Home | History | Annotate | Download | only in drm

Lines Matching refs:drm_master

50  * &struct drm_master is used to track groups of clients with open
54 * no one else is the current master that time) there exists one &drm_master.
56 * to the &drm_master they are associated with.
58 * In addition only one &drm_master can be the current master for a &drm_device.
110 struct drm_master *drm_master_create(struct drm_device *dev)
112 struct drm_master *master;
150 struct drm_master *old_master;
278 struct drm_master *master = file_priv->master;
310 * client is allowed to run DRM_MASTER IOCTLs.
312 * Most of the modern IOCTL which require DRM_MASTER are for kernel modesetting
323 * @master: &struct drm_master
327 struct drm_master *drm_master_get(struct drm_master *master)
336 struct drm_master *master = container_of(kref, struct drm_master, refcount);
363 * @master: pointer to a pointer of &struct drm_master
365 * This decrements the &drm_master behind @master and sets it to NULL.
367 void drm_master_put(struct drm_master **master)