* [Bug 101182] Reading amdgpu_pm_info causes stutter with Linux 4.12-rc
@ 2017-05-25 6:59 bugzilla-daemon
2017-05-25 7:00 ` bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-05-25 6:59 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1367 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101182
Bug ID: 101182
Summary: Reading amdgpu_pm_info causes stutter with Linux
4.12-rc
Product: DRI
Version: DRI git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: DRM/AMDgpu
Assignee: dri-devel@lists.freedesktop.org
Reporter: haagch@frickel.club
A stutter once wouldn't be so bad, but apps like radeon-profile repeatedly read
this file, so rendering stutters constantly.
You will have a hard time spotting it in the average fps graph, but with my
(still very inaccurate) low-fps patch at
https://github.com/ChristophHaag/mesa-mesa/commit/e097b91a85c85718576589402e075e7f5668e68c
it's very visible that there is at least one frame that's delayed a lot each
time amdgpu_pm_info is read.
The GPU load does give an independent hint that something is wrong though.
To reproduce:
run glxgears
run sudo watch --interval=.3 cat /sys/kernel/debug/dri/0/amdgpu_pm_info
observe stuttering in glxgears.
RX 480, Linux 4.12-rc2.
I haven't tested 4.11 to confirm, but if I remember correctly, this happens in
mainline since 4.12.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2755 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] 4+ messages in thread
* [Bug 101182] Reading amdgpu_pm_info causes stutter with Linux 4.12-rc
2017-05-25 6:59 [Bug 101182] Reading amdgpu_pm_info causes stutter with Linux 4.12-rc bugzilla-daemon
@ 2017-05-25 7:00 ` bugzilla-daemon
2017-05-25 13:16 ` bugzilla-daemon
2017-05-25 13:23 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-05-25 7:00 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 341 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101182
--- Comment #1 from Christoph Haag <haagch@frickel.club> ---
Created attachment 131501
--> https://bugs.freedesktop.org/attachment.cgi?id=131501&action=edit
screenshot showing the stuttering in the HUD
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1320 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] 4+ messages in thread
* [Bug 101182] Reading amdgpu_pm_info causes stutter with Linux 4.12-rc
2017-05-25 6:59 [Bug 101182] Reading amdgpu_pm_info causes stutter with Linux 4.12-rc bugzilla-daemon
2017-05-25 7:00 ` bugzilla-daemon
@ 2017-05-25 13:16 ` bugzilla-daemon
2017-05-25 13:23 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-05-25 13:16 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 694 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101182
Alex Deucher <alexdeucher@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #2 from Alex Deucher <alexdeucher@gmail.com> ---
amdgpu_pm_info exposes power statistics now which causes a small delay to
sample the power usage. If you want to poll the current clocks, there is an
ioctl interface to query this information.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2225 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] 4+ messages in thread
* [Bug 101182] Reading amdgpu_pm_info causes stutter with Linux 4.12-rc
2017-05-25 6:59 [Bug 101182] Reading amdgpu_pm_info causes stutter with Linux 4.12-rc bugzilla-daemon
2017-05-25 7:00 ` bugzilla-daemon
2017-05-25 13:16 ` bugzilla-daemon
@ 2017-05-25 13:23 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-05-25 13:23 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 298 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101182
--- Comment #3 from Christoph Haag <haagch@frickel.club> ---
Can this be done asynchronously in the driver so it doesn't impact the
rendering of 3D applications?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1153 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] 4+ messages in thread
end of thread, other threads:[~2017-05-25 13:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-25 6:59 [Bug 101182] Reading amdgpu_pm_info causes stutter with Linux 4.12-rc bugzilla-daemon
2017-05-25 7:00 ` bugzilla-daemon
2017-05-25 13:16 ` bugzilla-daemon
2017-05-25 13:23 ` 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.