Skip to content
Snippets Groups Projects
Commit f180bf12 authored by Jérôme Glisse's avatar Jérôme Glisse Committed by Ben Skeggs
Browse files

drm/nouveau/svm: new ioctl to migrate process memory to GPU memory


This add an ioctl to migrate a range of process address space to the
device memory. On platform without cache coherent bus (x86, ARM, ...)
this means that CPU can not access that range directly, instead CPU
will fault which will migrate the memory back to system memory.

This is behind a staging flag so that we can evolve the API.

Signed-off-by: default avatarJérôme Glisse <jglisse@redhat.com>
parent 5be73b69
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment