summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorLeif Delgass <ldelgass@users.sourceforge.net>2003-02-26 09:49:54 +0000
committerLeif Delgass <ldelgass@users.sourceforge.net>2003-02-26 09:49:54 +0000
commitae0b8f750ae4ee190f7567fee5aca95d92e7895e (patch)
treed84c6248f4765a932b9e41aadf3e78fba5a207e8 /linux
parent3cde41f7cd7f439c11e845fd379e62a45611aa40 (diff)
Add VBLANK sync/throttle support. Many code cleanups, including moving themach64-0-0-6-20030329-freeze
interrupt-related code in the DRM to the new mach64_irq.c.
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile.kernel8
-rw-r--r--linux/Makefile.linux2
2 files changed, 5 insertions, 5 deletions
diff --git a/linux/Makefile.kernel b/linux/Makefile.kernel
index 829f85b2..c738173d 100644
--- a/linux/Makefile.kernel
+++ b/linux/Makefile.kernel
@@ -7,12 +7,12 @@ list-multi := gamma.o tdfx.o r128.o mga.o i810.o i830.o ffb.o radeon.o mach64.o
gamma-objs := gamma_drv.o gamma_dma.o
tdfx-objs := tdfx_drv.o
-mach64-objs := mach64_drv.o mach64_dma.o mach64_state.o
-r128-objs := r128_drv.o r128_cce.o r128_state.o
-mga-objs := mga_drv.o mga_dma.o mga_state.o mga_warp.o
+mach64-objs := mach64_drv.o mach64_dma.o mach64_irq.o mach64_state.o
+r128-objs := r128_drv.o r128_cce.o r128_irq.o r128_state.o
+mga-objs := mga_drv.o mga_dma.o mga_irq.o mga_state.o mga_warp.o
i810-objs := i810_drv.o i810_dma.o
i830-objs := i830_drv.o i830_dma.o
-radeon-objs := radeon_drv.o radeon_cp.o radeon_state.o
+radeon-objs := radeon_drv.o radeon_cp.o radeon_irq.o radeon_state.o
ffb-objs := ffb_drv.o ffb_context.o
obj-$(CONFIG_DRM_GAMMA) += gamma.o
diff --git a/linux/Makefile.linux b/linux/Makefile.linux
index a614a5cf..2447af0c 100644
--- a/linux/Makefile.linux
+++ b/linux/Makefile.linux
@@ -58,7 +58,7 @@ R128HEADERS = r128.h r128_drv.h r128_drm.h $(DRMHEADERS) $(DRMTEMPLATES)
RADEONOBJS = radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o
RADEONHEADERS = radeon.h radeon_drv.h radeon_drm.h $(DRMHEADERS) \
$(DRMTEMPLATES)
-MACH64OBJS= mach64_drv.o mach64_dma.o mach64_state.o
+MACH64OBJS= mach64_drv.o mach64_dma.o mach64_irq.o mach64_state.o
MACH64HEADERS= mach64.h mach64_drv.h mach64_drm.h $(DRMHEADERS) $(DRMTEMPLATES)
INC = /usr/include