Displaying 2 results from an estimated 2 matches for "nv50_vram".
Did you mean:
nv50_ram
2011 Nov 06
0
[PATCH] drm/nouveau: add nouveau.vram_limit module option
Useful for simulating low-mem cards.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
drivers/gpu/drm/nouveau/nouveau_drv.c | 4 ++++
drivers/gpu/drm/nouveau/nouveau_drv.h | 2 ++
drivers/gpu/drm/nouveau/nouveau_mem.c | 16 ++++++++++++++++
drivers/gpu/drm/nouveau/nv50_vram.c | 1 +
drivers/gpu/drm/nouveau/nvc0_vram.c | 1 +
5 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c
index 401c8ee..d46e7ce 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.c
+++ b/drivers/gpu/drm...
2012 Feb 03
3
[PATCH 1/4] nouveau: Allow allocating BOs at specific offsets
...----
drivers/gpu/drm/nouveau/nouveau_vm.c | 3 ++-
drivers/gpu/drm/nouveau/nv04_crtc.c | 2 +-
drivers/gpu/drm/nouveau/nv50_crtc.c | 4 ++--
drivers/gpu/drm/nouveau/nv50_evo.c | 4 ++--
drivers/gpu/drm/nouveau/nv50_instmem.c | 2 +-
drivers/gpu/drm/nouveau/nv50_vram.c | 17 +++++++++++++----
drivers/gpu/drm/nouveau/nvc0_vram.c | 5 +++--
drivers/gpu/drm/nouveau/nvd0_display.c | 6 +++---
17 files changed, 55 insertions(+), 32 deletions(-)
diff --git a/drivers/bcma/main.c b/drivers/bcma/main.c
index febbc0a..cb69fb0 100644
--- a/drivers/...