Re: [Intel-gfx] [PATCH 06/14] drm: Extract drm_master_relase

2016-06-16 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 12:43:11PM +0100, Chris Wilson wrote: > On Tue, Jun 14, 2016 at 08:51:01PM +0200, Daniel Vetter wrote: > > Like with drm_master_open protect it with a check for primary_client > > to make it clear that this can't happen on render/control nodes. > > > > Signed-off-by: Daniel

Re: [Intel-gfx] [PATCH 06/14] drm: Extract drm_master_relase

2016-06-15 Thread Chris Wilson
On Tue, Jun 14, 2016 at 08:51:01PM +0200, Daniel Vetter wrote: > Like with drm_master_open protect it with a check for primary_client > to make it clear that this can't happen on render/control nodes. > > Signed-off-by: Daniel Vetter Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Intel Open

[Intel-gfx] [PATCH 06/14] drm: Extract drm_master_relase

2016-06-14 Thread Daniel Vetter
Like with drm_master_open protect it with a check for primary_client to make it clear that this can't happen on render/control nodes. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_auth.c | 37 + drivers/gpu/drm/drm_fops.c | 35 ++