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
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