drm: Stow drivers for various chip families
authorFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 29 May 2012 21:12:15 +0000 (23:12 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 30 May 2012 20:15:11 +0000 (22:15 +0200)
commitc4a9e910ad587b96628b2317fd70953cb46eccad
treefe2d1063164ee3dab4479c514a7c1ff8bd236cd6
parent258ad0e4ed39d0c826df841276397d7d1c2365a3
drm: Stow drivers for various chip families

putting them into their own subdirectories in sys/dev/drm/

Inspired-by: David Shao's dflygsocdrm work
57 files changed:
sys/conf/files
sys/dev/drm/i915/Makefile
sys/dev/drm/i915/i915_dma.c [moved from sys/dev/drm/i915_dma.c with 99% similarity]
sys/dev/drm/i915/i915_drv.c [moved from sys/dev/drm/i915_drv.c with 99% similarity]
sys/dev/drm/i915/i915_drv.h [moved from sys/dev/drm/i915_drv.h with 99% similarity]
sys/dev/drm/i915/i915_irq.c [moved from sys/dev/drm/i915_irq.c with 99% similarity]
sys/dev/drm/i915/i915_mem.c [moved from sys/dev/drm/i915_mem.c with 99% similarity]
sys/dev/drm/i915/i915_reg.h [moved from sys/dev/drm/i915_reg.h with 100% similarity]
sys/dev/drm/i915/i915_suspend.c [moved from sys/dev/drm/i915_suspend.c with 99% similarity]
sys/dev/drm/mach64/Makefile
sys/dev/drm/mach64/mach64_dma.c [moved from sys/dev/drm/mach64_dma.c with 99% similarity]
sys/dev/drm/mach64/mach64_drv.c [moved from sys/dev/drm/mach64_drv.c with 99% similarity]
sys/dev/drm/mach64/mach64_drv.h [moved from sys/dev/drm/mach64_drv.h with 100% similarity]
sys/dev/drm/mach64/mach64_irq.c [moved from sys/dev/drm/mach64_irq.c with 99% similarity]
sys/dev/drm/mach64/mach64_state.c [moved from sys/dev/drm/mach64_state.c with 99% similarity]
sys/dev/drm/mga/Makefile
sys/dev/drm/mga/mga_dma.c [moved from sys/dev/drm/mga_dma.c with 99% similarity]
sys/dev/drm/mga/mga_drv.c [moved from sys/dev/drm/mga_drv.c with 99% similarity]
sys/dev/drm/mga/mga_drv.h [moved from sys/dev/drm/mga_drv.h with 100% similarity]
sys/dev/drm/mga/mga_irq.c [moved from sys/dev/drm/mga_irq.c with 99% similarity]
sys/dev/drm/mga/mga_state.c [moved from sys/dev/drm/mga_state.c with 99% similarity]
sys/dev/drm/mga/mga_ucode.h [moved from sys/dev/drm/mga_ucode.h with 100% similarity]
sys/dev/drm/mga/mga_warp.c [moved from sys/dev/drm/mga_warp.c with 99% similarity]
sys/dev/drm/r128/Makefile
sys/dev/drm/r128/r128_cce.c [moved from sys/dev/drm/r128_cce.c with 99% similarity]
sys/dev/drm/r128/r128_drv.c [moved from sys/dev/drm/r128_drv.c with 99% similarity]
sys/dev/drm/r128/r128_drv.h [moved from sys/dev/drm/r128_drv.h with 100% similarity]
sys/dev/drm/r128/r128_irq.c [moved from sys/dev/drm/r128_irq.c with 99% similarity]
sys/dev/drm/r128/r128_state.c [moved from sys/dev/drm/r128_state.c with 99% similarity]
sys/dev/drm/radeon/Makefile
sys/dev/drm/radeon/r300_cmdbuf.c [moved from sys/dev/drm/r300_cmdbuf.c with 99% similarity]
sys/dev/drm/radeon/r300_reg.h [moved from sys/dev/drm/r300_reg.h with 100% similarity]
sys/dev/drm/radeon/r600_blit.c [moved from sys/dev/drm/r600_blit.c with 99% similarity]
sys/dev/drm/radeon/r600_cp.c [moved from sys/dev/drm/r600_cp.c with 99% similarity]
sys/dev/drm/radeon/r600_microcode.h [moved from sys/dev/drm/r600_microcode.h with 100% similarity]
sys/dev/drm/radeon/radeon_cp.c [moved from sys/dev/drm/radeon_cp.c with 99% similarity]
sys/dev/drm/radeon/radeon_cs.c [moved from sys/dev/drm/radeon_cs.c with 99% similarity]
sys/dev/drm/radeon/radeon_drv.c [moved from sys/dev/drm/radeon_drv.c with 99% similarity]
sys/dev/drm/radeon/radeon_drv.h [moved from sys/dev/drm/radeon_drv.h with 100% similarity]
sys/dev/drm/radeon/radeon_irq.c [moved from sys/dev/drm/radeon_irq.c with 98% similarity]
sys/dev/drm/radeon/radeon_mem.c [moved from sys/dev/drm/radeon_mem.c with 99% similarity]
sys/dev/drm/radeon/radeon_microcode.h [moved from sys/dev/drm/radeon_microcode.h with 100% similarity]
sys/dev/drm/radeon/radeon_state.c [moved from sys/dev/drm/radeon_state.c with 99% similarity]
sys/dev/drm/savage/Makefile
sys/dev/drm/savage/savage_bci.c [moved from sys/dev/drm/savage_bci.c with 99% similarity]
sys/dev/drm/savage/savage_drv.c [moved from sys/dev/drm/savage_drv.c with 99% similarity]
sys/dev/drm/savage/savage_drv.h [moved from sys/dev/drm/savage_drv.h with 100% similarity]
sys/dev/drm/savage/savage_state.c [moved from sys/dev/drm/savage_state.c with 99% similarity]
sys/dev/drm/sis/Makefile
sys/dev/drm/sis/sis_drv.c [moved from sys/dev/drm/sis_drv.c with 99% similarity]
sys/dev/drm/sis/sis_drv.h [moved from sys/dev/drm/sis_drv.h with 98% similarity]
sys/dev/drm/sis/sis_ds.c [moved from sys/dev/drm/sis_ds.c with 99% similarity]
sys/dev/drm/sis/sis_ds.h [moved from sys/dev/drm/sis_ds.h with 100% similarity]
sys/dev/drm/sis/sis_mm.c [moved from sys/dev/drm/sis_mm.c with 99% similarity]
sys/dev/drm/tdfx/Makefile
sys/dev/drm/tdfx/tdfx_drv.c [moved from sys/dev/drm/tdfx_drv.c with 99% similarity]
sys/dev/drm/tdfx/tdfx_drv.h [moved from sys/dev/drm/tdfx_drv.h with 100% similarity]