[Intel-gfx] [PATCH 08/14] drm: Move authmagic cleanup into drm_master_release

2016-06-15 Thread Chris Wilson
On Tue, Jun 14, 2016 at 08:51:03PM +0200, Daniel Vetter wrote: > It's related, and soon authmagic will also use the master_mutex. > > There is an ever-so-slightly semantic change here: > - authmagic will only be cleaned up for primary_client drm_minors. But > it's impossible to create authmagic

[PATCH 08/14] drm: Move authmagic cleanup into drm_master_release

2016-06-14 Thread Daniel Vetter
It's related, and soon authmagic will also use the master_mutex. There is an ever-so-slightly semantic change here: - authmagic will only be cleaned up for primary_client drm_minors. But it's impossible to create authmagic on render/control nodes, so this is fine. - The cleanup is moved down a