All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
@ 2014-08-31 22:59 bugzilla-daemon
  2014-08-31 23:00 ` [Bug 83319] " bugzilla-daemon
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: bugzilla-daemon @ 2014-08-31 22:59 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1994 bytes --]

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

          Priority: medium
            Bug ID: 83319
          Assignee: dri-devel@lists.freedesktop.org
           Summary: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) -
                    RV730
          Severity: critical
    Classification: Unclassified
                OS: Linux (All)
          Reporter: Dieter@nuetzel-hh.de
          Hardware: x86 (IA32)
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

Created attachment 105518
  --> https://bugs.freedesktop.org/attachment.cgi?id=105518&action=edit
dmesg-3.16.1-7.g90bc0f1-desktop-gsraytrace.log

GL_RENDERER   = Gallium 0.4 on AMD RV730
GL_VERSION    = 3.0 Mesa 10.4.0-devel (git-5598458)
GL_VENDOR     = X.Org

GShader thing?

mesa-demos/glsl> ./vsraytrace 
ATTENTION: default value of option vblank_mode overridden by environment.
GL_RENDERER = Gallium 0.4 on AMD RV730
47.590482 FPS (238 frames in 5.001000 seconds)
62.325210 FPS (312 frames in 5.006000 seconds)
65.407555 FPS (329 frames in 5.030000 seconds)

mesa-demos/glsl> ./fsraytrace 
ATTENTION: default value of option vblank_mode overridden by environment.
GL_RENDERER = Gallium 0.4 on AMD RV730
503.000000 FPS (2515 frames in 5.000000 seconds)
626.800000 FPS (3134 frames in 5.000000 seconds)
577.600000 FPS (2888 frames in 5.000000 seconds)

mesa-demos/glsl> ./gsraytrace 
ATTENTION: default value of option vblank_mode overridden by environment.
GL_RENDERER = Gallium 0.4 on AMD RV730

ESC                 = exit demo
left mouse + drag   = rotate camera

0.044960 FPS (1 frames in 22.242000 seconds)
0.047201 FPS (1 frames in 21.186000 seconds)

ESC / CNTRL+C (several/hundred times)

=> 2 times switching between blank (black) full screen (console) and desktop
(KDE 4.13.3) before the system comes back

NO, no LLVM this time... (Michel?)

Maybe related: bug 76394

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3663 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
@ 2014-08-31 23:00 ` bugzilla-daemon
  2014-09-01 11:17 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2014-08-31 23:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 335 bytes --]

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

--- Comment #1 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
Created attachment 105519
  --> https://bugs.freedesktop.org/attachment.cgi?id=105519&action=edit
Xorg.0.log-3.16.1-7.g90bc0f1-desktop

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1313 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
  2014-08-31 23:00 ` [Bug 83319] " bugzilla-daemon
@ 2014-09-01 11:17 ` bugzilla-daemon
  2014-09-01 11:37 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2014-09-01 11:17 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 376 bytes --]

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

--- Comment #2 from Marek Olšák <maraeo@gmail.com> ---
Yeah, texturing in geometry shaders hangs. The problem might be that the GS
RING constant buffer is bound to slot 16, which isn't a valid constant buffer
slot (the last one is 15).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1185 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
  2014-08-31 23:00 ` [Bug 83319] " bugzilla-daemon
  2014-09-01 11:17 ` bugzilla-daemon
