diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-29 13:34:00 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 16:00:26 -0400 |
commit | b8c6e0fe46fcd60f58089365dd96dcf04f95263b (patch) | |
tree | 1077ce0b3bca01ac8ea05d3d51bb808601e6de94 /Documentation/DocBook | |
parent | 2d43f5d667273ba4975cb79782a46aa374dd8607 (diff) |
DocBook/drm: Refer to the domain-setting function as a device-specific ioctl
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index ba20f9fbb62b..9ae328aa1dd3 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -724,11 +724,11 @@ void intel_crt_init(struct drm_device *dev) | |||
724 | has finished rendering to the object, then the object must be made | 724 | has finished rendering to the object, then the object must be made |
725 | coherent with the CPU's view | 725 | coherent with the CPU's view |
726 | of memory, usually involving GPU cache flushing of various kinds. | 726 | of memory, usually involving GPU cache flushing of various kinds. |
727 | This core CPU<->GPU coherency management is provided by the GEM | 727 | This core CPU<->GPU coherency management is provided by a |
728 | set domain function, which evaluates an object's current domain and | 728 | device-specific ioctl, which evaluates an object's current domain and |
729 | performs any necessary flushing or synchronization to put the object | 729 | performs any necessary flushing or synchronization to put the object |
730 | into the desired coherency domain (note that the object may be busy, | 730 | into the desired coherency domain (note that the object may be busy, |
731 | i.e. an active render target; in that case, the set domain function | 731 | i.e. an active render target; in that case, setting the domain |
732 | blocks the client and waits for rendering to complete before | 732 | blocks the client and waits for rendering to complete before |
733 | performing any necessary flushing operations). | 733 | performing any necessary flushing operations). |
734 | </para> | 734 | </para> |