DocBook/drm: basic -> core
Signed-off-by: Michael Witten <mfwitten@gmail.com>
This commit is contained in:
parent
049cc903e7
commit
482b2ad8e4
|
@ -455,7 +455,7 @@
|
||||||
a GTT DRM MM object, which provides an address space pool for
|
a GTT DRM MM object, which provides an address space pool for
|
||||||
object allocation. In a KMS configuration, the driver
|
object allocation. In a KMS configuration, the driver
|
||||||
needs to allocate and initialize a command ring buffer following
|
needs to allocate and initialize a command ring buffer following
|
||||||
basic GEM initialization. Most UMA devices have a so-called
|
core GEM initialization. Most UMA devices have a so-called
|
||||||
"stolen" memory region, which provides space for the initial
|
"stolen" memory region, which provides space for the initial
|
||||||
framebuffer and large, contiguous memory regions required by the
|
framebuffer and large, contiguous memory regions required by the
|
||||||
device. This space is not typically managed by GEM, and must
|
device. This space is not typically managed by GEM, and must
|
||||||
|
|
Loading…
Reference in New Issue