All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 34469] New: libdrm modetest fails, and causes kernel panic
@ 2011-02-19  2:51 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-34469-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-02-19  2:51 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=34469

           Summary: libdrm modetest fails, and causes kernel panic
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/nouveau
        AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
        ReportedBy: darxus-gf8W+JFHfRr/2OF+hy8yCA@public.gmane.org


The modetest program with -v argument should flip back and forth between a
color test pattern and a solid grey screen.  Running just "./modetest" said I
was running 1600x1200 @75hz.  I ran "./modetest -s 7:1600x1200 -v" and
"./modetest -s 7:640x480 -v", both gave me a lot of garbage.  I ran "./modetest
-s 7:1600x1200@75 -v", and got an almost steady display alternating vertically
between bars of the color pattern and the solid grey.  Very roughly 20 rows of
pixels each.

Later I ran just "./modetest -s 7:1600x1200@75" and got a kernel panic.  I got
a photo, but I need to find my CF reader.  It included:
...RIP... nouveau_finish_page_flip+0xae/0x1a0 [nouveau]

I was using an NV50 family card, G92 [GeForce 8800 GT].

I believe this is related to the corruption I'm occasionally seeing in
wayland's DRM output.

Built kernel from nouveau kernel repo, last commit:
commit 82eeca9a994c9676e3ab478285d02b9474d70cba
CommitDate: Thu Feb 17 11:11:28 2011 +1000

libdrm freshly rebuilt from git:
commit a697fb6acad7992c3d23bb6a663663694782eb7b
CommitDate: Thu Feb 17 20:40:30 2011 +0100

-- 
Configure bugmail: https://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] 5+ messages in thread

* [Bug 34469] libdrm modetest fails, and causes kernel panic
       [not found] ` <bug-34469-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2011-02-19  3:27   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-02-19  8:54   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-02-19  3:27 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=34469

--- Comment #1 from Darxus <darxus-gf8W+JFHfRr/2OF+hy8yCA@public.gmane.org> 2011-02-18 19:27:03 PST ---
Created an attachment (id=43543)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=43543)
Kernel panic

Original is higher resolution if there's anything you can't read in this.

-- 
Configure bugmail: https://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] 5+ messages in thread

* [Bug 34469] libdrm modetest fails, and causes kernel panic
       [not found] ` <bug-34469-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2011-02-19  3:27   ` [Bug 34469] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-02-19  8:54   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-02-19 16:39   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2012-04-09 17:47   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-02-19  8:54 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=34469

--- Comment #2 from Ben Skeggs <skeggsb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2011-02-19 00:54:40 PST ---
The very next commit in the tree (8e645575d469bf08c9d5d98a101ef4cfce6a9180
"drm/nouveau: Fix pageflip event") has a fix related to page flipping, could
you please try it.

-- 
Configure bugmail: https://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] 5+ messages in thread

* [Bug 34469] libdrm modetest fails, and causes kernel panic
       [not found] ` <bug-34469-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2011-02-19  3:27   ` [Bug 34469] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-02-19  8:54   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-02-19 16:39   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2012-04-09 17:47   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-02-19 16:39 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=34469

--- Comment #3 from Darxus <darxus-gf8W+JFHfRr/2OF+hy8yCA@public.gmane.org> 2011-02-19 08:39:57 PST ---
Sorry I failed to mention, I had applied that "drm/nouveau: Fix pageflip event"
patch manually, before it was committed.  Without it the screen never update in
wayland (DRM), staying frozen on the first frame.  I expect modetest would have
done the same.

-- 
Configure bugmail: https://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] 5+ messages in thread

* [Bug 34469] libdrm modetest fails, and causes kernel panic
       [not found] ` <bug-34469-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (2 preceding siblings ...)
  2011-02-19 16:39   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2012-04-09 17:47   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-04-09 17:47 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=34469

Darxus <darxus-gf8W+JFHfRr/2OF+hy8yCA@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Darxus <darxus-gf8W+JFHfRr/2OF+hy8yCA@public.gmane.org> 2012-04-09 10:47:36 PDT ---
This was apparently fixed at some point before Ubuntu kernel 3.0.0-17-generic
was packaged.  Any idea which commit it was?

-- 
Configure bugmail: https://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] 5+ messages in thread

end of thread, other threads:[~2012-04-09 17:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-19  2:51 [Bug 34469] New: libdrm modetest fails, and causes kernel panic bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-34469-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2011-02-19  3:27   ` [Bug 34469] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-02-19  8:54   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-02-19 16:39   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2012-04-09 17:47   ` 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.