* [Bug 15164] New: PTIMER broken in DRM (regression)
@ 2008-03-21 22:16 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-15164-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-03-21 22:16 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=15164
Summary: PTIMER broken in DRM (regression)
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
ReportedBy: pq-X3B1VOXEql0@public.gmane.org
QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
The commit 1021799b6ca6b195ad2d5f002e45668f69c44651 in DRM,
http://gitweb.freedesktop.org/?p=mesa/drm.git;a=commit;h=1021799b6ca6b195ad2d5f002e45668f69c44651
"nouveau: do not set on-board timer's numerator/denominator to bad values"
breaks my nv20 (gf3) card.
When starting X, mode is set, I get a screen with colorful garbage on top,
black&white noise on the bottom, and black in the middle for couple of seconds
during which mouse cursor moves fine. Then I'm back in text console with a
kernel gone out to lunch.
There are two problems:
1. the mentioned commit apparently also breaks PTIMER, and
2. nouveau_fifo_free() uses PTIMER for a timeout, which will never happen,
hence the kernel becomes a zombie.
While the kernel is a zombie, I can SysRq tErminate, after which I can SysRq
show Program counter, which says it is in nouveau_fifo_free. All I can do is
SysRq reBoot.
Reverting the mentioned commit fixes the problem 1, and consequently the
problem 2. does not trigger.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 15164] PTIMER broken in DRM (regression)
[not found] ` <bug-15164-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2008-03-25 18:40 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-03-26 18:12 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-03-26 18:55 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-03-25 18:40 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=15164
--- Comment #1 from Stuart Bennett <sb476-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> 2008-03-25 11:40:35 PST ---
Reproduced, and hopefully fixed, thanks :)
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 15164] PTIMER broken in DRM (regression)
[not found] ` <bug-15164-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-03-25 18:40 ` [Bug 15164] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-03-26 18:12 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-03-26 18:55 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-03-26 18:12 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=15164
Stuart Bennett <sb476-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 15164] PTIMER broken in DRM (regression)
[not found] ` <bug-15164-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-03-25 18:40 ` [Bug 15164] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-03-26 18:12 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-03-26 18:55 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-03-26 18:55 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=15164
--- Comment #2 from Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org> 2008-03-26 11:55:41 PST ---
Yes, this fixed the issue.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-26 18:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 22:16 [Bug 15164] New: PTIMER broken in DRM (regression) bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-15164-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-03-25 18:40 ` [Bug 15164] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-03-26 18:12 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-03-26 18:55 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
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.