drm/nouveau: fix vram page mapping when crossing page table boundaries
Hopefully the cause of nvc0 "page jumping" issue. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Родитель
c1003d9c90
Коммит
73c337e70e
|
@ -58,6 +58,7 @@ nouveau_vm_map_at(struct nouveau_vma *vma, u64 delta, struct nouveau_mem *node)
|
||||||
num -= len;
|
num -= len;
|
||||||
pte += len;
|
pte += len;
|
||||||
if (unlikely(end >= max)) {
|
if (unlikely(end >= max)) {
|
||||||
|
phys += len << (bits + 12);
|
||||||
pde++;
|
pde++;
|
||||||
pte = 0;
|
pte = 0;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче