search for: nv50_vm

Displaying 2 results from an estimated 2 matches for "nv50_vm".

2012 Feb 27
1
[PATCH] drm/nv50/vm: Prevent kernel freeze
Commit 'drm/nv50-nvc0/vm: support unsnooped system memory' caused a regression on certain nv50 IGP due to not passing the correct target type to nv50_vm_addr() Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45746 Reported-by: Johannes Obermayr <johannesobermayr at gmx.de> Tested-by: Johannes Obermayr <johannesobermayr at gmx.de> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com> --- drivers/gpu/drm/nouveau/nv50_vm.c...
2011 Nov 06
0
[PATCH] drm/nv50: fix page faulting for 128MB page table sizes
This seems to be a typo... Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- BTW, shouldn't limiting only be applied to small pages? (nv50-vm.txt says it's small-pages-only feature) --- drivers/gpu/drm/nouveau/nv50_vm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_vm.c b/drivers/gpu/drm/nouveau/nv50_vm.c index 40b84f2..6f38cea 100644 --- a/drivers/gpu/drm/nouveau/nv50_vm.c +++ b/drivers/gpu/drm/nouveau/nv50_vm.c @@ -48,7 +48,7 @@ nv50_vm_map_pgt(struct no...