]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/ttm/ttm_module.c
Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[J-linux.git] / drivers / gpu / drm / ttm / ttm_module.c
index 7fcdef278c7429cfaebd2fd09132866ee1cbb921..0037eefe3239b0576180900a4a03385fa689dd38 100644 (file)
 
 #include "ttm_module.h"
 
+/**
+ * DOC: TTM
+ *
+ * TTM is a memory manager for accelerator devices with dedicated memory.
+ *
+ * The basic idea is that resources are grouped together in buffer objects of
+ * certain size and TTM handles lifetime, movement and CPU mappings of those
+ * objects.
+ *
+ * TODO: Add more design background and information here.
+ */
+
 /**
  * ttm_prot_from_caching - Modify the page protection according to the
  * ttm cacing mode
This page took 0.030857 seconds and 4 git commands to generate.