Re: [PATCH v1] drm/etnaviv: drop use of drmP.h

2019-07-04 Thread Lucas Stach
Hi Sam. Am Sonntag, den 30.06.2019, 07:21 +0200 schrieb Sam Ravnborg: > Drop use of the deprecated drmP.h header file. > Fix fallout in all .c files. > > The etnaviv_drv.h header file was made self-contained, > and missing includes was then added to the .c files that needed them. > In a few cases

[PATCH v1] drm/etnaviv: drop use of drmP.h

2019-06-29 Thread Sam Ravnborg
Drop use of the deprecated drmP.h header file. Fix fallout in all .c files. The etnaviv_drv.h header file was made self-contained, and missing includes was then added to the .c files that needed them. In a few cases the list of include files was sorted. Signed-off-by: Sam Ravnborg Cc: Lucas Stac