@ 2014-09-01 11:37 ` bugzilla-daemon
  2014-09-01 11:40 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2014-09-01 11:37 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 769 bytes --]

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

--- Comment #3 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
(In reply to comment #2)
> Yeah, texturing in geometry shaders hangs. The problem might be that the GS
> RING constant buffer is bound to slot 16, which isn't a valid constant
> buffer slot (the last one is 15).

Hello Marek!

We're back from vacation, so...;-)

Read about it (R600_MAX_CONST_BUFFERS) in Glenn Kennard
<glenn.kennard@gmail.com> patch:
[Mesa-dev] [PATCH] r600g: Implement GL_ARB_sample_shading

Is it that what you mean?
Either way, following the shader dumps.

BTW I have a broken screen shot for geom-outlining-150.png, too if you need.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1718 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-09-01 11:37 ` bugzilla-daemon
@ 2014-09-01 11:40 ` bugzilla-daemon
  2014-09-01 11:40 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2014-09-01 11:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 330 bytes --]

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

--- Comment #4 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
Created attachment 105548
  --> https://bugs.freedesktop.org/attachment.cgi?id=105548&action=edit
gsraytrace-R600_DEBUG-ps-vs.log

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1298 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2014-09-01 11:40 ` bugzilla-daemon
@ 2014-09-01 11:40 ` bugzilla-daemon
  2014-09-01 12:48 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2014-09-01 11:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 328 bytes --]

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

--- Comment #5 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
Created attachment 105549
  --> https://bugs.freedesktop.org/attachment.cgi?id=105549&action=edit
gsraytrace-MESA_GLSL-dump.log

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1292 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2014-09-01 11:40 ` bugzilla-daemon
@ 2014-09-01 12:48 ` bugzilla-daemon
  2014-10-23 18:34 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2014-09-01 12:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 782 bytes --]

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

--- Comment #6 from Marek Olšák <maraeo@gmail.com> ---
(In reply to comment #3)
> (In reply to comment #2)
> > Yeah, texturing in geometry shaders hangs. The problem might be that the GS
> > RING constant buffer is bound to slot 16, which isn't a valid constant
> > buffer slot (the last one is 15).
> 
> Hello Marek!
> 
> We're back from vacation, so...;-)
> 
> Read about it (R600_MAX_CONST_BUFFERS) in Glenn Kennard
> <glenn.kennard@gmail.com> patch:
> [Mesa-dev] [PATCH] r600g: Implement GL_ARB_sample_shading
> 
> Is it that what you mean?

Yes, but it's just a guess. It may or may not have anything to do with this
bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1807 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2014-09-01 12:48 ` bugzilla-daemon
@ 2014-10-23 18:34 ` bugzilla-daemon
  2015-07-30  2:50 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2014-10-23 18:34 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 222 bytes --]

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

--- Comment #7 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
Ping!

What's needed?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1028 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (6 preceding siblings ...)
  2014-10-23 18:34 ` bugzilla-daemon
@ 2015-07-30  2:50 ` bugzilla-daemon
  2015-09-02 18:23 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2015-07-30  2:50 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 243 bytes --]

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

--- Comment #8 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
Ping!

Any news?

Related to Bug 91503 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1216 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (7 preceding siblings ...)
  2015-07-30  2:50 ` bugzilla-daemon
@ 2015-09-02 18:23 ` bugzilla-daemon
  2015-09-03 13:36 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2015-09-02 18:23 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1300 bytes --]

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

Heiko <lil_tux@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lil_tux@web.de

--- Comment #9 from Heiko <lil_tux@web.de> ---
Created attachment 118054
  --> https://bugs.freedesktop.org/attachment.cgi?id=118054&action=edit
kmsg: gsraytrace lockup on HD6850

Just noticed the problem today on my HD6850. Unfortunately, it doesn't come
back to life all the time. That is either complete lockup (and reboot) or at
least Xorg being hung in process state D and gsraytrace in state Z. Attached
log produced, when hitting the latter one (though sysrq still worked and
terminal after sysrq-r worked well). The lock contains some of the
sysrq-show-xyz triggers, which are of help maybe (the blocked cat is from
catting one of the radeon sysfs entries). Xorg log only shows event overflows.

GPU hang seems to be 100% reproducable with gsraytrace for me.

Software components being:
media-libs/mesa-9999 (git-4de86e1)
sys-devel/llvm-3.6.2
sys-kernel/vanilla-sources-4.2.0
x11-libs/libdrm-2.4.64

options radeon audio=1 tv=0 dpm=1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2760 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (8 preceding siblings ...)
  2015-09-02 18:23 ` bugzilla-daemon
