[PATCH] drm: Restore drm_file->is_master

2014-08-08 Thread Dave Airlie
On 8 August 2014 02:00, David Herrmann wrote: > Hi > > On Thu, Aug 7, 2014 at 3:04 PM, Chris Wilson > wrote: >> Despite the claims of >> >> commit 48ba813701eb14b3008edefef4a0789b328e278c >> Author: David Herrmann >> Date: Tue Jul 22 18:46:09 2014 +0200 >> >> drm: drop redundant

[PATCH] drm: Restore drm_file->is_master

2014-08-07 Thread David Herrmann
Hi On Thu, Aug 7, 2014 at 3:04 PM, Chris Wilson wrote: > Despite the claims of > > commit 48ba813701eb14b3008edefef4a0789b328e278c > Author: David Herrmann > Date: Tue Jul 22 18:46:09 2014 +0200 > > drm: drop redundant drm_file->is_master > > drm_file->is_master is not synomous with

[PATCH] drm: Restore drm_file->is_master

2014-08-07 Thread Chris Wilson
Despite the claims of commit 48ba813701eb14b3008edefef4a0789b328e278c Author: David Herrmann Date: Tue Jul 22 18:46:09 2014 +0200 drm: drop redundant drm_file->is_master drm_file->is_master is not synomous with having drm_file->master == drm_file->minor->master. This is because