drm/nv50: fix regression on IGPs
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
5d07929808
commit
153e019ff3
|
@ -45,11 +45,6 @@ nv50_vm_map_pgt(struct nouveau_gpuobj *pgd, u32 pde,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (phys & 1) {
|
if (phys & 1) {
|
||||||
if (dev_priv->vram_sys_base) {
|
|
||||||
phys += dev_priv->vram_sys_base;
|
|
||||||
phys |= 0x30;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (coverage <= 32 * 1024 * 1024)
|
if (coverage <= 32 * 1024 * 1024)
|
||||||
phys |= 0x60;
|
phys |= 0x60;
|
||||||
else if (coverage <= 64 * 1024 * 1024)
|
else if (coverage <= 64 * 1024 * 1024)
|
||||||
|
|
Loading…
Reference in New Issue