[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 Lakshmi changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #12 from Lakshmi --- Clos

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 Chris Wilson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #10 from leozinho29...@hotmail.com --- With this patch, the power consumption is shown correctly. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mai

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #9 from Chris Wilson --- Created attachment 138378 --> https://bugs.freedesktop.org/attachment.cgi?id=138378&action=edit Use setlocale("C") around strtod Please try the attached patch. -- You are receiving this mail because: You

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #8 from leozinho29...@hotmail.com --- $ sudo cat /sys/devices/power/events/energy-gpu.scale 2.3283064365386962890625e-10 -- You are receiving this mail because: You are the assignee for the bug.__

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #7 from Chris Wilson --- And for completeness: cat /sys/devices/power/events/energy-gpu.scale -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel maili

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #6 from leozinho29...@hotmail.com --- The lines fprintf(stderr, "rapl_type_id()=%"PRIx64", rapl_gpu_power()=%"PRIx64"\n", rapl_type_id(), rapl_gpu_power()); made the overlay fail to build. I have changed that

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #5 from Chris Wilson --- Add a couple of printfs, diff --git a/overlay/power.c b/overlay/power.c index 9ac90fde..e6ac728a 100644 --- a/overlay/power.c +++ b/overlay/power.c @@ -117,8 +117,12 @@ int power_init(struct power *power)

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #4 from leozinho29...@hotmail.com --- With this change it is showing the values as expected, 350 mW instead of 35000 mW. -- You are receiving this mail because: You are the assignee for the bug.__

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #3 from Chris Wilson --- Ok, try changing intel-gpu-tools: diff --git a/overlay/power.c b/overlay/power.c index 9ac90fde..e02edec8 100644 --- a/overlay/power.c +++ b/overlay/power.c @@ -116,7 +116,8 @@ int power_init(struct power *p

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #2 from leozinho29...@hotmail.com --- I suppose drm-tip is this: https://cgit.freedesktop.org/drm-tip I have tried to use that kernel but intel-gpu-overlay is still showing the super high values. Both older versions of intel-gpu-over

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 --- Comment #1 from Chris Wilson --- Please try drm-tip as the interface intel-gpu-overlay uses has finally been upstreamed, hopefully it's just that. -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 105712] intel-gpu-overlay is showing insane power consumption amounts

2018-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105712 Bug ID: 105712 Summary: intel-gpu-overlay is showing insane power consumption amounts Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux