* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
@ 2015-04-03 21:47 ` bugzilla-daemon
2015-04-03 22:17 ` bugzilla-daemon
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-04-03 21:47 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 242 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
--- Comment #1 from Dave Airlie <airlied@freedesktop.org> ---
can you attach the source code and how to build it?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 988 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
2015-04-03 21:47 ` bugzilla-daemon
@ 2015-04-03 22:17 ` bugzilla-daemon
2015-04-03 22:19 ` bugzilla-daemon
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-04-03 22:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 555 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
pavol@klacansky.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #114845|0 |1
is obsolete| |
--- Comment #2 from pavol@klacansky.com ---
Created attachment 114856
--> https://bugs.freedesktop.org/attachment.cgi?id=114856&action=edit
Overdraw application
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1887 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
2015-04-03 21:47 ` bugzilla-daemon
2015-04-03 22:17 ` bugzilla-daemon
@ 2015-04-03 22:19 ` bugzilla-daemon
2015-04-07 8:34 ` bugzilla-daemon
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-04-03 22:19 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 333 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
--- Comment #3 from pavol@klacansky.com ---
I have fixed MIME for the overdraw demo. It requires Gtk+ 3.16 and it can be
compiled by "clang main.c common/io.c `pkg-config --cflags --libs gtk+-3.0
epoxy`".
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1066 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
` (2 preceding siblings ...)
2015-04-03 22:19 ` bugzilla-daemon
@ 2015-04-07 8:34 ` bugzilla-daemon
2015-04-07 11:46 ` bugzilla-daemon
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-04-07 8:34 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 416 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
--- Comment #4 from pavol@klacansky.com ---
Created attachment 114911
--> https://bugs.freedesktop.org/attachment.cgi?id=114911&action=edit
Overdraw GLFW3
This is a version using GLFW3 in case you do not have Gtk+ 3.16.
gcc common/io.c main.c `pkg-config --cflags --libs glfw3 epoxy`
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1260 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
` (3 preceding siblings ...)
2015-04-07 8:34 ` bugzilla-daemon
@ 2015-04-07 11:46 ` bugzilla-daemon
2015-04-07 18:30 ` bugzilla-daemon
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-04-07 11:46 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 281 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
--- Comment #5 from pavol@klacansky.com ---
Tesla card renders it correctly (it takes around 10 seconds), I will test on
Intel (GL 2.1) when I get home.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1004 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
` (4 preceding siblings ...)
2015-04-07 11:46 ` bugzilla-daemon
@ 2015-04-07 18:30 ` bugzilla-daemon
2015-04-07 18:30 ` bugzilla-daemon
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-04-07 18:30 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 234 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
--- Comment #6 from pavol@klacansky.com ---
Intel x4500 hang too, but seems to do better job at reseting.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 957 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
` (5 preceding siblings ...)
2015-04-07 18:30 ` bugzilla-daemon
@ 2015-04-07 18:30 ` bugzilla-daemon
2015-10-17 17:21 ` bugzilla-daemon
2015-10-19 8:34 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-04-07 18:30 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 282 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
--- Comment #7 from pavol@klacansky.com ---
Created attachment 114934
--> https://bugs.freedesktop.org/attachment.cgi?id=114934&action=edit
Intel dmesg
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1120 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
` (6 preceding siblings ...)
2015-04-07 18:30 ` bugzilla-daemon
@ 2015-10-17 17:21 ` bugzilla-daemon
2015-10-19 8:34 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-10-17 17:21 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 810 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
Marek Olšák <maraeo@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--- Comment #8 from Marek Olšák <maraeo@gmail.com> ---
Hi Pavol,
If the draw call takes more than 10 seconds, the kernel driver will consider it
a hang and will try to reset the GPU, which might sometimes fail, leaving the
GPU in an unusable state.
I will close this as NOTABUG. Please try again with a lower instance count and
make sure it finishes in 10 seconds.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2283 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 89887] AMD 3650 Mobility locks up on overdraw
2015-04-03 11:24 [Bug 89887] AMD 3650 Mobility locks up on overdraw bugzilla-daemon
` (7 preceding siblings ...)
2015-10-17 17:21 ` bugzilla-daemon
@ 2015-10-19 8:34 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-10-19 8:34 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 479 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89887
--- Comment #9 from Christian König <deathsimple@vodafone.de> ---
(In reply to Marek Olšák from comment #8)
> I will close this as NOTABUG. Please try again with a lower instance count
> and make sure it finishes in 10 seconds.
Alternatively use the kernel parameter radeon.lockup_timeout=20000 to increase
the timeout to 20 seconds.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1379 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread