mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
ioct_wrappers: Add some mmap(wc) blurb dropped between authors
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
33d52a8543
commit
eaa1e8e127
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user