Re: [Intel-gfx] [PATCH 09/24] drm: Extract drm_file.h

2017-03-09 Thread Daniel Vetter
On Wed, Mar 08, 2017 at 12:05:50PM -0300, Gustavo Padovan wrote: > 2017-03-08 Daniel Vetter : > > > I'm torn on whether drm_minor really should be here or somewhere else. > > Maybe with more clarity after untangling drmP.h more this is easier to > > decide, for now I've put a FIXME comment right n

Re: [Intel-gfx] [PATCH 09/24] drm: Extract drm_file.h

2017-03-08 Thread Gustavo Padovan
2017-03-08 Daniel Vetter : > I'm torn on whether drm_minor really should be here or somewhere else. > Maybe with more clarity after untangling drmP.h more this is easier to > decide, for now I've put a FIXME comment right next to it. Right now > we need struct drm_minor for the inline drm_file typ

[Intel-gfx] [PATCH 09/24] drm: Extract drm_file.h

2017-03-08 Thread Daniel Vetter
I'm torn on whether drm_minor really should be here or somewhere else. Maybe with more clarity after untangling drmP.h more this is easier to decide, for now I've put a FIXME comment right next to it. Right now we need struct drm_minor for the inline drm_file type helpers, and so it does kinda make