]> git.karo-electronics.de Git - linux-beck.git/commit
drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)
authorBen Skeggs <bskeggs@redhat.com>
Tue, 13 Jan 2015 12:13:14 +0000 (22:13 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 22 Jan 2015 02:15:10 +0000 (12:15 +1000)
commitc39f472e9f14e49a9bc091977ced0ec45fc00c57
tree75af3291cccda2482913cc0044888a8a86f4841b
parent055a65d5987a7f246c3fc2297158286882dbdbcf
drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)

The symlinks were annoying some people, and they're not used anywhere
else in the kernel tree.  The include directory structure has been
changed so that symlinks aren't needed anymore.

NVKM has been moved from core/ to nvkm/ to make it more obvious as to
what the directory is for, and as some minor prep for when NVKM gets
split out into its own module (virt) at a later date.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
609 files changed:
drivers/gpu/drm/nouveau/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/Makefile [deleted file]
drivers/gpu/drm/nouveau/core/include/nvif/class.h [deleted symlink]
drivers/gpu/drm/nouveau/core/include/nvif/event.h [deleted symlink]
drivers/gpu/drm/nouveau/core/include/nvif/ioctl.h [deleted symlink]
drivers/gpu/drm/nouveau/core/include/nvif/unpack.h [deleted symlink]
drivers/gpu/drm/nouveau/dispnv04/Kbuild [moved from drivers/gpu/drm/nouveau/dispnv04/Makefile with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/class.h [moved from drivers/gpu/drm/nouveau/nvif/class.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/client.h [moved from drivers/gpu/drm/nouveau/nvif/client.h with 97% similarity]
drivers/gpu/drm/nouveau/include/nvif/device.h [moved from drivers/gpu/drm/nouveau/nvif/device.h with 97% similarity]
drivers/gpu/drm/nouveau/include/nvif/driver.h [moved from drivers/gpu/drm/nouveau/nvif/driver.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/event.h [moved from drivers/gpu/drm/nouveau/nvif/event.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/ioctl.h [moved from drivers/gpu/drm/nouveau/nvif/ioctl.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/list.h [moved from drivers/gpu/drm/nouveau/nvif/list.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/notify.h [moved from drivers/gpu/drm/nouveau/nvif/notify.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/object.h [moved from drivers/gpu/drm/nouveau/nvif/object.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/os.h [moved from drivers/gpu/drm/nouveau/core/os.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvif/unpack.h [moved from drivers/gpu/drm/nouveau/nvif/unpack.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/client.h [moved from drivers/gpu/drm/nouveau/core/include/core/client.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/debug.h [moved from drivers/gpu/drm/nouveau/core/include/core/debug.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/device.h [moved from drivers/gpu/drm/nouveau/core/include/core/device.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/engctx.h [moved from drivers/gpu/drm/nouveau/core/include/core/engctx.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/engine.h [moved from drivers/gpu/drm/nouveau/core/include/core/engine.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/enum.h [moved from drivers/gpu/drm/nouveau/core/include/core/enum.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/event.h [moved from drivers/gpu/drm/nouveau/core/include/core/event.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/gpuobj.h [moved from drivers/gpu/drm/nouveau/core/include/core/gpuobj.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/handle.h [moved from drivers/gpu/drm/nouveau/core/include/core/handle.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/ioctl.h [moved from drivers/gpu/drm/nouveau/core/include/core/ioctl.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/mm.h [moved from drivers/gpu/drm/nouveau/core/include/core/mm.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/namedb.h [moved from drivers/gpu/drm/nouveau/core/include/core/namedb.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/notify.h [moved from drivers/gpu/drm/nouveau/core/include/core/notify.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/object.h [moved from drivers/gpu/drm/nouveau/core/include/core/object.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/option.h [moved from drivers/gpu/drm/nouveau/core/include/core/option.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/os.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/include/nvkm/core/parent.h [moved from drivers/gpu/drm/nouveau/core/include/core/parent.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/printk.h [moved from drivers/gpu/drm/nouveau/core/include/core/printk.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/ramht.h [moved from drivers/gpu/drm/nouveau/core/include/core/ramht.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h [moved from drivers/gpu/drm/nouveau/core/include/core/subdev.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/bsp.h [moved from drivers/gpu/drm/nouveau/core/include/engine/bsp.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/copy.h [moved from drivers/gpu/drm/nouveau/core/include/engine/copy.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/crypt.h [moved from drivers/gpu/drm/nouveau/core/include/engine/crypt.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/device.h [moved from drivers/gpu/drm/nouveau/core/include/engine/device.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h [moved from drivers/gpu/drm/nouveau/core/include/engine/disp.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/dmaobj.h [moved from drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/falcon.h [moved from drivers/gpu/drm/nouveau/core/include/engine/falcon.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h [moved from drivers/gpu/drm/nouveau/core/include/engine/fifo.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/graph.h [moved from drivers/gpu/drm/nouveau/core/include/engine/graph.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/mpeg.h [moved from drivers/gpu/drm/nouveau/core/include/engine/mpeg.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/perfmon.h [moved from drivers/gpu/drm/nouveau/core/include/engine/perfmon.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/ppp.h [moved from drivers/gpu/drm/nouveau/core/include/engine/ppp.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/software.h [moved from drivers/gpu/drm/nouveau/core/include/engine/software.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/vp.h [moved from drivers/gpu/drm/nouveau/core/include/engine/vp.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/engine/xtensa.h [moved from drivers/gpu/drm/nouveau/core/include/engine/xtensa.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bar.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bar.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0203.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/M0203.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0205.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/M0205.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0209.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/M0209.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/P0260.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/P0260.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/bit.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/bit.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/bmp.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/bmp.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/boost.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/boost.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/conn.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/conn.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/cstep.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/cstep.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dcb.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/dcb.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/disp.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/disp.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dp.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/dp.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/extdev.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/extdev.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/fan.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/gpio.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/gpio.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/i2c.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/i2c.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/image.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/image.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/init.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/mxm.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/mxm.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/npde.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/npde.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pcir.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/pcir.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/perf.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/perf.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pll.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/pll.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pmu.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/pmu.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ramcfg.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/ramcfg.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/rammap.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/rammap.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/therm.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/timing.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/timing.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/vmap.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/vmap.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/volt.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/volt.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/xpio.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bios/xpio.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/bus.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/bus.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/clock.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/clock.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/devinit.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/devinit.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/fb.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/fuse.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/fuse.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/gpio.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/i2c.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/ibus.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/ibus.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/instmem.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/instmem.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/ltc.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/ltc.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/mc.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/mc.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/mxm.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/mxm.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/pwr.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/pwr.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/therm.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/timer.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/vga.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/vga.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/vm.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/vm.h with 100% similarity]
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/volt.h with 100% similarity]
drivers/gpu/drm/nouveau/nouveau_ttm.c
drivers/gpu/drm/nouveau/nvif/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvif/client.c
drivers/gpu/drm/nouveau/nvif/device.c
drivers/gpu/drm/nouveau/nvif/object.c
drivers/gpu/drm/nouveau/nvif/os.h [deleted symlink]
drivers/gpu/drm/nouveau/nvkm/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/core/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/core/client.c [moved from drivers/gpu/drm/nouveau/core/core/client.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/engctx.c [moved from drivers/gpu/drm/nouveau/core/core/engctx.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/engine.c [moved from drivers/gpu/drm/nouveau/core/core/engine.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/enum.c [moved from drivers/gpu/drm/nouveau/core/core/enum.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/event.c [moved from drivers/gpu/drm/nouveau/core/core/event.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c [moved from drivers/gpu/drm/nouveau/core/core/gpuobj.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/handle.c [moved from drivers/gpu/drm/nouveau/core/core/handle.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/ioctl.c [moved from drivers/gpu/drm/nouveau/core/core/ioctl.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/mm.c [moved from drivers/gpu/drm/nouveau/core/core/mm.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/namedb.c [moved from drivers/gpu/drm/nouveau/core/core/namedb.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/notify.c [moved from drivers/gpu/drm/nouveau/core/core/notify.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/object.c [moved from drivers/gpu/drm/nouveau/core/core/object.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/option.c [moved from drivers/gpu/drm/nouveau/core/core/option.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/parent.c [moved from drivers/gpu/drm/nouveau/core/core/parent.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/printk.c [moved from drivers/gpu/drm/nouveau/core/core/printk.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/ramht.c [moved from drivers/gpu/drm/nouveau/core/core/ramht.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/core/subdev.c [moved from drivers/gpu/drm/nouveau/core/core/subdev.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/bsp/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/bsp/nv84.c [moved from drivers/gpu/drm/nouveau/core/engine/bsp/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/bsp/nv98.c [moved from drivers/gpu/drm/nouveau/core/engine/bsp/nv98.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/bsp/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/bsp/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/bsp/nve0.c [moved from drivers/gpu/drm/nouveau/core/engine/bsp/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/copy/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/copy/fuc/com.fuc [moved from drivers/gpu/drm/nouveau/core/engine/copy/fuc/nva3.fuc with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/copy/fuc/nva3.fuc3 [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/copy/fuc/nva3.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/copy/fuc/nva3.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/copy/fuc/nvc0.fuc3 [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/copy/fuc/nvc0.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/copy/fuc/nvc0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/copy/nva3.c [moved from drivers/gpu/drm/nouveau/core/engine/copy/nva3.c with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/copy/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/copy/nvc0.c with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/copy/nve0.c [moved from drivers/gpu/drm/nouveau/core/engine/copy/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/crypt/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/crypt/fuc/nv98.fuc0s [moved from drivers/gpu/drm/nouveau/core/engine/crypt/fuc/nv98.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/crypt/fuc/nv98.fuc0s.h [moved from drivers/gpu/drm/nouveau/core/engine/crypt/fuc/nv98.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/crypt/nv84.c [moved from drivers/gpu/drm/nouveau/core/engine/crypt/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/crypt/nv98.c [moved from drivers/gpu/drm/nouveau/core/engine/crypt/nv98.c with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/device/acpi.c [moved from drivers/gpu/drm/nouveau/core/engine/device/acpi.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/acpi.h [moved from drivers/gpu/drm/nouveau/core/engine/device/acpi.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c [moved from drivers/gpu/drm/nouveau/core/engine/device/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c [moved from drivers/gpu/drm/nouveau/core/engine/device/ctrl.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c [moved from drivers/gpu/drm/nouveau/core/engine/device/gm100.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/nv04.c [moved from drivers/gpu/drm/nouveau/core/engine/device/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/nv10.c [moved from drivers/gpu/drm/nouveau/core/engine/device/nv10.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/nv20.c [moved from drivers/gpu/drm/nouveau/core/engine/device/nv20.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c [moved from drivers/gpu/drm/nouveau/core/engine/device/nv30.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/nv40.c [moved from drivers/gpu/drm/nouveau/core/engine/device/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c [moved from drivers/gpu/drm/nouveau/core/engine/device/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/device/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/nve0.c [moved from drivers/gpu/drm/nouveau/core/engine/device/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/priv.h [moved from drivers/gpu/drm/nouveau/core/engine/device/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/conn.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.h [moved from drivers/gpu/drm/nouveau/core/engine/disp/conn.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/dport.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.h [moved from drivers/gpu/drm/nouveau/core/engine/disp/dport.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/gm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/gm204.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/gm204.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdanva3.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/hdanva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdanvd0.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/hdanvd0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdminv84.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/hdminv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdminva3.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/hdminva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdminvd0.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/hdminvd0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdminve0.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/hdminve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.h [moved from drivers/gpu/drm/nouveau/core/engine/disp/nv50.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv84.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv94.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nv94.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nva0.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nva0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nva3.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nvd0.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nvd0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nve0.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nvf0.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/nvf0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/outp.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h [moved from drivers/gpu/drm/nouveau/core/engine/disp/outp.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/outpdp.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.h [moved from drivers/gpu/drm/nouveau/core/engine/disp/outpdp.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/piornv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/priv.h [moved from drivers/gpu/drm/nouveau/core/engine/disp/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgm204.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/sorgm204.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/sornv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv94.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/sornv94.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/sornvd0.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/sornvd0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/vga.c [moved from drivers/gpu/drm/nouveau/core/engine/disp/vga.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/base.c [moved from drivers/gpu/drm/nouveau/core/engine/dmaobj/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/nv04.c [moved from drivers/gpu/drm/nouveau/core/engine/dmaobj/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/nv50.c [moved from drivers/gpu/drm/nouveau/core/engine/dmaobj/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/dmaobj/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/nvd0.c [moved from drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/priv.h [moved from drivers/gpu/drm/nouveau/core/engine/dmaobj/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/falcon.c [moved from drivers/gpu/drm/nouveau/core/engine/falcon.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk20a.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.h [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv10.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv10.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv108.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv108.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv17.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv17.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.h [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv50.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv84.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nve0.c [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nve0.h [moved from drivers/gpu/drm/nouveau/core/engine/fifo/nve0.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctx.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctx.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxgk110b.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxgk110b.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxgk20a.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxgk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxgm107.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxgm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnv108.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnv108.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnv40.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnv50.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnvc0.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc0.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnvc1.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc1.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnvc4.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc4.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnvc8.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc8.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnvd7.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnvd7.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnvd9.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnvd9.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnve4.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnve4.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/ctxnvf0.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/ctxnvf0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/com.fuc [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/com.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpc.fuc [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpc.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcgm107.fuc5 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcgm107.fuc5 with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcgm107.fuc5.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcgm107.fuc5.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnv108.fuc5 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnv108.fuc5 with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnv108.fuc5.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnv108.fuc5.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnvc0.fuc3 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvc0.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnvc0.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvc0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnvd7.fuc3 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvd7.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnvd7.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvd7.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnve0.fuc3 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnve0.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnve0.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnve0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnvf0.fuc3 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvf0.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/gpcnvf0.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvf0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hub.fuc [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hub.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubgm107.fuc5 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubgm107.fuc5 with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubgm107.fuc5.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubgm107.fuc5.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnv108.fuc5 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnv108.fuc5 with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnv108.fuc5.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnv108.fuc5.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnvc0.fuc3 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvc0.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnvc0.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvc0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnvd7.fuc3 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvd7.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnvd7.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvd7.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnve0.fuc3 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnve0.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnve0.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnve0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnvf0.fuc3 [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvf0.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/hubnvf0.fuc3.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/hubnvf0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/macros.fuc [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/macros.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/fuc/os.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/fuc/os.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/gk110b.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/gk110b.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/gk20a.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/gm107.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/gm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv04.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv10.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv10.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv108.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv108.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv20.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv20.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv20.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv20.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv25.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv25.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv2a.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv2a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv30.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv30.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv34.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv34.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv35.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv35.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv40.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv40.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv40.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv50.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nv50.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/nv50.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nvc0.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nvc1.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nvc1.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nvc4.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nvc4.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nvc8.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nvc8.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nvd7.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nvd7.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nvd9.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nvd9.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nve4.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nve4.c with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/nvf0.c [moved from drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/graph/regs.h [moved from drivers/gpu/drm/nouveau/core/engine/graph/regs.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c [moved from drivers/gpu/drm/nouveau/core/engine/mpeg/nv31.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.h [moved from drivers/gpu/drm/nouveau/core/engine/mpeg/nv31.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv40.c [moved from drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c [moved from drivers/gpu/drm/nouveau/core/engine/mpeg/nv44.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c [moved from drivers/gpu/drm/nouveau/core/engine/mpeg/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv84.c [moved from drivers/gpu/drm/nouveau/core/engine/mpeg/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/base.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/daemon.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/daemon.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nv40.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nv40.h [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nv40.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nv50.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nv84.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nva3.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nvc0.h [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nvc0.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nve0.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/nvf0.c [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/nvf0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/perfmon/priv.h [moved from drivers/gpu/drm/nouveau/core/engine/perfmon/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/ppp/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/ppp/nv98.c [moved from drivers/gpu/drm/nouveau/core/engine/ppp/nv98.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/ppp/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/ppp/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/software/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/software/nv04.c [moved from drivers/gpu/drm/nouveau/core/engine/software/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/software/nv10.c [moved from drivers/gpu/drm/nouveau/core/engine/software/nv10.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/software/nv50.c [moved from drivers/gpu/drm/nouveau/core/engine/software/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/software/nv50.h [moved from drivers/gpu/drm/nouveau/core/engine/software/nv50.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/software/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/software/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/vp/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/vp/nv84.c [moved from drivers/gpu/drm/nouveau/core/engine/vp/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/vp/nv98.c [moved from drivers/gpu/drm/nouveau/core/engine/vp/nv98.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/vp/nvc0.c [moved from drivers/gpu/drm/nouveau/core/engine/vp/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/vp/nve0.c [moved from drivers/gpu/drm/nouveau/core/engine/vp/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c [moved from drivers/gpu/drm/nouveau/core/engine/xtensa.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/bar/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/bar/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/bar/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bar/gk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/bar/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/bar/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bar/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/bar/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bar/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/bar/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/M0203.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/M0205.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/M0209.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/P0260.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/bit.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/bit.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/boost.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/conn.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/cstep.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/dcb.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/disp.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/dp.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/extdev.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/fan.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/gpio.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/i2c.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/image.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/init.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/mxm.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/npde.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/pcir.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/pcir.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/perf.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/pll.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/pmu.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/bios/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/ramcfg.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/rammap.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/shadow.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/shadowacpi.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowof.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/shadowof.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/shadowpci.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowramin.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/shadowramin.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowrom.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/shadowrom.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/therm.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/timing.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/vmap.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/volt.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bios/xpio.c [moved from drivers/gpu/drm/nouveau/core/subdev/bios/xpio.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c [moved from drivers/gpu/drm/nouveau/core/subdev/bus/hwsq.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.h [moved from drivers/gpu/drm/nouveau/core/subdev/bus/hwsq.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/bus/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.h [moved from drivers/gpu/drm/nouveau/core/subdev/bus/nv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv31.c [moved from drivers/gpu/drm/nouveau/core/subdev/bus/nv31.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/bus/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv94.c [moved from drivers/gpu/drm/nouveau/core/subdev/bus/nv94.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/bus/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/bus/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/gk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nv40.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nv50.h [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nv50.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nv84.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nva3.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nva3.h [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nva3.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nvaa.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/nve0.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/pll.h [moved from drivers/gpu/drm/nouveau/core/subdev/clock/pll.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/pllnv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/pllnv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/pllnva3.c [moved from drivers/gpu/drm/nouveau/core/subdev/clock/pllnva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/clock/seq.h [moved from drivers/gpu/drm/nouveau/core/subdev/clock/seq.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/fbmem.h [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/fbmem.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm107.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/gm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm204.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/gm204.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.h [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv05.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv05.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv10.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv10.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv1a.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv1a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv20.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv20.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.h [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv50.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv84.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv98.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nv98.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nva3.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nvaf.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nvaf.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/devinit/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr3.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/gddr3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/gddr5.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/gm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.h [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv10.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv10.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv1a.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv1a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv20.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv20.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv25.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv25.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv30.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv35.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv35.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv36.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv36.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv40.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv40.h [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv40.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv41.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv41.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv44.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv44.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv46.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv46.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv47.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv47.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv49.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv49.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv4e.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv4e.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.h [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv50.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv84.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nva3.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nvaa.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nvaa.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nvaf.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nvaf.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nvc0.h [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nvc0.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nve0.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/fb/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramfuc.h [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramfuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramgk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm107.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramgm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv10.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv1a.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv1a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv20.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv41.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv44.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv49.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv4e.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv4e.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnva3.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnvaa.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnvaa.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnve0.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramnve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramseq.h [moved from drivers/gpu/drm/nouveau/core/subdev/fb/ramseq.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/regsnv04.h [moved from drivers/gpu/drm/nouveau/core/include/subdev/fb/regsnv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr2.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/sddr2.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr3.c [moved from drivers/gpu/drm/nouveau/core/subdev/fb/sddr3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/fuse/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/g80.c [moved from drivers/gpu/drm/nouveau/core/subdev/fuse/g80.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gf100.c [moved from drivers/gpu/drm/nouveau/core/subdev/fuse/gf100.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gm107.c [moved from drivers/gpu/drm/nouveau/core/subdev/fuse/gm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/fuse/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/fuse/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/gpio/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.c [moved from drivers/gpu/drm/nouveau/core/subdev/gpio/nv10.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/gpio/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv94.c [moved from drivers/gpu/drm/nouveau/core/subdev/gpio/nv94.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nvd0.c [moved from drivers/gpu/drm/nouveau/core/subdev/gpio/nvd0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nve0.c [moved from drivers/gpu/drm/nouveau/core/subdev/gpio/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/gpio/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/anx9805.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bit.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/bit.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gf117.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/gf117.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm204.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/gm204.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv4e.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/nv4e.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv50.h [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/nv50.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv94.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nvd0.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/nvd0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nve0.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/pad.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.h [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/pad.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgm204.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/padgm204.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/padnv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv94.c [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/padnv94.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/port.h [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/port.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/i2c/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/ibus/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/ibus/gk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/ibus/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/ibus/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/ibus/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/ibus/nve0.c [moved from drivers/gpu/drm/nouveau/core/subdev/ibus/nve0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/instmem/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/instmem/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv04.h [moved from drivers/gpu/drm/nouveau/core/subdev/instmem/nv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv40.c [moved from drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/instmem/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/instmem/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/ltc/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c [moved from drivers/gpu/drm/nouveau/core/subdev/ltc/gf100.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gk104.c [moved from drivers/gpu/drm/nouveau/core/subdev/ltc/gk104.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c [moved from drivers/gpu/drm/nouveau/core/subdev/ltc/gm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/ltc/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.h [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv40.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv44.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nv44.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv4c.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nv4c.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv94.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nv94.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv98.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nv98.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nvc3.c [moved from drivers/gpu/drm/nouveau/core/subdev/mc/nvc3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mc/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/mc/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/mxm/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c [moved from drivers/gpu/drm/nouveau/core/subdev/mxm/mxms.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.h [moved from drivers/gpu/drm/nouveau/core/subdev/mxm/mxms.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/mxm/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/arith.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/arith.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/host.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/host.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/i2c_.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/i2c_.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/idle.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/idle.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/kernel.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/kernel.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/macros.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/macros.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/memx.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/memx.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nv108.fuc5 [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/nv108.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nv108.fuc5.h [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/nv108.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nva3.fuc3 [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/nva3.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nva3.fuc3.h [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/nva3.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nvc0.fuc3 [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/nvc0.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nvc0.fuc3.h [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/nvc0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nvd0.fuc4 [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/nvd0.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nvd0.fuc4.h [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/nvd0.fuc.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/os.h [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/os.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/perf.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/perf.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/test.fuc [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/test.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/gk104.c [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/gk104.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/gk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/memx.c [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/memx.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/nv108.c [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/nv108.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/nva3.c [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/nva3.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/nvc0.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/nvd0.c [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/nvd0.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/pwr/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/fan.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/fannil.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/fannil.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/fanpwm.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/fantog.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gm107.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/gm107.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/ic.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/nv40.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv84.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/nv84.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/nva3.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/nva3.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/nvd0.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/therm/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c [moved from drivers/gpu/drm/nouveau/core/subdev/therm/temp.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/timer/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/timer/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/timer/gk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/timer/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/timer/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.h [moved from drivers/gpu/drm/nouveau/core/subdev/timer/nv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/timer/priv.h [moved from drivers/gpu/drm/nouveau/core/subdev/timer/priv.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/vm/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/vm/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/vm/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/vm/nv04.c [moved from drivers/gpu/drm/nouveau/core/subdev/vm/nv04.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/vm/nv04.h [moved from drivers/gpu/drm/nouveau/core/subdev/vm/nv04.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/vm/nv41.c [moved from drivers/gpu/drm/nouveau/core/subdev/vm/nv41.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/vm/nv44.c [moved from drivers/gpu/drm/nouveau/core/subdev/vm/nv44.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/vm/nv50.c [moved from drivers/gpu/drm/nouveau/core/subdev/vm/nv50.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/vm/nvc0.c [moved from drivers/gpu/drm/nouveau/core/subdev/vm/nvc0.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c [moved from drivers/gpu/drm/nouveau/core/subdev/volt/base.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c [moved from drivers/gpu/drm/nouveau/core/subdev/volt/gk20a.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c [moved from drivers/gpu/drm/nouveau/core/subdev/volt/gpio.c with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c [moved from drivers/gpu/drm/nouveau/core/subdev/volt/nv40.c with 100% similarity]