[PATCH 3/5] drm: Make control nodes master-less v2

2014-03-13 Thread David Herrmann
Hi On Thu, Mar 13, 2014 at 11:57 AM, Thomas Hellstrom wrote: > Like for render-nodes, there is no point in maintaining the master concept > for control nodes, so set the struct drm_file::master pointer to NULL. > > At the same time, make sure DRM_MASTER | DRM_CONTROL_ALLOW ioctls are always > all

[PATCH 3/5] drm: Make control nodes master-less v2

2014-03-13 Thread Thomas Hellstrom
Like for render-nodes, there is no point in maintaining the master concept for control nodes, so set the struct drm_file::master pointer to NULL. At the same time, make sure DRM_MASTER | DRM_CONTROL_ALLOW ioctls are always allowed when called through the control node. Previously the caller also ne