All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine
@ 2010-06-19 19:32 bugzilla-daemon
  2010-07-13  2:19 ` [Bug 28615] " bugzilla-daemon
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-06-19 19:32 UTC (permalink / raw)
  To: dri-devel

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

           Summary: [r300g] Hard freeze when running POP: Sands of time
                    under wine
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: m.cencora@gmail.com


Machine hangs when running POP: Sands of time under wine. SysRq doesn't work.

Mesa git revision 4c761843051d7e97be828baad965c13789127dbf
Kernel 2.6.32-23 (ubuntu lucid)

-- 
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] 8+ messages in thread

* [Bug 28615] [r300g] Hard freeze when running POP: Sands of time under wine
  2010-06-19 19:32 [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine bugzilla-daemon
@ 2010-07-13  2:19 ` bugzilla-daemon
  2010-07-16  6:57 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-13  2:19 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Marek Olšák <maraeo@gmail.com> 2010-07-12 19:19:28 PDT ---
[My comment from Bug 29020, which seems to be the same issue as yours]

Multiple simultaneously running contexts are most probably the cause of these
hardlocks, because this way the driver may generate pretty much a random
command stream which has valid register writes, meaning that the CS checker
doesn't notice anything, and the hardware goes crazy.

Wine uses multiple contexts quite often, if not all the time.

Soon I am going to rewrite winsys for it to support multiple command streams,
and then we'll see if it resolves this issue...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 28615] [r300g] Hard freeze when running POP: Sands of time under wine
  2010-06-19 19:32 [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine bugzilla-daemon
  2010-07-13  2:19 ` [Bug 28615] " bugzilla-daemon
@ 2010-07-16  6:57 ` bugzilla-daemon
  2010-07-17 15:00 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-16  6:57 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Marek Olšák <maraeo@gmail.com> 2010-07-15 23:57:22 PDT ---
Pushed the multi-context stuff. Could you please test POP with current mesa
git?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 28615] [r300g] Hard freeze when running POP: Sands of time under wine
  2010-06-19 19:32 [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine bugzilla-daemon
  2010-07-13  2:19 ` [Bug 28615] " bugzilla-daemon
  2010-07-16  6:57 ` bugzilla-daemon
@ 2010-07-17 15:00 ` bugzilla-daemon
  2010-08-02 15:43 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 15:00 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Maciej Cencora <m.cencora@gmail.com> 2010-07-17 08:00:04 PDT ---
No luck, it still hangs.

-- 
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] 8+ messages in thread

* [Bug 28615] [r300g] Hard freeze when running POP: Sands of time under wine
  2010-06-19 19:32 [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-07-17 15:00 ` bugzilla-daemon
@ 2010-08-02 15:43 ` bugzilla-daemon
  2010-08-03 19:00 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-08-02 15:43 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Marek Olšák <maraeo@gmail.com> 2010-08-02 08:43:57 PDT ---
I've fixed the hardlock we were getting in wine tests. Could you please test
POP again?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 28615] [r300g] Hard freeze when running POP: Sands of time under wine
  2010-06-19 19:32 [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-08-02 15:43 ` bugzilla-daemon
@ 2010-08-03 19:00 ` bugzilla-daemon
  2010-09-10 22:14 ` bugzilla-daemon
  2010-09-11 12:50 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-08-03 19:00 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from Maciej Cencora <m.cencora@gmail.com> 2010-08-03 12:00:24 PDT ---
Created an attachment (id=37552)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=37552)
Kernel log

This time the machine didn't hang, but the screen went off. I had to reboot to
bring it on again.
Attached kernel output.

-- 
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] 8+ messages in thread

* [Bug 28615] [r300g] Hard freeze when running POP: Sands of time under wine
  2010-06-19 19:32 [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-08-03 19:00 ` bugzilla-daemon
@ 2010-09-10 22:14 ` bugzilla-daemon
  2010-09-11 12:50 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-09-10 22:14 UTC (permalink / raw)
  To: dri-devel

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

Matt Turner <mattst88@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/DRI/r300            |Drivers/Gallium/r300

-- 
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] 8+ messages in thread

* [Bug 28615] [r300g] Hard freeze when running POP: Sands of time under wine
  2010-06-19 19:32 [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-09-10 22:14 ` bugzilla-daemon
@ 2010-09-11 12:50 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-09-11 12:50 UTC (permalink / raw)
  To: dri-devel

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

Maciej Cencora <m.cencora@gmail.com> changed:

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

--- Comment #6 from Maciej Cencora <m.cencora@gmail.com> 2010-09-11 05:50:26 PDT ---
It doesn't hang anymore with mesa afd328afa8fdad58d22c214c01bcbf82614801c5.

Unfortunately the image is broken, and the game is unusable under r300g. Works
fine with r300c though.

-- 
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] 8+ messages in thread

end of thread, other threads:[~2010-09-11 12:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-19 19:32 [Bug 28615] New: [r300g] Hard freeze when running POP: Sands of time under wine bugzilla-daemon
2010-07-13  2:19 ` [Bug 28615] " bugzilla-daemon
2010-07-16  6:57 ` bugzilla-daemon
2010-07-17 15:00 ` bugzilla-daemon
2010-08-02 15:43 ` bugzilla-daemon
2010-08-03 19:00 ` bugzilla-daemon
2010-09-10 22:14 ` bugzilla-daemon
2010-09-11 12:50 ` bugzilla-daemon

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.