[Intel-gfx] [PATCH 04/14] drm: Move master functions into drm_auth.c

2016-06-15 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 12:31:20PM +0100, Chris Wilson wrote: > On Tue, Jun 14, 2016 at 08:50:59PM +0200, Daniel Vetter wrote: > > For modern drivers pretty much the only thing drm_master does is > > handling authentication for the primary/legacy drm_minor node. Instead > > of having it all over dr

[Intel-gfx] [PATCH 04/14] drm: Move master functions into drm_auth.c

2016-06-15 Thread Chris Wilson
On Tue, Jun 14, 2016 at 08:50:59PM +0200, Daniel Vetter wrote: > For modern drivers pretty much the only thing drm_master does is > handling authentication for the primary/legacy drm_minor node. Instead > of having it all over drm files, move it all together into drm_auth.c. > > This patch just do