Mesa (master): nouveau: expose HMM

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 14 20:20:20 UTC 2020


Module: Mesa
Branch: master
Commit: 05362b075fdaff62189c9a8e2e01750f3466f07d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05362b075fdaff62189c9a8e2e01750f3466f07d

Author: Karol Herbst <kherbst at redhat.com>
Date:   Tue Jun  5 14:12:55 2018 +0200

nouveau: expose HMM

v2: moved caps

Signed-off-by: Karol Herbst <kherbst at redhat.com>
Reviewed-by: Pierre Moreau <dev at pmoreau.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5906>

---

 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
index c7a3354103a..2f0e92e6c29 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
@@ -323,6 +323,9 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
       return class_3d >= GM200_3D_CLASS;
    case PIPE_CAP_CONSERVATIVE_RASTER_PRE_SNAP_TRIANGLES:
       return class_3d >= GP100_3D_CLASS;
+   case PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY:
+   case PIPE_CAP_SYSTEM_SVM:
+      return screen->has_svm ? 1 : 0;
 
    /* caps has to be turned on with nir */
    case PIPE_CAP_GL_SPIRV:



More information about the mesa-commit mailing list