Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275223
b: refs/heads/master
c: b8c6e0f
h: refs/heads/master
i:
  275221: de1fa44
  275219: 8a791bb
  275215: 7d8c8e5
v: v3
  • Loading branch information
Michael Witten committed Aug 29, 2011
1 parent ebb50ee commit 9b54325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d43f5d667273ba4975cb79782a46aa374dd8607
refs/heads/master: b8c6e0fe46fcd60f58089365dd96dcf04f95263b
6 changes: 3 additions & 3 deletions trunk/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<->GPU coherency management is provided by the GEM
set domain function, which evaluates an object's current domain and
This core CPU<->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 9b54325

Please sign in to comment.