commit | e336befcfdc0438a05861a7f6b4c48c5083d2acc | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Sep 05 09:05:03 2019 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 11 08:03:23 2019 +0200 |
tree | 3f4dd23ea9db4010bb0e2425e38158ae1b448b9d | |
parent | 9d6f4484e81c0005f019c8e9b43629ead0d0d355 [diff] |
drm/nouveau: switch to gem vma offset manager Pass gem vma_offset_manager to ttm_bo_device_init(), so ttm uses it instead of its own embedded struct. This makes some gem functions (specifically drm_gem_object_lookup) work on ttm objects. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20190905070509.22407-3-kraxel@redhat.com