All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
@ 2019-02-06  0:26 bugzilla-daemon
  2019-02-06 20:43 ` bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-06  0:26 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 109561
           Summary: [regression, bisected] code re-factor causing games to
                    stutter or lock-up system
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: t_arceri@yahoo.com.au
        QA Contact: dri-devel@lists.freedesktop.org

The following commit cause bad stuttering in the Batman Arkham City benchmark
(note when testing this game is 32bit). It also causes No Mans Sky to freeze my
system.

Link to No Mans Sky api trace below. Needs the following environment variables
set when running apitrace:

force_glsl_extensions_warn=true
allow_glsl_layout_qualifier_on_function_parameters=true

https://drive.google.com/open?id=1xFl7Uzfr75aODC0ljP8hC5OYRxgtuCan

commit e0f0d3675d462aad4ca30e4383a3530d46e6e85d
Author: Nicolai Hähnle <nicolai.haehnle@amd.com>
Date:   Tue Sep 18 15:52:17 2018 +0200

    radeonsi: factor si_query_buffer logic out of si_query_hw

    This is a move towards using composition instead of inheritance for
    different query types.

    This change weakens out-of-memory error reporting somewhat, though this
    should be acceptable since we didn't consistently report such errors in
    the first place.

    Reviewed-by: Marek Olšák <marek.olsak@amd.com>

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

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

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
@ 2019-02-06 20:43 ` bugzilla-daemon
  2019-02-06 21:13 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-06 20:43 UTC (permalink / raw)
  To: dri-devel


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

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

Timothy Arceri <t_arceri@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |109535


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=109535
[Bug 109535] [Tracker] Mesa 19.0 release tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
  2019-02-06 20:43 ` bugzilla-daemon
@ 2019-02-06 21:13 ` bugzilla-daemon
  2019-02-06 21:33 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-06 21:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Nicolai Hähnle <nhaehnle@gmail.com> ---
Created attachment 143321
  --> https://bugs.freedesktop.org/attachment.cgi?id=143321&action=edit
fix some issues

I cannot reproduce the hang, unfortunately. What hardware do you get the hang
with?

There is some flickering on Polaris, which gets worse with the commit you
bisected this to. The attached patch reduces the flicker back to the pre-commit
level. Though it's essentially Marek's patch, plus an additional minor fix.

I have yet to try the Batman issue.

-- 
You are receiving this mail because:
You are the assignee 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] 10+ messages in thread

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
  2019-02-06 20:43 ` bugzilla-daemon
  2019-02-06 21:13 ` bugzilla-daemon
@ 2019-02-06 21:33 ` bugzilla-daemon
  2019-02-06 21:57 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-06 21:33 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Timothy Arceri <t_arceri@yahoo.com.au> ---
(In reply to Nicolai Hähnle from comment #1)
> Created attachment 143321 [details] [review]
> fix some issues
> 
> I cannot reproduce the hang, unfortunately. What hardware do you get the
> hang with?

Vega 64

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

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

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-02-06 21:33 ` bugzilla-daemon
@ 2019-02-06 21:57 ` bugzilla-daemon
  2019-02-07  8:23 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-06 21:57 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Timothy Arceri <t_arceri@yahoo.com.au> ---
The fix doesn't apply to master.

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

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

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-02-06 21:57 ` bugzilla-daemon
@ 2019-02-07  8:23 ` bugzilla-daemon
  2019-02-12  4:21 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-07  8:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Nicolai Hähnle <nhaehnle@gmail.com> ---
Yeah, sorry, I wrote the patch directly on top of the offending commit for
testing purposes.

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

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

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-02-07  8:23 ` bugzilla-daemon
@ 2019-02-12  4:21 ` bugzilla-daemon
  2019-02-17 23:14 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-12  4:21 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Timothy Arceri <t_arceri@yahoo.com.au> ---
(In reply to Nicolai Hähnle from comment #1)
> Created attachment 143321 [details] [review]
> fix some issues
> 
> I cannot reproduce the hang, unfortunately. What hardware do you get the
> hang with?
> 
> There is some flickering on Polaris, which gets worse with the commit you
> bisected this to. The attached patch reduces the flicker back to the
> pre-commit level. Though it's essentially Marek's patch, plus an additional
> minor fix.
> 
> I have yet to try the Batman issue.

I can confirm this patch fixes the hang in No Mans Sky.

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

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

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

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

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

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
                   ` (5 preceding siblings ...)
  2019-02-12  4:21 ` bugzilla-daemon
@ 2019-02-17 23:14 ` bugzilla-daemon
  2019-02-20  4:29 ` bugzilla-daemon
  2019-02-25 22:57 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-17 23:14 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Timothy Arceri <t_arceri@yahoo.com.au> ---
(In reply to Nicolai Hähnle from comment #4)
> Yeah, sorry, I wrote the patch directly on top of the offending commit for
> testing purposes.

Any chance you can send out the second fix for review? It seems to fix my
issues.

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

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

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

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

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

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
                   ` (6 preceding siblings ...)
  2019-02-17 23:14 ` bugzilla-daemon
@ 2019-02-20  4:29 ` bugzilla-daemon
  2019-02-25 22:57 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-20  4:29 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from Marek Olšák <maraeo@gmail.com> ---
The fix doesn't apply to master. Also, it would be nice to get it into 19.0
before it's released. (originally it should have been released today)

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

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

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

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

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

* [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system
  2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
                   ` (7 preceding siblings ...)
  2019-02-20  4:29 ` bugzilla-daemon
@ 2019-02-25 22:57 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-02-25 22:57 UTC (permalink / raw)
  To: dri-devel


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

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

Timothy Arceri <t_arceri@yahoo.com.au> changed:

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

--- Comment #8 from Timothy Arceri <t_arceri@yahoo.com.au> ---
Updated fix pushed. No Mans Sky no longer hangs. Closing.

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

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

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

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

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

end of thread, other threads:[~2019-02-25 22:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06  0:26 [Bug 109561] [regression, bisected] code re-factor causing games to stutter or lock-up system bugzilla-daemon
2019-02-06 20:43 ` bugzilla-daemon
2019-02-06 21:13 ` bugzilla-daemon
2019-02-06 21:33 ` bugzilla-daemon
2019-02-06 21:57 ` bugzilla-daemon
2019-02-07  8:23 ` bugzilla-daemon
2019-02-12  4:21 ` bugzilla-daemon
2019-02-17 23:14 ` bugzilla-daemon
2019-02-20  4:29 ` bugzilla-daemon
2019-02-25 22:57 ` 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.