search for: 960c0ae

Displaying 1 result from an estimated 1 matches for "960c0ae".

Did you mean: 9600se
2011 Nov 22
0
[PATCH] drm/nouveau: Keep RAMIN heap within the channel.
...;s size is adjusted. Signed-off-by: Younes Manton <younes.m at gmail.com> --- drivers/gpu/drm/nouveau/nouveau_object.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_object.c b/drivers/gpu/drm/nouveau/nouveau_object.c index 02222c5..960c0ae 100644 --- a/drivers/gpu/drm/nouveau/nouveau_object.c +++ b/drivers/gpu/drm/nouveau/nouveau_object.c @@ -680,7 +680,7 @@ nouveau_gpuobj_channel_init_pramin(struct nouveau_channel *chan) return ret; } - ret = drm_mm_init(&chan->ramin_heap, base, size); + ret = drm_mm_init(&chan-&gt...