@ 2015-09-03 13:36 ` bugzilla-daemon
  2015-11-25  1:46 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2015-09-03 13:36 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1426 bytes --]

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

--- Comment #10 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
(In reply to Heiko from comment #9)
> Created attachment 118054 [details]
> kmsg: gsraytrace lockup on HD6850
> 
> Just noticed the problem today on my HD6850. Unfortunately, it doesn't come
> back to life all the time. That is either complete lockup (and reboot) or at
> least Xorg being hung in process state D and gsraytrace in state Z. Attached
> log produced, when hitting the latter one (though sysrq still worked and
> terminal after sysrq-r worked well). The lock contains some of the
> sysrq-show-xyz triggers, which are of help maybe (the blocked cat is from
> catting one of the radeon sysfs entries). Xorg log only shows event
> overflows.
> 
> GPU hang seems to be 100% reproducable with gsraytrace for me.
> 
> Software components being:
> media-libs/mesa-9999 (git-4de86e1)
> sys-devel/llvm-3.6.2
> sys-kernel/vanilla-sources-4.2.0
> x11-libs/libdrm-2.4.64
> 
> options radeon audio=1 tv=0 dpm=1

Hello Heiko,

I've started this one year ago for _RV730_ (AGP) and it is still open for it.

But as you're on HD6850 and I'm on Turks (6670), now
I've opened up new one for those, here:  bug 91865
I think you should move your logs there.

My impression is that they could be related.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2740 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (9 preceding siblings ...)
  2015-09-03 13:36 ` bugzilla-daemon
@ 2015-11-25  1:46 ` bugzilla-daemon
  2015-11-25  1:50 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2015-11-25  1:46 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1003 bytes --]

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

--- Comment #11 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
(In reply to Dieter Nützel from comment #3)
> (In reply to comment #2)
> > Yeah, texturing in geometry shaders hangs. The problem might be that the GS
> > RING constant buffer is bound to slot 16, which isn't a valid constant
> > buffer slot (the last one is 15).
> 
> Hello Marek!
> 
> We're back from vacation, so...;-)
> 
> Read about it (R600_MAX_CONST_BUFFERS) in Glenn Kennard
> <glenn.kennard@gmail.com> patch:
> [Mesa-dev] [PATCH] r600g: Implement GL_ARB_sample_shading
> 
> Is it that what you mean?
> Either way, following the shader dumps.
> 
> BTW I have a broken screen shot for geom-outlining-150.png, too if you need.

Broken rendering for 'geom-outlining-150' and
ogl-samples: 'gl-320-primitive-shading'

is FIXED with Mesa-11.0.6 (git, too) on RV730 AGP at least.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2035 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (10 preceding siblings ...)
  2015-11-25  1:46 ` bugzilla-daemon
@ 2015-11-25  1:50 ` bugzilla-daemon
  2015-11-25  6:34 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2015-11-25  1:50 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 286 bytes --]

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

--- Comment #12 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
'gsraytrace' GPU hang with

RV730 (AGP)

and

NI/Turks XT (6670)

still there.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1093 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (11 preceding siblings ...)
  2015-11-25  1:50 ` bugzilla-daemon
@ 2015-11-25  6:34 ` bugzilla-daemon
  2015-11-27  3:34 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2015-11-25  6:34 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 236 bytes --]

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

--- Comment #13 from Heiko <lil_tux@web.de> ---
Try disabling sb for the gs case. Seems to b0rken things...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1008 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (12 preceding siblings ...)
  2015-11-25  6:34 ` bugzilla-daemon
