Re: [PATCH v1 0/4] drm/gma500: drop use of drmP.h

2019-05-20 Thread Patrik Jakobsson
On Mon, May 20, 2019 at 8:41 PM Daniel Vetter wrote: > > On Sun, May 19, 2019 at 03:51:05PM +0200, Sam Ravnborg wrote: > > The following patchset remove use of the deprecated drmP.h > > header file in the gma500 driver. > > As preparation an empty header file is removed and a dependency on > > drm

Re: [PATCH v1 0/4] drm/gma500: drop use of drmP.h

2019-05-20 Thread Daniel Vetter
On Sun, May 19, 2019 at 03:51:05PM +0200, Sam Ravnborg wrote: > The following patchset remove use of the deprecated drmP.h > header file in the gma500 driver. > As preparation an empty header file is removed and a dependency on > drm_os_linux.h is dropped. > The list of include files are sorted and

[PATCH v1 0/4] drm/gma500: drop use of drmP.h

2019-05-19 Thread Sam Ravnborg
The following patchset remove use of the deprecated drmP.h header file in the gma500 driver. As preparation an empty header file is removed and a dependency on drm_os_linux.h is dropped. The list of include files are sorted and is some cases divided up in blocks of linux/* drm/* etc. Build tested