Re: [PATCH v1 32/33] drm/ast: drop use of drmP.h

2019-07-15 Thread Sam Ravnborg
On Sun, Jun 30, 2019 at 09:34:49AM +0200, Thomas Zimmermann wrote: > Acked-by: Thomas Zimmermann Thanks, applied. sam ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v1 32/33] drm/ast: drop use of drmP.h

2019-06-30 Thread Thomas Zimmermann
Acked-by: Thomas Zimmermann Am 30.06.19 um 08:19 schrieb Sam Ravnborg: > Drop use of the deprecated drmP.h header file. > While touching the files divide include files in blocks > and sort the include files in the individual blocks. > > Signed-off-by: Sam Ravnborg > Cc: Dave Airlie > Cc: Sam R

[PATCH v1 32/33] drm/ast: drop use of drmP.h

2019-06-29 Thread Sam Ravnborg
Drop use of the deprecated drmP.h header file. While touching the files divide include files in blocks and sort the include files in the individual blocks. Signed-off-by: Sam Ravnborg Cc: Dave Airlie Cc: Sam Ravnborg Cc: Thomas Zimmermann Cc: Gerd Hoffmann Cc: Alex Deucher Cc: Daniel Vetter