summaryrefslogtreecommitdiff
path: root/lib/ioctl_wrappers.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-01-06 10:06:41 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2015-01-06 10:07:08 +0000
commiteaa1e8e127205a9517bfc89275cd8723e8b09ed2 (patch)
treeafcf4ee47774da8beeb656ea273a4cd8df638b2c /lib/ioctl_wrappers.c
parent33d52a854375581321eb7ae36b06705425fb482f (diff)
ioct_wrappers: Add some mmap(wc) blurb dropped between authors
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/ioctl_wrappers.c')
-rw-r--r--lib/ioctl_wrappers.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index f20786ac..dd48d0e6 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -523,7 +523,9 @@ bool gem_mmap__has_wc(int fd)
* @prot: memory protection bits as used by mmap()
*
* This functions wraps up procedure to establish a memory mapping through
- * direct cpu access, bypassing the gpu and cpu caches completely.
+ * direct cpu access, bypassing the gpu and cpu caches completely and also
+ * bypassing the GTT system agent (i.e. there is no automatic tiling of
+ * the mmapping through the fence registers).
*
* Returns: A pointer to the created memory mapping.
*/