- Clean up the way customization of the templates is done.
authorGareth Hughes <gareth@users.sourceforge.net>
Fri, 16 Feb 2001 05:24:06 +0000 (05:24 +0000)
committerGareth Hughes <gareth@users.sourceforge.net>
Fri, 16 Feb 2001 05:24:06 +0000 (05:24 +0000)
commit01a14789edce0ce1cae0f3fd4328833399fae56d
tree455e6c689273e86516654df7b62e97a3131256d5
parent1d30ac11404c588e4a158d72f987c1fb3e478bea
- Clean up the way customization of the templates is done.
- Fix old-style DMA for gamma driver (please test).
- Pull out IRQ handling into drm_dma.h (please test on i810, gamma).
- Lots of general cleanups, remove compiler warnings etc.
52 files changed:
linux-core/drmP.h
linux-core/drm_bufs.c
linux-core/drm_context.c
linux-core/drm_dma.c
linux-core/drm_drv.c
linux-core/drm_fops.c
linux-core/drm_proc.c
linux-core/drm_stub.c
linux-core/i810_dma.c
linux-core/i810_drv.c
linux-core/i810_drv.h
linux-core/mga_drv.c
linux-core/r128_drv.c
linux-core/radeon_drv.c
linux-core/tdfx_drv.c
linux/Makefile.linux
linux/drmP.h
linux/drm_bufs.h
linux/drm_context.h
linux/drm_dma.h
linux/drm_drv.h
linux/drm_fops.h
linux/drm_lists.h
linux/drm_proc.h
linux/drm_stub.h
linux/gamma.h
linux/gamma_context.c [deleted file]
linux/gamma_dma.c
linux/gamma_drm.c [deleted file]
linux/gamma_drv.c
linux/gamma_drv.h
linux/i810.h
linux/i810_dma.c
linux/i810_drv.c
linux/i810_drv.h
linux/mga.h
linux/mga_dma.c
linux/mga_drv.c
linux/mga_drv.h
linux/r128.h
linux/r128_cce.c
linux/r128_drm.h
linux/r128_drv.c
linux/r128_drv.h
linux/r128_state.c
linux/radeon.h
linux/radeon_cp.c
linux/radeon_drm.h
linux/radeon_drv.c
linux/radeon_drv.h
linux/tdfx.h
linux/tdfx_drv.c