On Wed, Jun 05, 2019 at 06:47:44PM +0200, Daniel Vetter wrote: > On Wed, Jun 05, 2019 at 04:13:21PM +0200, Sam Ravnborg wrote: > > Drop use of the deprecated drmP.h header file. > > Replace it with relevant include files. > > Sort include files in files touched. > > > > Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> > > Cc: David Airlie <airlied@xxxxxxxx> > > Cc: Daniel Vetter <daniel@xxxxxxxx> > > On both patches: > > Reviewed-by: Daniel Vetter <daniel.vetter@xxxxxxxx> Thanks, pushed to drm-misc-next. Still a long way to go: $ cd drivers/gpu/drm $ git grep drmP | wc -l 492 So who is it that today uses drmP - list the 15 largest users: (There are likely smarter ways to count it, but this works for me) $ git grep drmP | cut -d '/' -f 1 | uniq -c | sort -n | tail -n 15 8 arm 8 via 8 xen 9 udl 10 virtio 11 meson 12 mediatek 13 vmwgfx 15 rockchip 16 sti 18 sun4i 24 exynos 27 nouveau 103 radeon 110 amd nouveau is already done, pending merge from their tree. sti and exynos awaits review feedback. So this is another 67 uses gone. When insanity hits me again I will try to focus on the unmaintained parts. Assuming someone else care about the maintained parts and will follow the example. Sam _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel