Re: [PATCH v1 0/6] drm: make headers self-contained

2019-05-20 Thread Sam Ravnborg
Hi Daniel. On Mon, May 20, 2019 at 08:45:26PM +0200, Daniel Vetter wrote: > On Sun, May 19, 2019 at 04:20:30PM +0200, Sam Ravnborg wrote: > > While removing use of drmP.h from files in drm/* I > > noticed that I had to add the same include files due to > > build errors in the header files. > > >

Re: [PATCH v1 0/6] drm: make headers self-contained

2019-05-20 Thread Daniel Vetter
On Sun, May 19, 2019 at 04:20:30PM +0200, Sam Ravnborg wrote: > While removing use of drmP.h from files in drm/* I > noticed that I had to add the same include files due to > build errors in the header files. > > It is better to let the header files include what is necessary > and let the users pu

[PATCH v1 0/6] drm: make headers self-contained

2019-05-19 Thread Sam Ravnborg
While removing use of drmP.h from files in drm/* I noticed that I had to add the same include files due to build errors in the header files. It is better to let the header files include what is necessary and let the users pull in only the additional headers files required. So I went ahead and made