On Sat, 20 Jul 2019 at 09:46, Sam Ravnborg <[email protected]> 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_linux.h > > Signed-off-by: Sam Ravnborg <[email protected]> > Cc: Kevin Brace <[email protected]> > Cc: Thomas Hellstrom <[email protected]> > Cc: "Gustavo A. R. Silva" <[email protected]> > Cc: Mike Marshall <[email protected]> > Cc: Ira Weiny <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: Emil Velikov <[email protected]> > Cc: Michel Dänzer <[email protected]> > --- > drivers/gpu/drm/via/via_dma.c | 9 ++++++++- > drivers/gpu/drm/via/via_dmablit.c | 17 ++++++++++------- > drivers/gpu/drm/via/via_drv.c | 7 +++++-- > drivers/gpu/drm/via/via_irq.c | 8 +++++--- > drivers/gpu/drm/via/via_map.c | 6 +++++- > drivers/gpu/drm/via/via_mm.c | 7 ++++++- > drivers/gpu/drm/via/via_verifier.c | 10 +++++----- > drivers/gpu/drm/via/via_video.c | 5 +++-- > 8 files changed, 47 insertions(+), 22 deletions(-) > With the s/DRM_WAIT_ON/VIA_WAIT_ON/ bits moved to 2/4, this patch is
Reviewed-by: Emil Velikov <[email protected]> -Emil _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
