drm/nouveau: port all engines to new engine module format
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / subdev / vm / base.c
index b92b3d47c69c1f14e688b6b318315b9b7c29ea2e..082c11b75acb8a23a6559ae7a5840b882aa67fbe 100644 (file)
@@ -299,6 +299,7 @@ nouveau_vm_get(struct nouveau_vm *vm, u64 size, u32 page_shift,
 
        fpde = (vma->node->offset >> vmm->pgt_bits);
        lpde = (vma->node->offset + vma->node->length - 1) >> vmm->pgt_bits;
+
        for (pde = fpde; pde <= lpde; pde++) {
                struct nouveau_vm_pgt *vpgt = &vm->pgt[pde - vm->fpde];
                int big = (vma->node->type != vmm->spg_shift);
This page took 0.036965 seconds and 5 git commands to generate.