All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/nv50: initialize ramht_refs list for faked 0 channel
@ 2010-08-22 18:54 Marcin Slusarz
       [not found] ` <20100822185408.GA2883-OI9uyE9O0yo@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Marcin Slusarz @ 2010-08-22 18:54 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

We need it for PFIFO_INTR_CACHE_ERROR interrupt handling,
because nouveau_fifo_swmthd looks for matching gpuobj in
ramht_refs list.
It fixes kernel panic in nouveau_gpuobj_ref_find.

Signed-off-by: Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 drivers/gpu/drm/nouveau/nv50_instmem.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/nouveau/nv50_instmem.c b/drivers/gpu/drm/nouveau/nv50_instmem.c
index b57cc4a..6e57426 100644
--- a/drivers/gpu/drm/nouveau/nv50_instmem.c
+++ b/drivers/gpu/drm/nouveau/nv50_instmem.c
@@ -139,6 +139,8 @@ nv50_instmem_init(struct drm_device *dev)
 	chan->file_priv = (struct drm_file *)-2;
 	dev_priv->fifos[0] = dev_priv->fifos[127] = chan;
 
+	INIT_LIST_HEAD(&chan->ramht_refs);
+
 	/* Channel's PRAMIN object + heap */
 	ret = nouveau_gpuobj_new_fake(dev, 0, c_offset, c_size, 0,
 							NULL, &chan->ramin);
-- 
1.7.1.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-02 14:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-22 18:54 [PATCH] drm/nv50: initialize ramht_refs list for faked 0 channel Marcin Slusarz
     [not found] ` <20100822185408.GA2883-OI9uyE9O0yo@public.gmane.org>
2010-08-31 21:22   ` Marcin Slusarz
     [not found]     ` <20100831212223.GA12076-OI9uyE9O0yo@public.gmane.org>
2010-08-31 21:52       ` Ben Skeggs
2010-09-02 10:45         ` Marcin Slusarz
     [not found]           ` <20100902104544.GA2716-OI9uyE9O0yo@public.gmane.org>
2010-09-02 12:31             ` Ben Skeggs
2010-09-02 14:00               ` Marcin Slusarz
2010-09-01  9:53   ` Maxim Levitsky
2010-09-01  9:54     ` Maxim Levitsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.