All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
@ 2016-09-20 23:28 ` bugzilla-daemon
  2016-09-21  2:05 ` bugzilla-daemon
                   ` (92 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-20 23:28 UTC (permalink / raw)
  To: dri-devel


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

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

Kenneth Graunke <kenneth@whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop
                   |org                         |.org
          Component|Other                       |Drivers/Gallium/radeonsi
           Assignee|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop
                   |org                         |.org

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
  2016-09-20 23:28 ` [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?) bugzilla-daemon
@ 2016-09-21  2:05 ` bugzilla-daemon
  2016-09-21  8:05 ` bugzilla-daemon
                   ` (91 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21  2:05 UTC (permalink / raw)
  To: dri-devel


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

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/Gallium/radeonsi    |glsl-compiler
           Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
                   |.org                        |org
         QA Contact|dri-devel@lists.freedesktop |intel-3d-bugs@lists.freedes
                   |.org                        |ktop.org
                 CC|                            |dri-devel@lists.freedesktop
                   |                            |.org

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Looks like most of the cycles at the start of the apitrace are spent in the
GLSL compiler frontend, in particular in do_common_optimization.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
  2016-09-20 23:28 ` [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?) bugzilla-daemon
  2016-09-21  2:05 ` bugzilla-daemon
@ 2016-09-21  8:05 ` bugzilla-daemon
  2016-09-21 14:59 ` bugzilla-daemon
                   ` (90 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21  8:05 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Silvan Jegen <s.jegen@gmail.com> ---
(In reply to Michel Dänzer from comment #1)
> Looks like most of the cycles at the start of the apitrace are spent in the
> GLSL compiler frontend, in particular in do_common_optimization.

Just to clarify: the trace also includes loading of the game itself (which
takes a long time too) as well as in-game menu navigation. Loading the in-game
menus (especially the options) takes a long time too so it *could* be related.

I quit the game after about 1 minute of play time so the last one to two
minutes of the trace should be the actual game.

Thanks for looking into it!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2016-09-21  8:05 ` bugzilla-daemon
@ 2016-09-21 14:59 ` bugzilla-daemon
  2016-09-21 18:04 ` bugzilla-daemon
                   ` (89 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21 14:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Silvan Jegen from comment #2)
> Just to clarify: the trace also includes loading of the game itself (which
> takes a long time too) as well as in-game menu navigation.

Right, replaying the trace crashes for me after the shader compilations on
startup, so my CPU profile only covered that. Maybe you can try getting a CPU
profile of one of the other stalls.

Otherwise, maybe try setting the environment variable
GALLIUM_HUD=.dfps,requested-VRAM+VRAM-usage,requested-GTT+GTT-usage,cpu+temperature+GPU-load,.dnum-bytes-moved,.dbuffer-wait-time,.dnum-compilations+num-shaders-created
for either running the game itself or replaying the trace, and taking a
screenshot within one minute after one of the other stalls. That should allow
at least confirming or ruling out that the other stalls are due to shader
compilation as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2016-09-21 14:59 ` bugzilla-daemon
@ 2016-09-21 18:04 ` bugzilla-daemon
  2016-09-21 19:01 ` bugzilla-daemon
                   ` (88 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21 18:04 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Andreas Hartmetz <ahartmetz@gmail.com> ---
I have the same problem. Assuming the problem was shader compilation, what
could be done about it, though? Optimizing shader compilation by a factor of 10
seems unrealistic, a disk cache for shaders has been rejected (right?) and
would not always help, e.g. when somebody with a car that uses a new asset
joins.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (4 preceding siblings ...)
  2016-09-21 18:04 ` bugzilla-daemon
@ 2016-09-21 19:01 ` bugzilla-daemon
  2016-09-21 19:02 ` bugzilla-daemon
                   ` (87 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21 19:01 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Tobias Droste <tdroste@gmx.de> ---
Created attachment 126715
  --> https://bugs.freedesktop.org/attachment.cgi?id=126715&action=edit
Screenshot with GALLIUM_HUD of the first 10s of the game (bad)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (5 preceding siblings ...)
  2016-09-21 19:01 ` bugzilla-daemon
@ 2016-09-21 19:02 ` bugzilla-daemon
  2016-09-21 19:02 ` bugzilla-daemon
                   ` (86 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21 19:02 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Tobias Droste <tdroste@gmx.de> ---
Created attachment 126716
  --> https://bugs.freedesktop.org/attachment.cgi?id=126716&action=edit
Screenshot with GALLIUM_HUD of the first 1min30s of the game (good)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (6 preceding siblings ...)
  2016-09-21 19:02 ` bugzilla-daemon
@ 2016-09-21 19:02 ` bugzilla-daemon
  2016-09-21 19:07 ` bugzilla-daemon
                   ` (85 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21 19:02 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from Tobias Droste <tdroste@gmx.de> ---
Created attachment 126717
  --> https://bugs.freedesktop.org/attachment.cgi?id=126717&action=edit
Screenshot with GALLIUM_HUD of the first 2min30s of the game (good)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (7 preceding siblings ...)
  2016-09-21 19:02 ` bugzilla-daemon
@ 2016-09-21 19:07 ` bugzilla-daemon
  2016-09-21 19:15 ` bugzilla-daemon
                   ` (84 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21 19:07 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #8 from Tobias Droste <tdroste@gmx.de> ---
On the first screenshot you can clearly see the FPS going down to 0 multiple
times. 
Though looking at the graph only the first 2 drops could be explained by shader
compiles if I interpret this correctly. I can't tell what's happening after
that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (8 preceding siblings ...)
  2016-09-21 19:07 ` bugzilla-daemon
@ 2016-09-21 19:15 ` bugzilla-daemon
  2016-09-22 12:27 ` bugzilla-daemon
                   ` (83 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-21 19:15 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #9 from Tobias Droste <tdroste@gmx.de> ---
Ah should have mentioned it:

This is with radeon+radeonsi (no amdpgu) so it's probably not the kernel.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (9 preceding siblings ...)
  2016-09-21 19:15 ` bugzilla-daemon
@ 2016-09-22 12:27 ` bugzilla-daemon
  2016-09-22 17:47 ` bugzilla-daemon
                   ` (82 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-22 12:27 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #10 from Silvan Jegen <s.jegen@gmail.com> ---
(In reply to Michel Dänzer from comment #3)
> (In reply to Silvan Jegen from comment #2)
> > Just to clarify: the trace also includes loading of the game itself (which
> > takes a long time too) as well as in-game menu navigation.
> 
> Right, replaying the trace crashes for me after the shader compilations on
> startup, so my CPU profile only covered that. Maybe you can try getting a
> CPU profile of one of the other stalls.

I tried to replay the trace and it crashed on my machine as well...


> Otherwise, maybe try setting the environment variable
> GALLIUM_HUD=.dfps,requested-VRAM+VRAM-usage,requested-GTT+GTT-usage,
> cpu+temperature+GPU-load,.dnum-bytes-moved,.dbuffer-wait-time,.dnum-
> compilations+num-shaders-created for either running the game itself or
> replaying the trace, and taking a screenshot within one minute after one of
> the other stalls. That should allow at least confirming or ruling out that
> the other stalls are due to shader compilation as well.

Do you still need such a screenshot now that other people in the thread have
posted a few? If so, I will upload one early next week (I will be away over the
weekend).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (10 preceding siblings ...)
  2016-09-22 12:27 ` bugzilla-daemon
@ 2016-09-22 17:47 ` bugzilla-daemon
  2016-09-23  1:15 ` bugzilla-daemon
                   ` (81 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-22 17:47 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #11 from Gregor Münch <gr.muench@gmail.com> ---
Experiencing same problem with Radeon HD 7970 Mesa Git radeonsi, LLVM Git,
Linux 4.8 rc6.

The Hangs are always there when:
-start of the match 5-7sec
-multiple times within the 1st minute of the game, up to 10sec per stall
-upon the first explosion
-upon a new player, with a new car spawns
-opening option menu
-end of the game, where the results are displayed

Especially in the begin, you see a lot of blurrish textures. Ground textures,
decals of the car, blurry "psyonix" advertisements.
The grass looks like in a cell shading game, (wrong shader applied?)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (11 preceding siblings ...)
  2016-09-22 17:47 ` bugzilla-daemon
@ 2016-09-23  1:15 ` bugzilla-daemon
  2016-09-24 15:19 ` bugzilla-daemon
                   ` (80 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-23  1:15 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #12 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Andreas Hartmetz from comment #4)
> Assuming the problem was shader compilation, what could be done about it,
> though? Optimizing shader compilation by a factor of 10 seems unrealistic,

Not necessarily. Let's worry about that once the code taking so much time is
identified and analyzed. For that purpose, what's needed next is CPU profiles
of the stalls.


> a disk cache for shaders has been rejected (right?)

No, it hasn't.


> and would not always help, e.g. when somebody with a car that uses a new
> asset joins.

Right, there's only so much the driver stack can do when the game (engine)
keeps compiling shaders.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (12 preceding siblings ...)
  2016-09-23  1:15 ` bugzilla-daemon
@ 2016-09-24 15:19 ` bugzilla-daemon
  2016-09-24 23:58 ` bugzilla-daemon
                   ` (79 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-24 15:19 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #13 from hofmann.zachary@gmail.com ---
I can also confirm this problem with Radeon R7 250 (radeonsi), Mesa 12.0.2,
LLVM 3.8.1 and kernel version 4.6.0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (13 preceding siblings ...)
  2016-09-24 15:19 ` bugzilla-daemon
@ 2016-09-24 23:58 ` bugzilla-daemon
  2016-09-24 23:58 ` bugzilla-daemon
                   ` (78 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-24 23:58 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #14 from Tobias Droste <tdroste@gmx.de> ---
Created attachment 126770
  --> https://bugs.freedesktop.org/attachment.cgi?id=126770&action=edit
Profile of the the first few seconds of a game (all components)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (14 preceding siblings ...)
  2016-09-24 23:58 ` bugzilla-daemon
@ 2016-09-24 23:58 ` bugzilla-daemon
  2016-09-25  0:00 ` bugzilla-daemon
                   ` (77 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-24 23:58 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #15 from Tobias Droste <tdroste@gmx.de> ---
Created attachment 126771
  --> https://bugs.freedesktop.org/attachment.cgi?id=126771&action=edit
Profile of the the first few seconds of a game (only radeonsi)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (15 preceding siblings ...)
  2016-09-24 23:58 ` bugzilla-daemon
@ 2016-09-25  0:00 ` bugzilla-daemon
  2016-09-25  0:09 ` bugzilla-daemon
                   ` (76 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-25  0:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #16 from Tobias Droste <tdroste@gmx.de> ---
I tried to do some profiling but with callgrind it's impossible because after
half an hour I'm not even in the game creation menu.

I tried zoom as an alternative (never used it before) and the attached
screenshots are the result. I'm not 100% sure I used it how I should use it,
but maybe someone can see something there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (16 preceding siblings ...)
  2016-09-25  0:00 ` bugzilla-daemon
@ 2016-09-25  0:09 ` bugzilla-daemon
  2016-09-25  0:10 ` bugzilla-daemon
                   ` (75 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-25  0:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #17 from Tobias Droste <tdroste@gmx.de> ---
Created attachment 126772
  --> https://bugs.freedesktop.org/attachment.cgi?id=126772&action=edit
Profile of a few seconds in the middle of the game (all components)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (17 preceding siblings ...)
  2016-09-25  0:09 ` bugzilla-daemon
@ 2016-09-25  0:10 ` bugzilla-daemon
  2016-09-25  0:11 ` bugzilla-daemon
                   ` (74 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-25  0:10 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #18 from Tobias Droste <tdroste@gmx.de> ---
Created attachment 126773
  --> https://bugs.freedesktop.org/attachment.cgi?id=126773&action=edit
Profile of a few seconds in the middle of the game (only radeonsi)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (18 preceding siblings ...)
  2016-09-25  0:10 ` bugzilla-daemon
@ 2016-09-25  0:11 ` bugzilla-daemon
  2016-09-26 11:12 ` bugzilla-daemon
                   ` (73 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-25  0:11 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #19 from Tobias Droste <tdroste@gmx.de> ---
And I added screenshots of the profile for a few seconds where the game is
running fine. 
I figured that it might be interesting where the difference between good and
bad is.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (19 preceding siblings ...)
  2016-09-25  0:11 ` bugzilla-daemon
@ 2016-09-26 11:12 ` bugzilla-daemon
  2016-09-26 18:07 ` bugzilla-daemon
                   ` (72 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-26 11:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #20 from Eero Tamminen <eero.t.tamminen@intel.com> ---
Apitrace's own CPU overhead is so high that it's not very good for identifying
CPU bottlenecks.

Best would be to do (e.g. from SSH console):
  # perf record -a
  ^C

During the game freeze.

And provide profile report here:
  # perf report

(+ install debug symbols for anything that misses symbols in the report.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (20 preceding siblings ...)
  2016-09-26 11:12 ` bugzilla-daemon
@ 2016-09-26 18:07 ` bugzilla-daemon
  2016-09-26 18:09 ` bugzilla-daemon
                   ` (71 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-26 18:07 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #21 from Silvan Jegen <s.jegen@gmail.com> ---
(In reply to Eero Tamminen from comment #20)
> Best would be to do (e.g. from SSH console):
>   # perf record -a
>   ^C
> 
> During the game freeze.

I have a dual screen setup and ran 'perf record -a' on a terminal on the screen
that the game was not running on. I captured events for a short amount of time
during which the game was mostly stalling/freezing.


> And provide profile report here:
>   # perf report
> 
> (+ install debug symbols for anything that misses symbols in the report.)

I uploaded the perf report.

Most of the CPU time seems to be spent in RocketLeague itself for which there
are no symbols available.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (21 preceding siblings ...)
  2016-09-26 18:07 ` bugzilla-daemon
@ 2016-09-26 18:09 ` bugzilla-daemon
  2016-09-27  8:49 ` bugzilla-daemon
                   ` (70 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-26 18:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #22 from Silvan Jegen <s.jegen@gmail.com> ---
Created attachment 126796
  --> https://bugs.freedesktop.org/attachment.cgi?id=126796&action=edit
perf report of RocketLeague stalling/freezing

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (22 preceding siblings ...)
  2016-09-26 18:09 ` bugzilla-daemon
@ 2016-09-27  8:49 ` bugzilla-daemon
  2016-09-27  9:11 ` bugzilla-daemon
                   ` (69 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-27  8:49 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #23 from Michel Dänzer <michel@daenzer.net> ---
Please pass --call-graph to perf record (you may need to play with the
different methods supported by that to find the one which works best for you,
see perf record --help) and perf report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (23 preceding siblings ...)
  2016-09-27  8:49 ` bugzilla-daemon
@ 2016-09-27  9:11 ` bugzilla-daemon
  2016-09-27 15:23 ` bugzilla-daemon
                   ` (68 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-27  9:11 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #24 from Silvan Jegen <s.jegen@gmail.com> ---
(In reply to Michel Dänzer from comment #23)
> Please pass --call-graph to perf record (you may need to play with the
> different methods supported by that to find the one which works best for
> you, see perf record --help) and perf report.

Looks like my perf is linked to libunwind so according to 'perf help record' I
should be able to run 'perf record --call-graph dwarf -a' during the stall and
generate a CPU profile report including the call graphs. I will do so later
today.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (24 preceding siblings ...)
  2016-09-27  9:11 ` bugzilla-daemon
@ 2016-09-27 15:23 ` bugzilla-daemon
  2016-09-27 15:26 ` bugzilla-daemon
                   ` (67 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-27 15:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #25 from Silvan Jegen <s.jegen@gmail.com> ---
Created attachment 126813
  --> https://bugs.freedesktop.org/attachment.cgi?id=126813&action=edit
perf report of RocketLeague stalling/freezing, including callgraphs

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (25 preceding siblings ...)
  2016-09-27 15:23 ` bugzilla-daemon
@ 2016-09-27 15:26 ` bugzilla-daemon
  2016-09-27 15:47 ` bugzilla-daemon
                   ` (66 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-27 15:26 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #26 from Silvan Jegen <s.jegen@gmail.com> ---
I generated the report and uploaded the result.

I may have hit a bug in perf while doing it. "perf report" was blocking on a
pread64 call on /dev/dri/card0 when creating the report. I had to use gdb to
close the associated file descriptor to get perf to continue creating the
report but it seems to have worked.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (26 preceding siblings ...)
  2016-09-27 15:26 ` bugzilla-daemon
@ 2016-09-27 15:47 ` bugzilla-daemon
  2016-09-27 16:07 ` bugzilla-daemon
                   ` (65 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-27 15:47 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #27 from Eero Tamminen <eero.t.tamminen@intel.com> ---
(In reply to Silvan Jegen from comment #22)
> Created attachment 126796 [details]
> perf report of RocketLeague stalling/freezing

Overview:
---------------------------------
 74.86% RocketLeague
     76.73% RocketLeague
     16.33% [kernel.vmlinux]
      2.05% libc-2.24.so
      1.79% libpthread-2.24.so
      1.59% [amdgpu]

 10.22% RenderingThread
     46.08% radeonsi_dri.so
     22.35% RocketLeague
     15.32% libc-2.24.so
      8.99% libpthread-2.24.so
      2.07% [amdgpu]
      1.50% libGL.so.1.2.0
      1.50% [kernel.vmlinux]

  6.86% swapper
     97.25% [kernel.vmlinux]
      2.58% [xhci_hcd]

  6.81% AsyncIOSystem
     99.83% RocketLeague
---------------------------------

-> If the perf data is just from the freeze(s), I'm not sure the problem here
is compiler.

(With the "-n" option given to "perf report" this overview could be much more
accurate than calculating the info from the rounded percentages in the
attachment.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (27 preceding siblings ...)
  2016-09-27 15:47 ` bugzilla-daemon
@ 2016-09-27 16:07 ` bugzilla-daemon
  2016-09-27 18:45 ` bugzilla-daemon
                   ` (64 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-27 16:07 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #28 from Micael Bergeron <micaelbergeron@gmail.com> ---
I can reproduce this every time. 
Using amdgpu-pro seems to fix the problem.

I asked Psyonix for the debug symbols bug had no response.
http://psyonix.com/forum/viewtopic.php?f=36&t=27894

I opened a bug report on Rocket League for the menu freeze.
https://support.rocketleaguegame.com/hc/en-us/requests/1840

Shaders/materials seems to load very slowly compared to the Windows version.

Software:
Linux 4.7.4-1-ARCH #1 SMP PREEMPT Thu Sep 15 15:24:29 CEST 2016 x86_64
GNU/Linux
mesa 12.0.3-1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (28 preceding siblings ...)
  2016-09-27 16:07 ` bugzilla-daemon
@ 2016-09-27 18:45 ` bugzilla-daemon
  2016-09-28  2:40 ` bugzilla-daemon
                   ` (63 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-27 18:45 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #29 from Silvan Jegen <s.jegen@gmail.com> ---
(In reply to Micael Bergeron from comment #28)
> I asked Psyonix for the debug symbols bug had no response.
> http://psyonix.com/forum/viewtopic.php?f=36&t=27894

Maybe you can add a link to this bug report on their support forums? I have
seen that people at Feral that do ports to Linux have commented on mesa bug
reports about the games they are porting.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (29 preceding siblings ...)
  2016-09-27 18:45 ` bugzilla-daemon
@ 2016-09-28  2:40 ` bugzilla-daemon
  2016-10-15 11:16 ` bugzilla-daemon
                   ` (62 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-09-28  2:40 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #30 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Eero Tamminen from comment #20)
> Apitrace's own CPU overhead is so high that it's not very good for
> identifying CPU bottlenecks.

That may be true in general, but taking a CPU profile while replaying the
referenced apitrace clearly shows that most of the CPU cycles during the
startup phase are spent in the GLSL compiler frontend code for me. Can't you
reproduce that?

Anyway, it looks like there may be at least one other, not shader compilation
related, issue at play here. But that doesn't mean nothing can be done about
the shader compilation issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (30 preceding siblings ...)
  2016-09-28  2:40 ` bugzilla-daemon
@ 2016-10-15 11:16 ` bugzilla-daemon
  2016-10-15 14:51 ` bugzilla-daemon
                   ` (61 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-15 11:16 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #31 from Marek Olšák <maraeo@gmail.com> ---
Please create apitrace while this environment variable is set:
MESA_EXTENSION_OVERRIDE="-GL_ARB_buffer_storage -GL_AMD_pinned_memory"

Then check that the apitrace replays correctly. If it does, please attach it.
Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (31 preceding siblings ...)
  2016-10-15 11:16 ` bugzilla-daemon
@ 2016-10-15 14:51 ` bugzilla-daemon
  2016-10-15 15:35 ` bugzilla-daemon
                   ` (60 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-15 14:51 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #32 from Micael Bergeron <micaelbergeron@gmail.com> ---
(In reply to Marek Olšák from comment #31)

> Please create apitrace while this environment variable is set:
> MESA_EXTENSION_OVERRIDE="-GL_ARB_buffer_storage -GL_AMD_pinned_memory"
> 
> Then check that the apitrace replays correctly. If it does, please attach
> it. Thanks.

Here is my attempt to provide the needed apitrace. As they are large files,
even compressed, I uploaded them to an external service. 

*Files will be deleted in 30 days.*

I made 2 apitrace, 

1) when you click on the Option menu and "High Quality" shaders are on. You can
reproduce this by setting the "High Quality" shaders on then clicking again on
Options.

2) when you enter a game, there is a long delay in the game loading, it hangs
for multiples seconds at a time, multiple times until it settles. From my PoV,
it seems to have something to do with the HUD.

I haven't been able to replay the apitrace, as I'm not too familiar with this
tool, maybe someone can fix the traces or something. I guess it's better than
having nothing.

Hit me up if you need anything else, thanks for your time.

1) https://ufile.io/2a49
2) https://ufile.io/0cf6

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (32 preceding siblings ...)
  2016-10-15 14:51 ` bugzilla-daemon
@ 2016-10-15 15:35 ` bugzilla-daemon
  2016-10-15 16:00 ` bugzilla-daemon
                   ` (59 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-15 15:35 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #33 from Marek Olšák <maraeo@gmail.com> ---
The traces don't work. Let's assume it's an apitrace bug.

Running the traces can be done with: glretrace --benchmark [trace file]
glretrace is part of apitrace.

We can at least profile the compiler:
- please create an empty directory
- point this environment variable to it:
MESA_SHADER_CAPTURE_PATH=[path]
- play the game for a while... after that, the directory should contain a lot
of shader files
- please pack the directory and attach it

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (33 preceding siblings ...)
  2016-10-15 15:35 ` bugzilla-daemon
@ 2016-10-15 16:00 ` bugzilla-daemon
  2016-10-16 11:55 ` bugzilla-daemon
                   ` (58 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-15 16:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #34 from Micael Bergeron <micaelbergeron@gmail.com> ---
Created attachment 127319
  --> https://bugs.freedesktop.org/attachment.cgi?id=127319&action=edit
Shaders output folfer

MESA_SHADER_CAPTURE_PATH output folder.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (34 preceding siblings ...)
  2016-10-15 16:00 ` bugzilla-daemon
@ 2016-10-16 11:55 ` bugzilla-daemon
  2016-10-16 12:41 ` bugzilla-daemon
                   ` (57 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-16 11:55 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #35 from Marek Olšák <maraeo@gmail.com> ---
Well, it's unreal engine 3, so it doesn't surprise me that it compiles shaders
on demand. All UE3 games are affected in the same way.

Possible solution 1:
- persistent shader cache on the disk

Possible solution 2:
- convert shaders from TGSI to ISA in Mesa (we can use the LLVM assembler, but
we need good register allocation for TGSI)
- LLVM compilation should follow and be fully asynchronous

Comments welcome.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (35 preceding siblings ...)
  2016-10-16 11:55 ` bugzilla-daemon
@ 2016-10-16 12:41 ` bugzilla-daemon
  2016-10-16 14:29 ` bugzilla-daemon
                   ` (56 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-16 12:41 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #36 from Silvan Jegen <s.jegen@gmail.com> ---
(In reply to Marek Olšák from comment #35)
> Well, it's unreal engine 3, so it doesn't surprise me that it compiles
> shaders on demand. All UE3 games are affected in the same way.
> 
> Possible solution 1:
> - persistent shader cache on the disk
> 
> Possible solution 2:
> - convert shaders from TGSI to ISA in Mesa (we can use the LLVM assembler,
> but we need good register allocation for TGSI)
> - LLVM compilation should follow and be fully asynchronous
> 
> Comments welcome.

Is it save to assume that the amount of shaders to be compiled is what causes
these stalls?

I am not familiar enough with the problem space to be able to tell you which
one would be better. According to the following quote (from further above)

> Micael Bergeron 2016-09-27 16:07:38 UTC
> I can reproduce this every time. 
> Using amdgpu-pro seems to fix the problem.

amdgpu-pro doesn't seem to have this issue. Do we know what AMD does in its
closed driver (persistent shader cache or something else)?

Even if it works for AMD's closed driver it doesn't meant that the same
approach would be feasible for the Open Source one of course.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (36 preceding siblings ...)
  2016-10-16 12:41 ` bugzilla-daemon
@ 2016-10-16 14:29 ` bugzilla-daemon
  2016-10-25 14:52 ` bugzilla-daemon
                   ` (55 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-16 14:29 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #37 from Micael Bergeron <micaelbergeron@gmail.com> ---
The number of shaders is quite astonishing.

Could using the r600 shader compiler LLVM (--enable-r600-llvm-compiler) fix
this?

As for the future, I think a persistent shader cache is probably the quickest
way to patch this so the game is enjoyable. After that, a more subtle approach
could be used:

> Possible solution 2:
> - convert shaders from TGSI to ISA in Mesa (we can use the LLVM assembler,
> but we need good register allocation for TGSI)
> - LLVM compilation should follow and be fully asynchronous

Rocket League is a really popular game, which I think the Linux community
should embrace. Thank you guys for making this work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (37 preceding siblings ...)
  2016-10-16 14:29 ` bugzilla-daemon
@ 2016-10-25 14:52 ` bugzilla-daemon
  2016-10-28 12:49 ` bugzilla-daemon
                   ` (54 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-25 14:52 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #38 from Vedran Miletić <vedran@miletic.net> ---
(In reply to Micael Bergeron from comment #37)
> The number of shaders is quite astonishing.
> 
> Could using the r600 shader compiler LLVM (--enable-r600-llvm-compiler) fix
> this?
> 

I don't see this option but judging by the name, this enables LLVM's R600
backend as a shader compiler on EG/NI cards and does not apply for SI+.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (38 preceding siblings ...)
  2016-10-25 14:52 ` bugzilla-daemon
@ 2016-10-28 12:49 ` bugzilla-daemon
  2016-10-31  3:32 ` bugzilla-daemon
                   ` (53 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-28 12:49 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #39 from Stefano Cipriani <cip91sk@gmail.com> ---
Playing against bots with an AMD r9 m265x (cape verde) using DRI_PRIME=1
rendered via Intel HD Graphics 4600 the game it's not playable for about 30+
seconds, bot cars start to one every 5~10 seconds. When playing online I get
the hangs for about the same time.

I made a trace of an offline match with the git version of apitrace, and I can
replay it with both git and stable version. You can find it at

https://drive.google.com/open?id=0B41ZZ4daaP9hTmNDaUl2MHFWQlE

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (39 preceding siblings ...)
  2016-10-28 12:49 ` bugzilla-daemon
@ 2016-10-31  3:32 ` bugzilla-daemon
  2016-10-31 11:51 ` bugzilla-daemon
                   ` (52 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-31  3:32 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #40 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Stefano Cipriani from comment #39)
> https://drive.google.com/open?id=0B41ZZ4daaP9hTmNDaUl2MHFWQlE

While replaying this trace, I only see pauses of fractions of seconds (for
shader compilations) during the match. If someone is seeing pauses of several
seconds when replaying this trace, it would be interesting to see a profile for
one of those pauses.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (40 preceding siblings ...)
  2016-10-31  3:32 ` bugzilla-daemon
@ 2016-10-31 11:51 ` bugzilla-daemon
  2016-11-02 19:13 ` bugzilla-daemon
                   ` (51 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-10-31 11:51 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #41 from Marek Olšák <maraeo@gmail.com> ---
Yeah, the stalls are pretty small with apitrace. I've just pushed patches that
should improve compile times for the GLSL compiler. Before that, the GLSL
compilation speed always decreased with a high memory allocation count in the
process. That may explain why apitrace is faster.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (41 preceding siblings ...)
  2016-10-31 11:51 ` bugzilla-daemon
@ 2016-11-02 19:13 ` bugzilla-daemon
  2016-11-11 18:27 ` bugzilla-daemon
                   ` (50 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-11-02 19:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #42 from Evan Black <evan2013@live.com> ---
Can't really contribute much in terms of any of the tracing stuff; just
dropping my specs here as I have similar issues.

Core i5 4690k
R9 285
8 GB Memory

I've tried it both on my SSD and HDD, and the issue was exactly the same:
freezing in the early stages of the match or when new players join the game,
obviously linked to loading their model / textures.

Please keep the search up; I'd love to play this game just as smooth as it runs
on Windows.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (42 preceding siblings ...)
  2016-11-02 19:13 ` bugzilla-daemon
@ 2016-11-11 18:27 ` bugzilla-daemon
  2016-11-11 23:49 ` bugzilla-daemon
                   ` (49 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-11-11 18:27 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #43 from Steven <xksteven@uchicago.edu> ---
I also experience the issue. If someone can explain or point me to how I can
profile it I can also try to provide some api traces.

I'm running 

Mesa 12.0.3
OpenGL renderer string: Gallium 0.4 on AMD HAWAII (DRM 2.46.0 /
4.8.0-27-generic, LLVM 3.8.1)
AMD 290X
intel i7

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (43 preceding siblings ...)
  2016-11-11 18:27 ` bugzilla-daemon
@ 2016-11-11 23:49 ` bugzilla-daemon
  2016-11-15 17:25 ` bugzilla-daemon
                   ` (48 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-11-11 23:49 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #44 from Jani Kärkkäinen <jani.karkkainen@gmail.com> ---
I'm quite sure I'm getting this as well. I'm however on a HD6850, so that'd be
the r600 driver I believe?

Anything I can do to help pinpoint the culprit? 

Some specs:
OpenGL renderer string: Gallium 0.4 on AMD BARTS (DRM 2.46.0 / 4.8.7-xanmod9,
LLVM 4.0.0)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 13.1.0-devel -
padoka PPA

Ubuntu Gnome 16.10 64-bit

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (44 preceding siblings ...)
  2016-11-11 23:49 ` bugzilla-daemon
@ 2016-11-15 17:25 ` bugzilla-daemon
  2016-11-15 20:38 ` bugzilla-daemon
                   ` (47 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-11-15 17:25 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #45 from Gregor Münch <gr.muench@gmail.com> ---
No change with GIT of today. Slowdowns remain the same.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (45 preceding siblings ...)
  2016-11-15 17:25 ` bugzilla-daemon
@ 2016-11-15 20:38 ` bugzilla-daemon
  2017-01-06 22:23 ` bugzilla-daemon
                   ` (46 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2016-11-15 20:38 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #46 from George Billios <gbillios@gmail.com> ---
This is also valid for Trine 3.

Big delay to start ~5mins
setting MESA_SHADER_CAPTURE_PATH results in about 16k files!!!

specs
i7 860
Fury R9

4.7-staging kernel 
mesa-git Mesa 13.1.0-devel (git-151aeca)
llvm 3.9.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (46 preceding siblings ...)
  2016-11-15 20:38 ` bugzilla-daemon
@ 2017-01-06 22:23 ` bugzilla-daemon
  2017-01-09  7:12 ` bugzilla-daemon
                   ` (45 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-06 22:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #47 from Marek Olšák <maraeo@gmail.com> ---
The freezes are not caused by shader compilation. I don't know what's causing
them. They are too long (even 10 seconds). A CPU profiler shows the time is not
spent in the driver. It's spent in RocketLeague. The game is doing something
and I can't see what, because it doesn't come with debug info. Some time is
spent in sched_yield, which suggests that the game is in a loop waiting for
something. This issue might not be related to the GL driver even.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (47 preceding siblings ...)
  2017-01-06 22:23 ` bugzilla-daemon
@ 2017-01-09  7:12 ` bugzilla-daemon
  2017-01-10  4:50 ` bugzilla-daemon
                   ` (44 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-09  7:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #48 from Jani Kärkkäinen <jani.karkkainen@gmail.com> ---
Using AMDGPU-PRO the hangs are non-existent. So there must be SOMETHING in the
whole mesa-driver stack, that causes the hangs, if not the GL drivers
themselves.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (48 preceding siblings ...)
  2017-01-09  7:12 ` bugzilla-daemon
@ 2017-01-10  4:50 ` bugzilla-daemon
  2017-01-10 17:02 ` bugzilla-daemon
                   ` (43 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-10  4:50 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #49 from iuno@posteo.net ---
(In reply to Jani Kärkkäinen from comment #48)
> Using AMDGPU-PRO the hangs are non-existent. So there must be SOMETHING in
> the whole mesa-driver stack, that causes the hangs, if not the GL drivers
> themselves.

Actually, I didn't see this huge hangs with Intel.

The game is not playable with radeonsi at this point.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (49 preceding siblings ...)
  2017-01-10  4:50 ` bugzilla-daemon
@ 2017-01-10 17:02 ` bugzilla-daemon
  2017-01-13 22:22 ` bugzilla-daemon
                   ` (42 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-10 17:02 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #50 from Marek Olšák <maraeo@gmail.com> ---
It would be useful to have a debug build of the game and run it with a profiler
or debugger to see where it's looping.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (50 preceding siblings ...)
  2017-01-10 17:02 ` bugzilla-daemon
@ 2017-01-13 22:22 ` bugzilla-daemon
  2017-01-24 17:59 ` bugzilla-daemon
                   ` (41 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-13 22:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #51 from Jani Kärkkäinen <jani.karkkainen@gmail.com> ---
Sent a support ticket to Psyonix about this (and the request for a debug
build). Hopefully a random persons support ticket gets to the dev team and they
deem it something that's in the realm of possibility. On a good note, already
got a positive response from the first-level support, so, fingers crossed. :D

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (51 preceding siblings ...)
  2017-01-13 22:22 ` bugzilla-daemon
@ 2017-01-24 17:59 ` bugzilla-daemon
  2017-01-24 18:20 ` bugzilla-daemon
                   ` (40 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-24 17:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #52 from Marek Olšák <maraeo@gmail.com> ---
We don't need a debug build. We just need:
1) One person to run the debug build and use sysprof to capture where the CPU
is spending time during the freeze.
2) Make a screenshot of the sysprof window and send it to the game developer.
3) The game developer should look at it and decide what to do next.

sysprof is a very-easy-to-use standalone CPU profiler GUI that you run under
root. It's observing all processes and also the kernel. For apps built with -g
(but also keep -O2 at least), it will show the functions and % of CPU time
spent in them. For apps also built with -fno-omit-frame-pointer, it will show
whole call stacks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (52 preceding siblings ...)
  2017-01-24 17:59 ` bugzilla-daemon
@ 2017-01-24 18:20 ` bugzilla-daemon
  2017-01-25  1:08 ` bugzilla-daemon
                   ` (39 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-24 18:20 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #53 from Timothee Besset <ttimo@ttimo.net> ---
Hello! I have started working on this. I haven't found the root cause yet but I
will update here when I have something.

(For context, I did the initial port work for Psyonix. I just recently got a
radeonsi setup together so I can look at this now.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (53 preceding siblings ...)
  2017-01-24 18:20 ` bugzilla-daemon
@ 2017-01-25  1:08 ` bugzilla-daemon
  2017-01-25 17:02 ` bugzilla-daemon
                   ` (38 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-25  1:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #54 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Marek Olšák from comment #52)
> 2) Make a screenshot of the sysprof window and send it to the game developer.

Please save the profile in sysprof and send the saved data instead of a
screenshot. Then the recipient can peruse the profile any way they like.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (54 preceding siblings ...)
  2017-01-25  1:08 ` bugzilla-daemon
@ 2017-01-25 17:02 ` bugzilla-daemon
  2017-01-25 17:34 ` bugzilla-daemon
                   ` (37 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-25 17:02 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #55 from Timothee Besset <ttimo@ttimo.net> ---
Rocket League uses an async I/O thread to stream in content in the background.
That thread works off of a queue and only does disk reads and decompression (it
doesn't issue any OpenGL calls for instance, that happens on a dedicated render
thread).

The CPU usage you are seeing out of Rocket League is this thread being busy
with decompression. This is generally normal and not an indication of a
problem.

However, when running with radeonsi, the async I/O thread is performing very
poorly. Much, much worse than with amdgpupro. To the point that the main thread
has to wait for async and causes a significant hitch (up to 4 seconds in some
logs I captured).

I tend to agree that this problem is not related to shader compilation. The
bumps from shader compilation are barely showing up in profiles. But it's
definitely made a lot worse by running on radeonsi. On the same system with
amdgpupro those same hitches can happen but they are in the 100/200ms range.

At this point of the investigation, and due to scheduling constraints, I am
likely only going to come back to this once Timothy Arceri has a shader cache
implementation available. I suspect this will not help significantly but let's
hope I'm wrong there.

In the meantime there are some log files from the async thread compared between
radeonsi and amdgpu-pro if someone feels like extracting some possibly useful
data:

https://www.dropbox.com/s/d73jk66uhfrhv8l/amdgpupro-compressedread-timings.log?dl=0
https://www.dropbox.com/s/1xfl3l24f5buzs0/radeonsi-compressedread-timings.log?dl=0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (55 preceding siblings ...)
  2017-01-25 17:02 ` bugzilla-daemon
@ 2017-01-25 17:34 ` bugzilla-daemon
  2017-01-26  2:28 ` bugzilla-daemon
                   ` (36 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-25 17:34 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #56 from Grazvydas Ignotas <notasas@gmail.com> ---
Is the async I/O thread doing a lot of memory allocations?

If so, perhaps the malloc implementation is slowed down by having large amount
of small allocs/frees from shader compiles and/or fragmentation of it's free
space. I wonder if it's possible to put mesa on a separate allocator without
affecting the rest of the app.
If the game is 32bit, it could also be that the address space is almost fully
mapped and mmap is struggling to find holes to fit the new allocations in.

Just some random guesses there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (56 preceding siblings ...)
  2017-01-25 17:34 ` bugzilla-daemon
@ 2017-01-26  2:28 ` bugzilla-daemon
  2017-01-26  4:35 ` bugzilla-daemon
                   ` (35 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-26  2:28 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #57 from Vladislav Egorov <vegorov180@gmail.com> ---
Simple way to reproduce the bug - launch the game, then go to "Options" menu
and get multi-second (>5s) freeze.

I've tried to launch Rocket League on several GPUs. Graphics settings were the
same everywhere. I wasn't able to reproduce the bug on i965 (Haswell), nouveau
(GT710) and llvmpipe, it takes maybe 1 second to load "Options" menu on these
drivers. I've reproduced the bug on radeonsi (R270X) and r600g (6930). The bug
is reproducible on both radeon+radeonsi and amdgpu+radeonsi on fresh 4.9
kernel.

So it's very unlikely it has anything to do with memory allocation or shader
compilation at all. Shader cache would not help either. Narrowing the circle of
suspects a bit more. LLVM can't be related, because the bug is reproducible on
r600. Gallium is unlikely related, because I don't see the bug on llvmpipe and
nouveau. That's something common to R600 and radeonsi.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (57 preceding siblings ...)
  2017-01-26  2:28 ` bugzilla-daemon
@ 2017-01-26  4:35 ` bugzilla-daemon
  2017-01-26 14:17 ` bugzilla-daemon
                   ` (34 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-26  4:35 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #58 from Vladislav Egorov <vegorov180@gmail.com> ---
Correction - in fact I only tested radeon+radeonsi pair. I will try
amdgpu+radeonsi later.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (58 preceding siblings ...)
  2017-01-26  4:35 ` bugzilla-daemon
@ 2017-01-26 14:17 ` bugzilla-daemon
  2017-01-26 14:22 ` bugzilla-daemon
                   ` (33 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-26 14:17 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #59 from Andreas Hartmetz <ahartmetz@gmail.com> ---
Another random guess: Maybe shader compilation is a problem insofar that it
blocks in a different GL API call than in other drivers, which causes some lock
to be held for much longer. Then the I/O thread won't find the lock free to
submit a result when it expects to.
That would require the GL / I/O thread synchronization to be done in a
suboptimal way - the right synchronization primitives and techniques would
avoid such problems.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (59 preceding siblings ...)
  2017-01-26 14:17 ` bugzilla-daemon
@ 2017-01-26 14:22 ` bugzilla-daemon
  2017-02-07 10:40 ` bugzilla-daemon
                   ` (32 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-01-26 14:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #60 from Iaroslav Andrusyak <pontostroy@gmail.com> ---
if it help rocket league in wine(gallium-nine) works fine without hangs

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (60 preceding siblings ...)
  2017-01-26 14:22 ` bugzilla-daemon
@ 2017-02-07 10:40 ` bugzilla-daemon
  2017-02-07 10:41 ` bugzilla-daemon
                   ` (31 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-07 10:40 UTC (permalink / raw)
  To: dri-devel


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

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

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop
                   |org                         |.org
            Version|12.0                        |git
         QA Contact|intel-3d-bugs@lists.freedes |dri-devel@lists.freedesktop
                   |ktop.org                    |.org
          Component|glsl-compiler               |Drivers/Gallium/radeonsi

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (61 preceding siblings ...)
  2017-02-07 10:40 ` bugzilla-daemon
@ 2017-02-07 10:41 ` bugzilla-daemon
  2017-02-07 12:21 ` bugzilla-daemon
                   ` (30 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-07 10:41 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #61 from Marek Olšák <maraeo@gmail.com> ---
Created attachment 129379
  --> https://bugs.freedesktop.org/attachment.cgi?id=129379&action=edit
patch - possible workaround

Does the attached patch help?

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (62 preceding siblings ...)
  2017-02-07 10:41 ` bugzilla-daemon
@ 2017-02-07 12:21 ` bugzilla-daemon
  2017-02-07 13:32 ` bugzilla-daemon
                   ` (29 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-07 12:21 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #62 from lod <freedesktop@bremsspur.org> ---
the patch kind of works for me.
The Game loads much faster now, so does the options menu and I can play the
game without any lags, but know I only get 30-40fps (60+ before) at Radeon
6950(r600g)

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (63 preceding siblings ...)
  2017-02-07 12:21 ` bugzilla-daemon
@ 2017-02-07 13:32 ` bugzilla-daemon
  2017-02-07 17:07 ` bugzilla-daemon
                   ` (28 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-07 13:32 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #63 from Marek Olšák <maraeo@gmail.com> ---
OK. Let's wait for more people to report the same findings.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (64 preceding siblings ...)
  2017-02-07 13:32 ` bugzilla-daemon
@ 2017-02-07 17:07 ` bugzilla-daemon
  2017-02-07 18:30 ` bugzilla-daemon
                   ` (27 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-07 17:07 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #64 from freedesktop@bremsspur.org ---
Got it tested on another system with a rx470.
The hangs are mostly gone, but fps drops from 60+ to ~25. (btw the patch was
applied to mesa 13.0.0.4)

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (65 preceding siblings ...)
  2017-02-07 17:07 ` bugzilla-daemon
@ 2017-02-07 18:30 ` bugzilla-daemon
  2017-02-07 21:34 ` bugzilla-daemon
                   ` (26 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-07 18:30 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #65 from Andrei.Demin1996@gmail.com ---
> Got it tested on another system with a rx470.
>The hangs are mostly gone, but fps drops from 60+ to ~25. (btw the patch was >applied to mesa 13.0.0.4)
Yep, same. FPS drops from 60+ to 30-40 FPS, the hangs are mostly gone, but some
still there.
MESA 13.0.3
RX 480

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (66 preceding siblings ...)
  2017-02-07 18:30 ` bugzilla-daemon
@ 2017-02-07 21:34 ` bugzilla-daemon
  2017-02-08  1:08 ` bugzilla-daemon
                   ` (25 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-07 21:34 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #66 from Captain Crutches <captaincrutches@gmail.com> ---
I'm having the same results as everyone else with the patch: hanging seems
diminished, FPS down noticeably (in multiplayer, not free play) but still
playable.

Patched mesa 17.0_rc2
R9 290

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (67 preceding siblings ...)
  2017-02-07 21:34 ` bugzilla-daemon
@ 2017-02-08  1:08 ` bugzilla-daemon
  2017-02-08 12:39 ` bugzilla-daemon
                   ` (24 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-08  1:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #67 from Michel Dänzer <michel@daenzer.net> ---
The patch forces most buffers to GTT, which is clearly a bad idea with a
dedicated GPU.

Marek, what theory did you want to test with this patch?

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (68 preceding siblings ...)
  2017-02-08  1:08 ` bugzilla-daemon
@ 2017-02-08 12:39 ` bugzilla-daemon
  2017-02-08 18:16 ` bugzilla-daemon
                   ` (23 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-08 12:39 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #68 from Marek Olšák <maraeo@gmail.com> ---
The long hangs are spent in an upload/decompression thread the game uses. The
thread doesn't use any GL calls.

My theory that's now confirmed was that the game maps buffers in VRAM and does
read-modify-write on that memory in that thread. We know that direct VRAM
access is uncached and super slow if it's not a series of sequential writes
that is write-combined on the CPU, which is like a write-only cache. Games
typically upload data using a sequential copy/fill, which is why we had not
seen this issue before.

If the game used the MAP READ flag, the driver would return a mapping in RAM
with caching enabled. You'll also get that if you set the CLIENT STORAGE bit in
glBufferStorage.

For completeness, you can also get a mapping in RAM that's uncached. The CPU
and GPU performance is somewhere between the VRAM and cached RAM. We use it for
streaming because the GPU has faster access to RAM uncached by the CPU.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (69 preceding siblings ...)
  2017-02-08 12:39 ` bugzilla-daemon
@ 2017-02-08 18:16 ` bugzilla-daemon
  2017-02-08 18:23 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-08 18:16 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #69 from Marek Olšák <maraeo@gmail.com> ---
Actually, the only way to get cached RAM is to map a buffer with
GL_MAP_READ_BIT. There is no other way.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (70 preceding siblings ...)
  2017-02-08 18:16 ` bugzilla-daemon
@ 2017-02-08 18:23 ` bugzilla-daemon
  2017-02-08 18:36 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-08 18:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #70 from Captain Crutches <captaincrutches@gmail.com> ---
So, at the risk of sounding ignorant, does that mean the bug actually belongs
to Psyonix because they're just doing it inefficiently, or is there still
something that can be done on the Mesa side?

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (71 preceding siblings ...)
  2017-02-08 18:23 ` bugzilla-daemon
@ 2017-02-08 18:36 ` bugzilla-daemon
  2017-02-08 18:37 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-08 18:36 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #71 from Marek Olšák <maraeo@gmail.com> ---
The current heuristic in Mesa is that if a buffer is not mapped for read, Mesa
doesn't enable CPU caches for the mapping. It's usually an optimal solution for
write-only buffer uploads.

Enabling CPU caches for mapped buffers adds a lot of inefficiencies, so it
should be avoided.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (72 preceding siblings ...)
  2017-02-08 18:36 ` bugzilla-daemon
@ 2017-02-08 18:37 ` bugzilla-daemon
  2017-02-09 12:48 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-08 18:37 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #72 from Marek Olšák <maraeo@gmail.com> ---
If the game does any reads or read-modify-write on the mapped buffer memory and
doesn't use the GL_MAP_READ_BIT, it's a bug in the game.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (73 preceding siblings ...)
  2017-02-08 18:37 ` bugzilla-daemon
@ 2017-02-09 12:48 ` bugzilla-daemon
  2017-02-10  0:59 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-09 12:48 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #73 from Clemens Eisserer <linuxhippy@gmail.com> ---
just to be curious, does it actually map the buffer with the READ flag?

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (74 preceding siblings ...)
  2017-02-09 12:48 ` bugzilla-daemon
@ 2017-02-10  0:59 ` bugzilla-daemon
  2017-02-10  1:05 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-10  0:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #74 from iuno@posteo.net ---
Do you need more testing?

Has anyone yet reported that to psyonix?

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (75 preceding siblings ...)
  2017-02-10  0:59 ` bugzilla-daemon
@ 2017-02-10  1:05 ` bugzilla-daemon
  2017-02-10  2:08 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-10  1:05 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #75 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Clemens Eisserer from comment #73)
> just to be curious, does it actually map the buffer with the READ flag?

According to Timothee and the apitrace it does, so
https://patchwork.freedesktop.org/patch/138047/ should help for this issue.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (76 preceding siblings ...)
  2017-02-10  1:05 ` bugzilla-daemon
@ 2017-02-10  2:08 ` bugzilla-daemon
  2017-02-10 12:38 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-10  2:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #76 from fin4478@hotmail.com ---
I tested the game and with default video settings it did hang sometimes, but
dialing video settings down, the Rocket League works fine with Debian testing
Xfce. Oipaf ppa and custom adg5f drm-next-4.11-wip kernel. Rx 460 is my gpu and
I have tweaked the kernel to be fast and stable, see:
https://bugzilla.kernel.org/show_bug.cgi?id=193651

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (77 preceding siblings ...)
  2017-02-10  2:08 ` bugzilla-daemon
@ 2017-02-10 12:38 ` bugzilla-daemon
  2017-02-10 18:10 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-10 12:38 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #77 from freedesktop@bremsspur.org ---
(In reply to Michel Dänzer from comment #75)
> (In reply to Clemens Eisserer from comment #73)
> > just to be curious, does it actually map the buffer with the READ flag?
> 
> According to Timothee and the apitrace it does, so
> https://patchwork.freedesktop.org/patch/138047/ should help for this issue.

it helps, but fps drops quite a bit on my aged r660g gpu (patch applied to mesa
13.0.4). It runs better as Mareks test did before, so maybe it works out for
newer hardware.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (78 preceding siblings ...)
  2017-02-10 12:38 ` bugzilla-daemon
@ 2017-02-10 18:10 ` bugzilla-daemon
  2017-02-10 20:13 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-10 18:10 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #78 from Timothee Besset <ttimo@ttimo.net> ---
Testing a game side fix for this problem atm (doesn't require the patched
drivers). If someone wants to give it a spin before I send it to Psyonix, catch
me on freenode (TTimo).

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (79 preceding siblings ...)
  2017-02-10 18:10 ` bugzilla-daemon
@ 2017-02-10 20:13 ` bugzilla-daemon
  2017-02-10 22:23 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-10 20:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #79 from Timothee Besset <ttimo@ttimo.net> ---
(testing done - it may take a few days before this rolls out in a steam update)

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (80 preceding siblings ...)
  2017-02-10 20:13 ` bugzilla-daemon
@ 2017-02-10 22:23 ` bugzilla-daemon
  2017-02-12 15:08 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-10 22:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #80 from Jani Kärkkäinen <jani.karkkainen@gmail.com> ---
I think this is merged now? 

Using the padoka git ppa which just so happened to be updated, which included
this patch (as it was just merged?), I can confirm the findings others had. The
lag spikes effectively disappeared, but fps dropped to about 80% (on the lowest
settings, to be fair). 

What's interesting though is that now it was possible to set the highest
quality (before the patch it just lagged for me for double digit seconds, just
for setting it up), and if I remember correctly, the fps was horrid, about half
of the lowest settings. But now I can play just fine with 1080p quality maxed @
74 fps.

Also, before the patch the fps was quite stable, but now it fluctuates a lot
more. It doesn't affect the gameplay negatively, though.

Testing this on RX480.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (81 preceding siblings ...)
  2017-02-10 22:23 ` bugzilla-daemon
@ 2017-02-12 15:08 ` bugzilla-daemon
  2017-02-12 16:45 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-12 15:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #81 from Marek Olšák <maraeo@gmail.com> ---
I merged a different patch that just improves GL_MAP_READ_BIT and returns a
mapping with CPU caches enabled, with the downside that it does a copy from the
uncached buffer into a cached temporary buffer, maps that, and if
GL_MAP_WRITE_BIT is set, the temporary buffer is copied into the original
buffer on unmap.

The reason GPU drivers prefer uncached allocations is that the GPU access to
the buffer is faster while the CPU access is slower (except for sequential
writes). If we enabled caching, the GPU access would be slower, but the CPU
access would be faster. Or we could have 2 buffers and do copying back and
forth like for GL_MAP_READ_BIT, but again the copy also isn't free and it's
worse if you have to do 2 copies - one in Map and the other in Unmap.

The malloc + memcpy solution on the app side is probably the best one.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (82 preceding siblings ...)
  2017-02-12 15:08 ` bugzilla-daemon
@ 2017-02-12 16:45 ` bugzilla-daemon
  2017-02-13  3:23 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-12 16:45 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #82 from Timothee Besset <ttimo@ttimo.net> ---
Thanks Marek. The game has been updated to use a malloc and memcpy, this fix
will have rolled out to everyone by now.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (83 preceding siblings ...)
  2017-02-12 16:45 ` bugzilla-daemon
@ 2017-02-13  3:23 ` bugzilla-daemon
  2017-02-13  9:22 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-13  3:23 UTC (permalink / raw)
  To: dri-devel


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

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

Michel Dänzer <michel@daenzer.net> changed:

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

--- Comment #83 from Michel Dänzer <michel@daenzer.net> ---
Thanks for the report and everyone's cooperation in getting it resolved. Fixed
in Git master:

Module: Mesa
Branch: master
Commit: d86099df0af7c22c8acfd48b38ad446d9c8df6bd
URL:   
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d86099df0af7c22c8acfd48b38ad446d9c8df6bd

Author: Marek Olšák <marek.olsak@amd.com>
Date:   Thu Feb  9 03:14:22 2017 +0100

gallium/radeon: fix performance of buffer readbacks

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (84 preceding siblings ...)
  2017-02-13  3:23 ` bugzilla-daemon
@ 2017-02-13  9:22 ` bugzilla-daemon
  2017-02-13 13:13 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-13  9:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #84 from Marek Olšák <maraeo@gmail.com> ---
Michel, the commit in master doesn't fix it. It was fixed in the game by using
mallocd memory for the upload process and then memcpy into the buffer.
Therefore, the game doesn't need to use the read flag and doesn't do
read-modify-write on mapped memory.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (85 preceding siblings ...)
  2017-02-13  9:22 ` bugzilla-daemon
@ 2017-02-13 13:13 ` bugzilla-daemon
  2017-02-13 13:19 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-13 13:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #85 from Jani Kärkkäinen <jani.karkkainen@gmail.com> ---
Well this is confusing. The client update hasn't rolled out to me on steam yet
(the last modified date of the RocketLeague -binary is 31st of January, so
about 2 weeks old), but by updating to a more recent mesa (where the buffer fix
is inplace) the game's lag spikes have been definitely fixed. Also, the lag
spikes were gone only after updating the drivers.

It can't be the client, so it must be the drivers, right?

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (86 preceding siblings ...)
  2017-02-13 13:13 ` bugzilla-daemon
@ 2017-02-13 13:19 ` bugzilla-daemon
  2017-02-13 14:34 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-13 13:19 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #86 from Marek Olšák <maraeo@gmail.com> ---
In that case, Michel is right.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (87 preceding siblings ...)
  2017-02-13 13:19 ` bugzilla-daemon
@ 2017-02-13 14:34 ` bugzilla-daemon
  2017-02-13 19:53 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-13 14:34 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #87 from Andreas Hartmetz <ahartmetz@gmail.com> ---
For the record, the game side fix has NOT been shipped by Steam yet, at least
for me, in Germany, not on a beta program. In case anyone else gets confused.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (88 preceding siblings ...)
  2017-02-13 14:34 ` bugzilla-daemon
@ 2017-02-13 19:53 ` bugzilla-daemon
  2017-02-14  0:08 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-13 19:53 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #88 from freedesktop@bremsspur.org ---
(In reply to Andreas Hartmetz from comment #87)
> For the record, the game side fix has NOT been shipped by Steam yet, at
> least for me, in Germany, not on a beta program. In case anyone else gets
> confused.

it's not public yet https://steamdb.info/app/252950/depots/

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (89 preceding siblings ...)
  2017-02-13 19:53 ` bugzilla-daemon
@ 2017-02-14  0:08 ` bugzilla-daemon
  2017-02-14  1:12 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-14  0:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #89 from Tobias Droste <tdroste@gmx.de> ---
So today came a game update and I can also confirm that the long pauses at the
beginning are gone. But there's still a small pause (<1s) every 2 or 3s now and
not only at the beginning. 

Do you think it's a separate issue? (Mesa git from today)

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (90 preceding siblings ...)
  2017-02-14  0:08 ` bugzilla-daemon
@ 2017-02-14  1:12 ` bugzilla-daemon
  2017-02-14  9:51 ` bugzilla-daemon
  2017-02-16 20:28 ` bugzilla-daemon
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-14  1:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #90 from Marek Olšák <maraeo@gmail.com> ---
(In reply to Tobias Droste from comment #89)
> So today came a game update and I can also confirm that the long pauses at
> the beginning are gone. But there's still a small pause (<1s) every 2 or 3s
> now and not only at the beginning. 
> 
> Do you think it's a separate issue? (Mesa git from today)

You can find that out by yourself with Gallium HUD queries such as
num-compilations for the shader compiler and num-bytes-moved, which is TTM
activity.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (91 preceding siblings ...)
  2017-02-14  1:12 ` bugzilla-daemon
@ 2017-02-14  9:51 ` bugzilla-daemon
  2017-02-16 20:28 ` bugzilla-daemon
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-14  9:51 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #91 from Andreas Hartmetz <ahartmetz@gmail.com> ---
Steam has now shipped the game side fix as well.
It feels almost like a new game, much much better.

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

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

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

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

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

* [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
       [not found] <bug-97879-502@http.bugs.freedesktop.org/>
                   ` (92 preceding siblings ...)
  2017-02-14  9:51 ` bugzilla-daemon
@ 2017-02-16 20:28 ` bugzilla-daemon
  93 siblings, 0 replies; 94+ messages in thread
From: bugzilla-daemon @ 2017-02-16 20:28 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #92 from libgradev@gmail.com ---
Working great here now guys - latest RL build and Mesa git.

Thanks to all involved - great cooperation :)

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

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

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

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

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

end of thread, other threads:[~2017-02-16 20:28 UTC | newest]

Thread overview: 94+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-97879-502@http.bugs.freedesktop.org/>
2016-09-20 23:28 ` [Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?) bugzilla-daemon
2016-09-21  2:05 ` bugzilla-daemon
2016-09-21  8:05 ` bugzilla-daemon
2016-09-21 14:59 ` bugzilla-daemon
2016-09-21 18:04 ` bugzilla-daemon
2016-09-21 19:01 ` bugzilla-daemon
2016-09-21 19:02 ` bugzilla-daemon
2016-09-21 19:02 ` bugzilla-daemon
2016-09-21 19:07 ` bugzilla-daemon
2016-09-21 19:15 ` bugzilla-daemon
2016-09-22 12:27 ` bugzilla-daemon
2016-09-22 17:47 ` bugzilla-daemon
2016-09-23  1:15 ` bugzilla-daemon
2016-09-24 15:19 ` bugzilla-daemon
2016-09-24 23:58 ` bugzilla-daemon
2016-09-24 23:58 ` bugzilla-daemon
2016-09-25  0:00 ` bugzilla-daemon
2016-09-25  0:09 ` bugzilla-daemon
2016-09-25  0:10 ` bugzilla-daemon
2016-09-25  0:11 ` bugzilla-daemon
2016-09-26 11:12 ` bugzilla-daemon
2016-09-26 18:07 ` bugzilla-daemon
2016-09-26 18:09 ` bugzilla-daemon
2016-09-27  8:49 ` bugzilla-daemon
2016-09-27  9:11 ` bugzilla-daemon
2016-09-27 15:23 ` bugzilla-daemon
2016-09-27 15:26 ` bugzilla-daemon
2016-09-27 15:47 ` bugzilla-daemon
2016-09-27 16:07 ` bugzilla-daemon
2016-09-27 18:45 ` bugzilla-daemon
2016-09-28  2:40 ` bugzilla-daemon
2016-10-15 11:16 ` bugzilla-daemon
2016-10-15 14:51 ` bugzilla-daemon
2016-10-15 15:35 ` bugzilla-daemon
2016-10-15 16:00 ` bugzilla-daemon
2016-10-16 11:55 ` bugzilla-daemon
2016-10-16 12:41 ` bugzilla-daemon
2016-10-16 14:29 ` bugzilla-daemon
2016-10-25 14:52 ` bugzilla-daemon
2016-10-28 12:49 ` bugzilla-daemon
2016-10-31  3:32 ` bugzilla-daemon
2016-10-31 11:51 ` bugzilla-daemon
2016-11-02 19:13 ` bugzilla-daemon
2016-11-11 18:27 ` bugzilla-daemon
2016-11-11 23:49 ` bugzilla-daemon
2016-11-15 17:25 ` bugzilla-daemon
2016-11-15 20:38 ` bugzilla-daemon
2017-01-06 22:23 ` bugzilla-daemon
2017-01-09  7:12 ` bugzilla-daemon
2017-01-10  4:50 ` bugzilla-daemon
2017-01-10 17:02 ` bugzilla-daemon
2017-01-13 22:22 ` bugzilla-daemon
2017-01-24 17:59 ` bugzilla-daemon
2017-01-24 18:20 ` bugzilla-daemon
2017-01-25  1:08 ` bugzilla-daemon
2017-01-25 17:02 ` bugzilla-daemon
2017-01-25 17:34 ` bugzilla-daemon
2017-01-26  2:28 ` bugzilla-daemon
2017-01-26  4:35 ` bugzilla-daemon
2017-01-26 14:17 ` bugzilla-daemon
2017-01-26 14:22 ` bugzilla-daemon
2017-02-07 10:40 ` bugzilla-daemon
2017-02-07 10:41 ` bugzilla-daemon
2017-02-07 12:21 ` bugzilla-daemon
2017-02-07 13:32 ` bugzilla-daemon
2017-02-07 17:07 ` bugzilla-daemon
2017-02-07 18:30 ` bugzilla-daemon
2017-02-07 21:34 ` bugzilla-daemon
2017-02-08  1:08 ` bugzilla-daemon
2017-02-08 12:39 ` bugzilla-daemon
2017-02-08 18:16 ` bugzilla-daemon
2017-02-08 18:23 ` bugzilla-daemon
2017-02-08 18:36 ` bugzilla-daemon
2017-02-08 18:37 ` bugzilla-daemon
2017-02-09 12:48 ` bugzilla-daemon
2017-02-10  0:59 ` bugzilla-daemon
2017-02-10  1:05 ` bugzilla-daemon
2017-02-10  2:08 ` bugzilla-daemon
2017-02-10 12:38 ` bugzilla-daemon
2017-02-10 18:10 ` bugzilla-daemon
2017-02-10 20:13 ` bugzilla-daemon
2017-02-10 22:23 ` bugzilla-daemon
2017-02-12 15:08 ` bugzilla-daemon
2017-02-12 16:45 ` bugzilla-daemon
2017-02-13  3:23 ` bugzilla-daemon
2017-02-13  9:22 ` bugzilla-daemon
2017-02-13 13:13 ` bugzilla-daemon
2017-02-13 13:19 ` bugzilla-daemon
2017-02-13 14:34 ` bugzilla-daemon
2017-02-13 19:53 ` bugzilla-daemon
2017-02-14  0:08 ` bugzilla-daemon
2017-02-14  1:12 ` bugzilla-daemon
2017-02-14  9:51 ` bugzilla-daemon
2017-02-16 20:28 ` 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.