@ 2015-11-27  3:34 ` bugzilla-daemon
  2016-01-14 10:10 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2015-11-27  3:34 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 529 bytes --]

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

--- Comment #14 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
(In reply to Heiko from comment #13)
> Try disabling sb for the gs case. Seems to b0rken things...

Thanks, Heiko.
I try normally both versions. ;-)
Look here, too: Bug 91865
I have an apitrace, there.

Both lookup.
But with R600_DEBUG=nosb
some seconds (after some broken frames) later.
With sb it lookup immediately.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1563 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (13 preceding siblings ...)
  2015-11-27  3:34 ` bugzilla-daemon
@ 2016-01-14 10:10 ` bugzilla-daemon
  2016-01-14 16:37 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2016-01-14 10:10 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 468 bytes --]

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

Lukáš Krejza <gryffus@hkfree.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=93706

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1144 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (14 preceding siblings ...)
  2016-01-14 10:10 ` bugzilla-daemon
@ 2016-01-14 16:37 ` bugzilla-daemon
  2016-01-14 21:58 ` bugzilla-daemon
  2019-09-18 19:17 ` bugzilla-daemon
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2016-01-14 16:37 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 997 bytes --]

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

--- Comment #15 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
Update,

this one is NOT solved with current Mesa git.

For EG+ (Bug 91865) this is _fixed_ by 'accident' in Mesa git since:

commit 2239f3eaff5c72c4cb1d4a5be97feb4af3d08d25
Author: Dave Airlie <airlied@redhat.com>
Date:   Mon Nov 30 15:48:22 2015 +1000

    r600/shader: emit tessellation factors to GDS at end of TCS.

    When we are finished the shader, we read back all the tess factors
    from LDS and write them to special global memory storage using
    GDS instructions.

    This also handles adding NOP when GDS or ENDLOOP end the TCS.

    Signed-off-by: Dave Airlie <airlied@redhat.com>

Dave and Marek any hints which could point in the right direction?
What is different in this case between R600/R700 and EG+ (NI/Turks in my case)
and what should I try next.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2094 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (15 preceding siblings ...)
  2016-01-14 16:37 ` bugzilla-daemon
@ 2016-01-14 21:58 ` bugzilla-daemon
  2019-09-18 19:17 ` bugzilla-daemon
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2016-01-14 21:58 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 363 bytes --]

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

--- Comment #16 from Lukáš Krejza <gryffus@hkfree.org> ---
I have reported probably a duplicate:
https://bugs.freedesktop.org/show_bug.cgi?id=93706
It has also an apitrace trace. If confirmed, i will mark it as a duplicate

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1329 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] 19+ messages in thread

* [Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
  2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
                   ` (16 preceding siblings ...)
  2016-01-14 21:58 ` bugzilla-daemon
@ 2019-09-18 19:17 ` bugzilla-daemon
  17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:17 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 841 bytes --]

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

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

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

--- Comment #17 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/525.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2467 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-09-18 19:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-31 22:59 [Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730 bugzilla-daemon
2014-08-31 23:00 ` [Bug 83319] " bugzilla-daemon
2014-09-01 11:17 ` bugzilla-daemon
2014-09-01 11:37 ` bugzilla-daemon
2014-09-01 11:40 ` bugzilla-daemon
2014-09-01 11:40 ` bugzilla-daemon
2014-09-01 12:48 ` bugzilla-daemon
2014-10-23 18:34 ` bugzilla-daemon
2015-07-30  2:50 ` bugzilla-daemon
2015-09-02 18:23 ` bugzilla-daemon
2015-09-03 13:36 ` bugzilla-daemon
2015-11-25  1:46 ` bugzilla-daemon
2015-11-25  1:50 ` bugzilla-daemon
2015-11-25  6:34 ` bugzilla-daemon
2015-11-27  3:34 ` bugzilla-daemon
2016-01-14 10:10 ` bugzilla-daemon
2016-01-14 16:37 ` bugzilla-daemon
2016-01-14 21:58 ` bugzilla-daemon
2019-09-18 19:17 ` 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.