search for: physicallly

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

Did you mean: physically
2013 Jun 11
0
[RFC PATCH] drm/nouveau: use vmalloc for pgt allocation
...cate 256 kilobyte of physical memory contiguously. My system has 16 gigabyte of ram, and had about 4 gb free afterwards when I checked, so it wasn't like there was not enough memory. It was probably just too fragmented to allocate with kmalloc, while vmalloc doesn't require the memory to be physicallly contiguous. ~Maarten
2013 Mar 05
4
[RFC PATCH] drm/nouveau: use vmalloc for pgt allocation
Page tables on nv50 take 48kB, which can be hard to allocate in one piece. Let's use vmalloc. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: stable at vger.kernel.org [3.7+] --- drivers/gpu/drm/nouveau/core/subdev/vm/base.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/vm/base.c