summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2010-01-31 14:25:29 +0000
committerrnoland <rnoland@FreeBSD.org>2010-01-31 14:25:29 +0000
commit04aaff5298149d2d2df6b4d11d782ff989614101 (patch)
treeaf15e53b9e0b6885d552ebd68a1fe78b560b474d /sys/conf/files
parent23c4d0d9ded24602d1bba680bedba3b21d81cdc1 (diff)
downloadFreeBSD-src-04aaff5298149d2d2df6b4d11d782ff989614101.zip
FreeBSD-src-04aaff5298149d2d2df6b4d11d782ff989614101.tar.gz
Import simple drm memory manager.
This is required for the VIA driver and at least some parts are needed for GEM. MFC after: 2 weeks
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 7e9848f..8cecc29 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -839,12 +839,15 @@ dev/drm/drm_dma.c optional drm
dev/drm/drm_drawable.c optional drm
dev/drm/drm_drv.c optional drm
dev/drm/drm_fops.c optional drm
+dev/drm/drm_hashtab.c optional drm
dev/drm/drm_ioctl.c optional drm
dev/drm/drm_irq.c optional drm
dev/drm/drm_lock.c optional drm
dev/drm/drm_memory.c optional drm
+dev/drm/drm_mm.c optional drm
dev/drm/drm_pci.c optional drm
dev/drm/drm_scatter.c optional drm
+dev/drm/drm_sman.c optional drm
dev/drm/drm_sysctl.c optional drm
dev/drm/drm_vm.c optional drm
dev/drm/i915_dma.c optional i915drm
OpenPOWER on IntegriCloud