Skip to content
Snippets Groups Projects
Commit fcd0bbd6 authored by Christian König's avatar Christian König
Browse files

drm/ttm: add some general module kerneldoc

parent b998ba95
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ UMA devices.
The Translation Table Manager (TTM)
===================================
TTM design background and information belongs here.
.. kernel-doc:: drivers/gpu/drm/ttm/ttm_module.c
:doc: TTM
The Graphics Execution Manager (GEM)
====================================
......
......@@ -39,6 +39,18 @@
#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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment