From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 12368] No valid modes on a QUADRO NVS 140M
Date: Tue, 11 Sep 2007 13:51:07 -0700 (PDT)
Message-ID: <20070911205108.274D413005D@annarchy.freedesktop.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
http://bugs.freedesktop.org/show_bug.cgi?id=12368
------- Comment #5 from elias.naur-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org 2007-09-11 13:51 PST -------
Digging into nvGetClocks, the crash happens at line 191 where *MClk is
computed:
*MClk = ((N * NB * pNv->CrystalFreqKHz) / (M * MB)) >> P;
In my case, pll had the value 0x0b01, causing MB to evaluate to zero, thus
causing a divide by zero error.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.