Skip to content

Commit

Permalink
DocBook/drm: Refer to the domain-setting function as a device-specifi…
Browse files Browse the repository at this point in the history
…c ioctl

Signed-off-by: Michael Witten <mfwitten@gmail.com>
  • Loading branch information
Michael Witten committed Aug 29, 2011
1 parent 2d43f5d commit b8c6e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/DocBook/drm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -724,11 +724,11 @@ void intel_crt_init(struct drm_device *dev)
has finished rendering to the object, then the object must be made
coherent with the CPU's view
of memory, usually involving GPU cache flushing of various kinds.
This core CPU&lt;-&gt;GPU coherency management is provided by the GEM
set domain function, which evaluates an object's current domain and
This core CPU&lt;-&gt;GPU coherency management is provided by a
device-specific ioctl, which evaluates an object's current domain and
performs any necessary flushing or synchronization to put the object
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
performing any necessary flushing operations).
</para>
Expand Down

0 comments on commit b8c6e0f

Please sign in to comment.