]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/nouveau: switch to gem vma offset manager
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 5 Sep 2019 07:05:03 +0000 (09:05 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 11 Sep 2019 06:03:23 +0000 (08:03 +0200)
commite336befcfdc0438a05861a7f6b4c48c5083d2acc
tree3f4dd23ea9db4010bb0e2425e38158ae1b448b9d
parent9d6f4484e81c0005f019c8e9b43629ead0d0d355
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
drivers/gpu/drm/nouveau/nouveau_ttm.c