projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc7741
)
drm/doc: Fix TTM acronym
author
José Expósito
<jose.exposito89@gmail.com>
Fri, 7 Jan 2022 18:02:30 +0000
(19:02 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 19 Jan 2022 15:14:45 +0000
(16:14 +0100)
The TTM acronym is defined for the first time in the documentation as
"Translation Table Maps". Afterwards, "Translation Table Manager" is
used as definition.
Fix the first definition to avoid confusion.
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/20220107180230.132666-1-jose.exposito89@gmail.com
Documentation/gpu/drm-mm.rst
patch
|
blob
|
history
diff --git
a/Documentation/gpu/drm-mm.rst
b/Documentation/gpu/drm-mm.rst
index e0538083a2c0e315429158c7c0e575878cd0892c..198bcc1affa17e298f0645e8455b0329ad141d2b 100644
(file)
--- a/
Documentation/gpu/drm-mm.rst
+++ b/
Documentation/gpu/drm-mm.rst
@@
-8,7
+8,7
@@
the very dynamic nature of many of that data, managing graphics memory
efficiently is thus crucial for the graphics stack and plays a central
role in the DRM infrastructure.
-The DRM core includes two memory managers, namely Translation Table Ma
ps
+The DRM core includes two memory managers, namely Translation Table Ma
nager
(TTM) and Graphics Execution Manager (GEM). TTM was the first DRM memory
manager to be developed and tried to be a one-size-fits-them all
solution. It provides a single userspace API to accommodate the need of