commit | 133e8809525ba9cc8384f1da454baa25b5506fea | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Sep 05 09:05:07 2019 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 11 08:03:24 2019 +0200 |
tree | a3fbafef28f9d53659ead066a7b90b2cab9ced5d | |
parent | e7bf74d0aabe23099aa56e3687a83fb879c8ca96 [diff] |
drm/qxl: 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-7-kraxel@redhat.com