First check in for DRM that splits core from personality modules
authorJon Smirl <jonsmirl@yahoo.com>
Mon, 27 Sep 2004 19:51:38 +0000 (19:51 +0000)
committerJon Smirl <jonsmirl@yahoo.com>
Mon, 27 Sep 2004 19:51:38 +0000 (19:51 +0000)
commitfa6b1d129e7bf8acf41e66c9c665ae9f9c1d5b0d
treec0b8605f134c4fe96a78f5b30644d25ac5ebcdf9
parent77fa7b9548bf7a5bf5e49515f1a478c27ede07a7
First check in for DRM that splits core from personality modules
117 files changed:
linux-core/Makefile
linux-core/Makefile.kernel
linux-core/ati_pcigart.c
linux-core/drmP.h
linux-core/drm_agpsupport.c
linux-core/drm_auth.c
linux-core/drm_bufs.c
linux-core/drm_context.c
linux-core/drm_core.h
linux-core/drm_dma.c
linux-core/drm_drawable.c
linux-core/drm_drv.c
linux-core/drm_fops.c
linux-core/drm_init.c
linux-core/drm_ioctl.c
linux-core/drm_irq.c
linux-core/drm_lock.c
linux-core/drm_memory.h
linux-core/drm_pci.c
linux-core/drm_proc.c
linux-core/drm_scatter.c
linux-core/drm_stub.c
linux-core/drm_sysfs.c
linux-core/drm_vm.c
linux-core/ffb_context.c
linux-core/ffb_drv.c
linux-core/ffb_drv.h
linux-core/i810_dma.c
linux-core/i810_drm.h
linux-core/i810_drv.c
linux-core/i810_drv.h
linux-core/i830_dma.c
linux-core/i830_drm.h
linux-core/i830_drv.c
linux-core/i830_drv.h
linux-core/i830_irq.c
linux-core/i915_drv.c
linux-core/mach64_drv.c
linux-core/mga_drv.c
linux-core/r128_drv.c
linux-core/radeon_drv.c
linux-core/radeon_i2c.c
linux-core/savage_dma.c
linux-core/savage_drv.c
linux-core/savage_drv.h
linux-core/sis_drv.c
linux-core/tdfx_drv.c
shared-core/i915_dma.c
shared-core/i915_drm.h
shared-core/i915_drv.h
shared-core/i915_irq.c
shared-core/i915_mem.c
shared-core/mach64_dma.c
shared-core/mach64_drv.h
shared-core/mach64_irq.c
shared-core/mach64_state.c
shared-core/mga_dma.c
shared-core/mga_drv.h
shared-core/mga_irq.c
shared-core/mga_state.c
shared-core/mga_warp.c
shared-core/r128_cce.c
shared-core/r128_drv.h
shared-core/r128_irq.c
shared-core/r128_state.c
shared-core/radeon_cp.c
shared-core/radeon_drv.h
shared-core/radeon_irq.c
shared-core/radeon_mem.c
shared-core/radeon_state.c
shared-core/sis_drm.h
shared-core/sis_drv.h
shared-core/sis_ds.c
shared-core/sis_mm.c
shared-core/via_dma.c
shared-core/via_drm.h
shared-core/via_drv.c
shared-core/via_ds.c
shared-core/via_ds.h
shared-core/via_irq.c
shared-core/via_map.c
shared-core/via_mm.c
shared/i915_dma.c
shared/i915_drm.h
shared/i915_drv.h
shared/i915_irq.c
shared/i915_mem.c
shared/mach64_dma.c
shared/mach64_drv.h
shared/mach64_irq.c
shared/mach64_state.c
shared/mga_dma.c
shared/mga_drv.h
shared/mga_irq.c
shared/mga_state.c
shared/mga_warp.c
shared/r128_cce.c
shared/r128_drv.h
shared/r128_irq.c
shared/r128_state.c
shared/radeon_cp.c
shared/radeon_drv.h
shared/radeon_irq.c
shared/radeon_mem.c
shared/radeon_state.c
shared/sis_drm.h
shared/sis_drv.h
shared/sis_ds.c
shared/sis_mm.c
shared/via_dma.c
shared/via_drm.h
shared/via_drv.c
shared/via_ds.c
shared/via_ds.h
shared/via_irq.c
shared/via_map.c
shared/via_mm.c