* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
@ 2011-08-01 12:12 ` bugzilla-daemon
2011-08-01 12:13 ` bugzilla-daemon
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-01 12:12 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #1 from boris64 <bugs.xorg@boris64.net> 2011-08-01 05:12:55 PDT ---
Created an attachment (id=49784)
--> (https://bugs.freedesktop.org/attachment.cgi?id=49784)
Xorg.0.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
2011-08-01 12:12 ` [Bug 39714] " bugzilla-daemon
@ 2011-08-01 12:13 ` bugzilla-daemon
2011-08-10 14:51 ` bugzilla-daemon
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-01 12:13 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #2 from boris64 <bugs.xorg@boris64.net> 2011-08-01 05:13:14 PDT ---
Created an attachment (id=49785)
--> (https://bugs.freedesktop.org/attachment.cgi?id=49785)
lspci -vvn
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
2011-08-01 12:12 ` [Bug 39714] " bugzilla-daemon
2011-08-01 12:13 ` bugzilla-daemon
@ 2011-08-10 14:51 ` bugzilla-daemon
2011-08-31 13:43 ` bugzilla-daemon
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-10 14:51 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #3 from Michel Dänzer <michel@daenzer.net> 2011-08-10 07:51:01 PDT ---
Here's my theory on what's happening:
On suspend, all BOs located in VRAM are evicted to GTT using
radeon_bo_evict_vram() -> ttm_bo_evict_mm(). There's no mechanism to explicitly
try and move these back to VRAM after resume, so some of them probably stay in
GTT indefinitely.
Not sure offhand how to address this...
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (2 preceding siblings ...)
2011-08-10 14:51 ` bugzilla-daemon
@ 2011-08-31 13:43 ` bugzilla-daemon
2011-08-31 19:53 ` bugzilla-daemon
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 13:43 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #4 from Michel Dänzer <michel@daenzer.net> 2011-08-31 06:43:22 PDT ---
(In reply to comment #3)
> Here's my theory on what's happening:
Another possibility might be that e.g. PAT / MTRR attributes aren't properly
restored for some memory areas. Can you attach the following files from
before/after suspend/resume:
/sys/kernel/debug/dri/0/radeon_*_mm
/sys/kernel/debug/x86/pat_memtype_list
/proc/mtrr
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (3 preceding siblings ...)
2011-08-31 13:43 ` bugzilla-daemon
@ 2011-08-31 19:53 ` bugzilla-daemon
2011-08-31 19:53 ` bugzilla-daemon
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 19:53 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #5 from boris64 <bugs.xorg@boris64.net> 2011-08-31 12:53:28 PDT ---
Created an attachment (id=50767)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50767)
mtrr-before-pm-suspend.txt
Here we go.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (4 preceding siblings ...)
2011-08-31 19:53 ` bugzilla-daemon
@ 2011-08-31 19:53 ` bugzilla-daemon
2011-08-31 19:54 ` bugzilla-daemon
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 19:53 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #6 from boris64 <bugs.xorg@boris64.net> 2011-08-31 12:53:52 PDT ---
Created an attachment (id=50768)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50768)
mtrr-after-pm-suspend.txt
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (5 preceding siblings ...)
2011-08-31 19:53 ` bugzilla-daemon
@ 2011-08-31 19:54 ` bugzilla-daemon
2011-08-31 19:55 ` bugzilla-daemon
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 19:54 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #7 from boris64 <bugs.xorg@boris64.net> 2011-08-31 12:54:54 PDT ---
Created an attachment (id=50769)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50769)
pat_memtype_list-before-pm-suspend.txt
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (6 preceding siblings ...)
2011-08-31 19:54 ` bugzilla-daemon
@ 2011-08-31 19:55 ` bugzilla-daemon
2011-08-31 19:55 ` bugzilla-daemon
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 19:55 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #8 from boris64 <bugs.xorg@boris64.net> 2011-08-31 12:55:16 PDT ---
Created an attachment (id=50770)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50770)
pat_memtype_list-after-pm-suspend.txt
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (7 preceding siblings ...)
2011-08-31 19:55 ` bugzilla-daemon
@ 2011-08-31 19:55 ` bugzilla-daemon
2011-08-31 19:55 ` bugzilla-daemon
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 19:55 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #9 from boris64 <bugs.xorg@boris64.net> 2011-08-31 12:55:39 PDT ---
Created an attachment (id=50771)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50771)
radeon_gtt_mm-before-pm-suspend.txt
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (8 preceding siblings ...)
2011-08-31 19:55 ` bugzilla-daemon
@ 2011-08-31 19:55 ` bugzilla-daemon
2011-08-31 19:56 ` bugzilla-daemon
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 19:55 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #10 from boris64 <bugs.xorg@boris64.net> 2011-08-31 12:55:58 PDT ---
Created an attachment (id=50772)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50772)
radeon_gtt_mm-after-pm-suspend.txt
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (9 preceding siblings ...)
2011-08-31 19:55 ` bugzilla-daemon
@ 2011-08-31 19:56 ` bugzilla-daemon
2011-08-31 19:56 ` bugzilla-daemon
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 19:56 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #11 from boris64 <bugs.xorg@boris64.net> 2011-08-31 12:56:17 PDT ---
Created an attachment (id=50773)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50773)
radeon_vram_mm-before-pm-suspend.txt
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (10 preceding siblings ...)
2011-08-31 19:56 ` bugzilla-daemon
@ 2011-08-31 19:56 ` bugzilla-daemon
2011-09-07 10:29 ` bugzilla-daemon
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-08-31 19:56 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #12 from boris64 <bugs.xorg@boris64.net> 2011-08-31 12:56:48 PDT ---
Created an attachment (id=50774)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50774)
radeon_vram_mm-after-pm-suspend.txt
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (11 preceding siblings ...)
2011-08-31 19:56 ` bugzilla-daemon
@ 2011-09-07 10:29 ` bugzilla-daemon
2011-09-25 15:34 ` bugzilla-daemon
2019-09-18 18:58 ` bugzilla-daemon
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-09-07 10:29 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #13 from Michel Dänzer <michel@daenzer.net> 2011-09-07 03:29:22 PDT ---
The MTRR/PAT info is the same before and after, but almost 60M worth of BOs
moved from VRAM to GTT. So the first theory seems more likely.
That said, I'm not sure which buffer(s) could make such a difference for
glxgears...
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (12 preceding siblings ...)
2011-09-07 10:29 ` bugzilla-daemon
@ 2011-09-25 15:34 ` bugzilla-daemon
2019-09-18 18:58 ` bugzilla-daemon
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-09-25 15:34 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=39714
--- Comment #14 from boris64 <bugs.xorg@boris64.net> 2011-09-25 08:34:51 PDT ---
Is there anything i could try out? I mean this affects
every 3d app including the kwin window manager.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread* [Bug 39714] Slow and choppy 3D performace on evergreen after pm-suspend
2011-08-01 12:12 [Bug 39714] New: Slow and choppy 3D performace on evergreen after pm-suspend bugzilla-daemon
` (13 preceding siblings ...)
2011-09-25 15:34 ` bugzilla-daemon
@ 2019-09-18 18:58 ` bugzilla-daemon
14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2019-09-18 18:58 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 841 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=39714
GitLab Migration User <gitlab-migration@fdo.invalid> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #15 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/399.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2470 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] 16+ messages in thread