summaryrefslogtreecommitdiffstats
path: root/sys/modules/drm
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2005-07-20 21:10:57 +0000
committeranholt <anholt@FreeBSD.org>2005-07-20 21:10:57 +0000
commite1ade9ca6498184181b67d270742352e2abb44fc (patch)
treef8d5015ba84b81c23a865931ee1d2e95b5838c57 /sys/modules/drm
parentc07c4936d791dbb94e9540ad2676c718f7459a15 (diff)
downloadFreeBSD-src-e1ade9ca6498184181b67d270742352e2abb44fc.zip
FreeBSD-src-e1ade9ca6498184181b67d270742352e2abb44fc.tar.gz
Add the latest r300 code from r300.sf.net. This is based on the patch supplied
by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h. Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
Diffstat (limited to 'sys/modules/drm')
-rw-r--r--sys/modules/drm/radeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/drm/radeon/Makefile b/sys/modules/drm/radeon/Makefile
index d72bf2f..ba59b72 100644
--- a/sys/modules/drm/radeon/Makefile
+++ b/sys/modules/drm/radeon/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../dev/drm
KMOD = radeon
-SRCS = radeon_cp.c radeon_drv.c radeon_irq.c \
+SRCS = r300_cmdbuf.c radeon_cp.c radeon_drv.c radeon_irq.c \
radeon_mem.c radeon_state.c
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
OpenPOWER on IntegriCloud