[Nouveau] [Bug 98398] Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU with runtime PM

2016-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98398 --- Comment #14 from Peter Wu --- Rick, were you actually able to suspend the system with kernel 4.7 and nouveau? Bug 98582 has a similar acpidump and claims that v4.7 also failed to suspend (actually, resume). -- You are receiving this mail be

[Nouveau] [Bug 98398] Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU with runtime PM

2016-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98398 --- Comment #13 from Peter Wu --- Created attachment 127942 --> https://bugs.freedesktop.org/attachment.cgi?id=127942&action=edit Disable d3cold on bridge when falling back to _DSM The workaround patch has been merged in v4.9-rc3-34-gb0a6af8 (

Re: [Nouveau] [PATCH 1/3] nvbios/power_budget: Add basic power budget parsing

2016-11-12 Thread Karol Herbst
2016-11-12 12:58 GMT+01:00 Pierre Moreau : > On 11:55 am - Nov 12 2016, Karol Herbst wrote: >> v2: Set entry to 0xff if not found >> Add cap entry for ver 0x30 tables >> Rework to fix memory leak >> >> Signed-off-by: Karol Herbst >> --- >> .../include/nvkm/subdev/bios/power_budget.h

[Nouveau] [Bug 98582] nouveau on a GM108 fails to resume properly from suspension

2016-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98582 hoboprim...@gmail.com changed: What|Removed |Added Summary|nouveau on aunder |nouveau on a GM108 fails to

[Nouveau] [Bug 98582] nouveau on aunder wayland+xorg: laptop doesn't resume properly from suspension

2016-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98582 hoboprim...@gmail.com changed: What|Removed |Added Summary|A regression with nouveau |nouveau on aunder

Re: [Nouveau] [PATCH 1/3] nvbios/power_budget: Add basic power budget parsing

2016-11-12 Thread Pierre Moreau
On 11:55 am - Nov 12 2016, Karol Herbst wrote: > v2: Set entry to 0xff if not found > Add cap entry for ver 0x30 tables > Rework to fix memory leak > > Signed-off-by: Karol Herbst > --- > .../include/nvkm/subdev/bios/power_budget.h| 24 > drm/nouveau/nvkm/subdev/bios/Kbuild

[Nouveau] [Bug 93828] Xorg hangs randomly with nouveau driver

2016-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93828 --- Comment #13 from Marek Greško --- I attached a kernel trace which may be related. I got this when: 1. Upgraded Fedora 24 to Fedora 25. 2. Disabled wayland for gdm. 3. Created script with export QSG_RENDER_LOOP=basic in profile.d. 4. Logge

[Nouveau] [Bug 93828] Xorg hangs randomly with nouveau driver

2016-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93828 --- Comment #12 from Marek Greško --- Created attachment 127928 --> https://bugs.freedesktop.org/attachment.cgi?id=127928&action=edit Kernel trace -- You are receiving this mail because: You are the assignee for the bug.__

[Nouveau] [PATCH 3/3] hwmon: expose power_max and power_crit

2016-11-12 Thread Karol Herbst
Signed-off-by: Karol Herbst --- drm/nouveau/nouveau_hwmon.c | 44 1 file changed, 44 insertions(+) diff --git a/drm/nouveau/nouveau_hwmon.c b/drm/nouveau/nouveau_hwmon.c index 71f764b..3d4672a 100644 --- a/drm/nouveau/nouveau_hwmon.c +++ b/drm/nouveau

[Nouveau] [PATCH 2/3] subdev/iccsense: Parse max and crit power level

2016-11-12 Thread Karol Herbst
Signed-off-by: Karol Herbst --- drm/nouveau/include/nvkm/subdev/iccsense.h | 3 +++ drm/nouveau/nvkm/subdev/iccsense/base.c| 20 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/drm/nouveau/include/nvkm/subdev/iccsense.h b/drm/nouveau/include/nvkm/subdev/

[Nouveau] [PATCH 0/3] Expose power budget cap via hwmon

2016-11-12 Thread Karol Herbst
There is an optinal header field in the power budget table we can use to read out the power cap of the GPU. We should have this in the kernel before actually using it to catch errors and see how reliable this is, but as it seems it works on all GPUs as expected on Kepler und Maxwells with the powe

[Nouveau] [PATCH 1/3] nvbios/power_budget: Add basic power budget parsing

2016-11-12 Thread Karol Herbst
v2: Set entry to 0xff if not found Add cap entry for ver 0x30 tables Rework to fix memory leak Signed-off-by: Karol Herbst --- .../include/nvkm/subdev/bios/power_budget.h| 24 drm/nouveau/nvkm/subdev/bios/Kbuild| 1 + drm/nouveau/nvkm/subdev/bios/power_bud