On Sat, Jul 16, 2022 at 08:17:41PM +0200, Sam Ravnborg wrote: > The rename is done to make it more obvious what is DRI1 drivers > and what is other type of legacy. > > Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> > --- > arch/powerpc/configs/pmac32_defconfig | 2 +- > arch/powerpc/configs/ppc6xx_defconfig | 2 +- > drivers/char/agp/Makefile | 2 +- > drivers/char/agp/agp.h | 2 +- > drivers/gpu/drm/Kconfig | 10 ++++----- > drivers/gpu/drm/Makefile | 6 ++--- > drivers/gpu/drm/drm_file.c | 4 ++-- > drivers/gpu/drm/drm_internal.h | 2 +- > drivers/gpu/drm/drm_ioc32.c | 12 +++++----- > drivers/gpu/drm/drm_ioctl.c | 2 +- > drivers/gpu/drm/drm_legacy.h | 32 +++++++++++++-------------- > drivers/gpu/drm/drm_pci.c | 4 ++-- > drivers/gpu/drm/drm_vblank.c | 8 +++---- > drivers/gpu/drm/drm_vm.c | 2 +- > include/drm/drm_auth.h | 2 +- > include/drm/drm_device.h | 2 +- > include/drm/drm_drv.h | 4 ++-- > include/drm/drm_file.h | 2 +- > include/drm/drm_legacy.h | 2 +- > 19 files changed, 51 insertions(+), 51 deletions(-) I missed two hits in Documentation/ will add them in v2. Sam