drm/nouveau: port all engines to new engine module format
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / subdev / vm / nvc0.c
index a0bc0f678d1279e6b5ee9089a24c0a57eb097c2d..e48ece2975115c6512b15e6738ab1517c6c7b17a 100644 (file)
@@ -162,6 +162,7 @@ nvc0_vmmgr_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
        if (ret)
                return ret;
 
+       priv->base.limit = 1ULL << 40;
        priv->base.pgt_bits  = 27 - 12;
        priv->base.spg_shift = 12;
        priv->base.lpg_shift = 17;
This page took 0.025692 seconds and 5 git commands to generate.