commit | 19a82e492c3d71efe8763d50496a1701dfcf3f15 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Nov 01 03:56:19 2017 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Nov 02 13:32:22 2017 +1000 |
tree | d66ab0ad5c2a3f4e6e7af75b88a6c52632e4c31a | |
parent | 7f53d6dc9a728d54cc4e1d70259376e09675f924 [diff] |
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: Ben Skeggs <bskeggs@redhat.com>