commit | 570889dc5070e1f98b5898dce426f970c9b9329b | [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:18 2017 +1000 |
tree | cff8225ca70a67ad05df6690cd587e5795d9b6ba | |
parent | e988952eefd923a40cea1077bcb939025dafb0f1 [diff] |
drm/nouveau/bar: modify interface to bar1 vmm mapping Upcoming changes will remove the nvkm_vmm pointer from nvkm_vma, instead requiring it to be explicitly specified on each operation. It's not currently possible to get this information for BAR1 mappings, so let's fix that ahead of time. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>