diff options
author | Jérôme Glisse <jglisse@redhat.com> | 2018-07-27 00:59:13 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2019-02-20 02:00:02 +0300 |
commit | 5be73b690875f7eb2d2defb54ccd7f2f12074984 (patch) | |
tree | a4a08ec3faeacfd2275c44545c240bf00d6d5c2d /drivers/gpu/drm/nouveau/Kconfig | |
parent | eeaf06ac1a5584e41cf289f8351e446bb131374b (diff) | |
download | linux-5be73b690875f7eb2d2defb54ccd7f2f12074984.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Kconfig')
-rw-r--r-- | drivers/gpu/drm/nouveau/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig index e7b26a6f386f..00cd9ab8948d 100644 --- a/drivers/gpu/drm/nouveau/Kconfig +++ b/drivers/gpu/drm/nouveau/Kconfig @@ -78,6 +78,7 @@ config DRM_NOUVEAU_SVM depends on DRM_NOUVEAU depends on STAGING select HMM_MIRROR + select DEVICE_PRIVATE default n help Say Y here if you want to enable experimental support for |