summaryrefslogtreecommitdiffstats
path: root/sys/modules/drm
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-08-23 14:55:57 +0000
committerrnoland <rnoland@FreeBSD.org>2009-08-23 14:55:57 +0000
commit8a453d95085dc4d012b7b159ed76f8c71929f383 (patch)
treed0d8199ca8beecf5e95c6cd807d31ead8115789e /sys/modules/drm
parentb850005c1c5f7375c521527a8761ef4a4836ae8c (diff)
downloadFreeBSD-src-8a453d95085dc4d012b7b159ed76f8c71929f383.zip
FreeBSD-src-8a453d95085dc4d012b7b159ed76f8c71929f383.tar.gz
Add kernel support for Radeon R6/7xx 3D.
You will still need Mesa from git and possibly an updated DDX driver, but this is working fairly well now. MFC after: 2 weeks
Diffstat (limited to 'sys/modules/drm')
-rw-r--r--sys/modules/drm/radeon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/drm/radeon/Makefile b/sys/modules/drm/radeon/Makefile
index 4b8b7d1..72c364b 100644
--- a/sys/modules/drm/radeon/Makefile
+++ b/sys/modules/drm/radeon/Makefile
@@ -2,8 +2,8 @@
.PATH: ${.CURDIR}/../../../dev/drm
KMOD = radeon
-SRCS = r300_cmdbuf.c r600_cp.c radeon_cp.c radeon_drv.c radeon_irq.c \
- radeon_mem.c radeon_state.c
+SRCS = r300_cmdbuf.c r600_blit.c r600_cp.c radeon_cp.c radeon_cs.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
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud