diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-08-23 14:55:57 +0000 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-08-23 14:55:57 +0000 |
commit | 8a453d95085dc4d012b7b159ed76f8c71929f383 (patch) | |
tree | d0d8199ca8beecf5e95c6cd807d31ead8115789e /sys/modules/drm | |
parent | b850005c1c5f7375c521527a8761ef4a4836ae8c (diff) | |
download | FreeBSD-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/Makefile | 4 |
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> |