Subversion Repositories Kolibri OS

Rev

Rev 6102 | Rev 6659 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6102 Rev 6336
Line 316... Line 316...
316
	 * in the plane list
316
	 * in the plane list
317
	 */
317
	 */
318
	unsigned universal_planes:1;
318
	unsigned universal_planes:1;
319
	/* true if client understands atomic properties */
319
	/* true if client understands atomic properties */
320
	unsigned atomic:1;
320
	unsigned atomic:1;
-
 
321
	/*
-
 
322
	 * This client is allowed to gain master privileges for @master.
-
 
323
	 * Protected by struct drm_device::master_mutex.
-
 
324
	 */
-
 
325
	unsigned allowed_master:1;
321
	struct list_head lhead;
326
	struct list_head lhead;
322
	struct drm_minor *minor;
327
	struct drm_minor *minor;
323
	unsigned long lock_count;
328
	unsigned long lock_count;
Line 324... Line 329...
324
 
329