summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-03-05 09:49:34 +0000
committerkib <kib@FreeBSD.org>2013-03-05 09:49:34 +0000
commite174230ed67f9f69ac7b5305515a3aab391fb049 (patch)
tree6a7087c5b52d9fcb140a3dc23b8446d44eeaf7cc /sys/modules
parent62ff720da54684f1fe3b14062700954d9d339d8c (diff)
downloadFreeBSD-src-e174230ed67f9f69ac7b5305515a3aab391fb049.zip
FreeBSD-src-e174230ed67f9f69ac7b5305515a3aab391fb049.tar.gz
Import the preliminary port of the TTM.
The early commit is done to facilitate the off-tree work on the porting of the Radeon driver. Sponsored by: The FreeBSD Foundation Debugged and tested by: dumbbell MFC after: 1 month
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/drm2/drm2/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/modules/drm2/drm2/Makefile b/sys/modules/drm2/drm2/Makefile
index efaf61d..215a0ed 100644
--- a/sys/modules/drm2/drm2/Makefile
+++ b/sys/modules/drm2/drm2/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../dev/drm2
+.PATH: ${.CURDIR}/../../../dev/drm2 ${.CURDIR}/../../../dev/drm2/ttm
KMOD = drm2
SRCS = \
drm_agpsupport.c \
@@ -32,7 +32,19 @@ SRCS = \
drm_sman.c \
drm_stub.c \
drm_sysctl.c \
- drm_vm.c
+ drm_vm.c \
+ ttm_lock.c \
+ ttm_object.c \
+ ttm_tt.c \
+ ttm_bo_util.c \
+ ttm_bo.c \
+ ttm_bo_manager.c \
+ ttm_execbuf_util.c \
+ ttm_memory.c \
+ ttm_page_alloc.c \
+ ttm_bo_vm.c
+#ttm_agp_backend.c
+#ttm_page_alloc_dma.c
.if ${MACHINE_CPUARCH} == "amd64"
SRCS += drm_ioc32.c
OpenPOWER on IntegriCloud