mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-20 18:29:07 +07:00
DocBook/drm: , -> :
Signed-off-by: Michael Witten <mfwitten@gmail.com>
This commit is contained in:
parent
8d36ffae67
commit
eb2b8d4273
@ -389,7 +389,7 @@
|
|||||||
<para>
|
<para>
|
||||||
If your driver supports memory management (it should!), you
|
If your driver supports memory management (it should!), you
|
||||||
need to set that up at load time as well. How you initialize
|
need to set that up at load time as well. How you initialize
|
||||||
it depends on which memory manager you're using, TTM or GEM.
|
it depends on which memory manager you're using: TTM or GEM.
|
||||||
</para>
|
</para>
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>TTM initialization</title>
|
<title>TTM initialization</title>
|
||||||
@ -647,7 +647,7 @@ void intel_crt_init(struct drm_device *dev)
|
|||||||
<para>
|
<para>
|
||||||
The memory manager lies at the heart of many DRM operations; it
|
The memory manager lies at the heart of many DRM operations; it
|
||||||
is required to support advanced client features like OpenGL
|
is required to support advanced client features like OpenGL
|
||||||
pbuffers. The DRM currently contains two memory managers, TTM
|
pbuffers. The DRM currently contains two memory managers: TTM
|
||||||
and GEM.
|
and GEM.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user