* PROBLEM: nouveau & ttm module crashes
@ 2012-01-22 13:13 Lars Callenbach
0 siblings, 0 replies; only message in thread
From: Lars Callenbach @ 2012-01-22 13:13 UTC (permalink / raw)
To: linux-kernel
Hello,
I have had some problems with nouveau on my box. Loading the module
crashes Linux 3.2.1 (modprobe hangs with kernel trace). The following two
code fragments are relevant and should be changed:
1) drivers/gpu/drm/ttm/ttm_bo.c - line 1529
you should comment BUG_ON; this validation will be done two lines later
in drm_mm_takedown more gracefully. On my box this line is triggered
and results in a hang of modprobe.
2) drivers/gpu/drm/nouveau/nouveau_hw.c - line 1024
dev!=NULL but dev->vblank_enabled == NULL (is not catched and results in
Null pointer reference)
With both changes it is possible to load nouveau without kernel crashes on
my box.
Regards,
Lars
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-22 13:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-22 13:13 PROBLEM: nouveau & ttm module crashes Lars Callenbach
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.