Re: [PATCH v2 0/14] drm: minimize drmP.h dependencies

2019-01-01 Thread Randy Dunlap
On 12/30/18 11:08 AM, Sam Ravnborg wrote: > On Sun, Dec 30, 2018 at 06:48:24PM +0100, Sam Ravnborg wrote: >> The goal with this small series > > The series should have been a reply to this cover letter, > but my tooling lost me - sorry! > > Sam > Hi Sam, And the $subjects that say "reply

Re: [PATCH v2 0/14] drm: minimize drmP.h dependencies

2018-12-30 Thread Sam Ravnborg
> Hi Sam, > > And the $subjects that say "reply" should say "rely" I think. Yep, fixed. Will be part of v3. Thanks, Sam ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v2 0/14] drm: minimize drmP.h dependencies

2018-12-30 Thread Sam Ravnborg
On Sun, Dec 30, 2018 at 06:48:24PM +0100, Sam Ravnborg wrote: > The goal with this small series The series should have been a reply to this cover letter, but my tooling lost me - sorry! Sam ___ dri-devel mailing list dri-devel@lists.freedesktop.

[PATCH v2 0/14] drm: minimize drmP.h dependencies

2018-12-30 Thread Sam Ravnborg
The goal with this small series is to remove the last bits that prevents us from removing drmP.h driver-by-driver or file by file. - drmP.h is now stripped down to include files and forward declarations. - All header files in include/drm/ no longer include drmP.h. The series was made on top of dr