commit | 5be73b690875f7eb2d2defb54ccd7f2f12074984 | [log] [tgz] |
---|---|---|
author | Jérôme Glisse <jglisse@redhat.com> | Thu Jul 26 17:59:13 2018 -0400 |
committer | Ben Skeggs <bskeggs@redhat.com> | Wed Feb 20 09:00:02 2019 +1000 |
tree | a4a08ec3faeacfd2275c44545c240bf00d6d5c2d | |
parent | eeaf06ac1a5584e41cf289f8351e446bb131374b [diff] |
drm/nouveau/dmem: device memory helpers for SVM Device memory can be use in SVM, in which case we do not have any of the existing buffer object. This commit add infrastructure to allow use of device memory without nouveau_bo. Again this is a temporary solution until a rework of GPU memory management. Signed-off-by: Jérôme Glisse <jglisse@redhat.com>