Re: [PATCH v2 4/4] drm/via: drop use of drmP.h

2019-07-22 Thread Emil Velikov
On Sat, 20 Jul 2019 at 09:46, Sam Ravnborg wrote: > > Drop use of the deprecated drmP.h header. > While touching the files divide include files in blocks > and sort the files alphabetically. > > v2: > - Replace all uses of DRM_WAIT_ON() with VIA_WAIT_ON() > and thus avoiding to pull in drm_os_li

[PATCH v2 4/4] drm/via: drop use of drmP.h

2019-07-20 Thread Sam Ravnborg
Drop use of the deprecated drmP.h header. While touching the files divide include files in blocks and sort the files alphabetically. v2: - Replace all uses of DRM_WAIT_ON() with VIA_WAIT_ON() and thus avoiding to pull in drm_os_linux.h Signed-off-by: Sam Ravnborg Cc: Kevin Brace Cc: Thomas He