diff options
Diffstat (limited to 'Documentation/gpu/drm-mm.rst')
-rw-r--r-- | Documentation/gpu/drm-mm.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index e725e8449e72..d0f3c6b03200 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst | |||
@@ -72,8 +72,8 @@ object TTM to provide a pool for buffer object allocation by clients and | |||
72 | the kernel itself. The type of this object should be | 72 | the kernel itself. The type of this object should be |
73 | TTM_GLOBAL_TTM_BO, and its size should be sizeof(struct | 73 | TTM_GLOBAL_TTM_BO, and its size should be sizeof(struct |
74 | ttm_bo_global). Again, driver-specific init and release functions may | 74 | ttm_bo_global). Again, driver-specific init and release functions may |
75 | be provided, likely eventually calling ttm_bo_global_init() and | 75 | be provided, likely eventually calling ttm_bo_global_ref_init() and |
76 | ttm_bo_global_release(), respectively. Also, like the previous | 76 | ttm_bo_global_ref_release(), respectively. Also, like the previous |
77 | object, ttm_global_item_ref() is used to create an initial reference | 77 | object, ttm_global_item_ref() is used to create an initial reference |
78 | count for the TTM, which will call your initialization function. | 78 | count for the TTM, which will call your initialization function. |
79 | 79 | ||