提交 b8c6e0fe 编写于 作者: M Michael Witten

DocBook/drm: Refer to the domain-setting function as a device-specific ioctl

Signed-off-by: NMichael Witten <mfwitten@gmail.com>
上级 2d43f5d6
...@@ -724,11 +724,11 @@ void intel_crt_init(struct drm_device *dev) ...@@ -724,11 +724,11 @@ void intel_crt_init(struct drm_device *dev)
has finished rendering to the object, then the object must be made has finished rendering to the object, then the object must be made
coherent with the CPU's view coherent with the CPU's view
of memory, usually involving GPU cache flushing of various kinds. of memory, usually involving GPU cache flushing of various kinds.
This core CPU&lt;-&gt;GPU coherency management is provided by the GEM This core CPU&lt;-&gt;GPU coherency management is provided by a
set domain function, which evaluates an object's current domain and device-specific ioctl, which evaluates an object's current domain and
performs any necessary flushing or synchronization to put the object performs any necessary flushing or synchronization to put the object
into the desired coherency domain (note that the object may be busy, into the desired coherency domain (note that the object may be busy,
i.e. an active render target; in that case, the set domain function i.e. an active render target; in that case, setting the domain
blocks the client and waits for rendering to complete before blocks the client and waits for rendering to complete before
performing any necessary flushing operations). performing any necessary flushing operations).
</para> </para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册