Commit 19a82e49 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/core/memory: change map interface to support upcoming mmu changes



Map flags (access, kind, etc) are currently defined in either the VMA,
or the memory object, which turns out to not be ideal for things like
suballocated buffers, etc.

These will become per-map flags instead, so we need to support passing
these arguments in nvkm_memory_map().

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 7f53d6dc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment