Skip to content

Commit

Permalink
Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouv…
Browse files Browse the repository at this point in the history
…eau/linux-2.6 into drm-fixes

* 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6:
  drm/nv50: fix regression on IGPs
  • Loading branch information
Dave Airlie committed Jan 28, 2011
2 parents 1e644d6 + 153e019 commit b9020c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/gpu/drm/nouveau/nv50_vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ nv50_vm_map_pgt(struct nouveau_gpuobj *pgd, u32 pde,
}

if (phys & 1) {
if (dev_priv->vram_sys_base) {
phys += dev_priv->vram_sys_base;
phys |= 0x30;
}

if (coverage <= 32 * 1024 * 1024)
phys |= 0x60;
else if (coverage <= 64 * 1024 * 1024)
Expand Down

0 comments on commit b9020c9

Please sign in to comment.