summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 0769151..6999798 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -845,8 +845,10 @@ dev/drm/r128_irq.c optional r128drm
dev/drm/r128_state.c optional r128drm \
compile-with "${NORMAL_C} -finline-limit=13500"
dev/drm/r300_cmdbuf.c optional radeondrm
+dev/drm/r600_blit.c optional radeondrm
dev/drm/r600_cp.c optional radeondrm
dev/drm/radeon_cp.c optional radeondrm
+dev/drm/radeon_cs.c optional radeondrm
dev/drm/radeon_drv.c optional radeondrm
dev/drm/radeon_irq.c optional radeondrm
dev/drm/radeon_mem.c optional radeondrm
OpenPOWER on IntegriCloud