[Nouveau] [Bug 100762] Nouveau powersave/suspend for discrete card stopped working

2017-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100762 --- Comment #1 from Ilia Mirkin --- Can you try booting with pcie_pm_port=off ? If this helps, this may be an instance of bug 98398. -- You are receiving this mail because: You are the assignee for the

[Nouveau] [Bug 100762] New: Nouveau powersave/suspend for discrete card stopped working

2017-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100762 Bug ID: 100762 Summary: Nouveau powersave/suspend for discrete card stopped working Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux

[Nouveau] [Bug 100760] Rapid flickering when an app is placed on the second Nouveau ZaphodHeads display

2017-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100760 --- Comment #4 from Ilia Mirkin --- If you have a second machine you can ssh in from, I'd recommend taking MATE/etc out of the equation. What I mean by that is that on the target machine, start X by just running "X" on

[Nouveau] [Bug 100758] Kernel Oops when starting X nv50_dma_push

2017-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100758 --- Comment #8 from Kevin Winchester --- The updated kernel fixed the Oops, but I still see the incorrect dual screen behaviour until I wait for the screens to enter power saving mode and then wake them up. Is there any

[Nouveau] [PATCH v2] bios/iccsense: rails for power sensors have a mask of 0xf8 for version 0x10

2017-04-23 Thread Karol Herbst
I only saw those values inside the vbios: 0xff, 0xfd, 0xfc, 0xfa for valid rails. No idea what the lower value does, but at least we get power readings on a lot of Fermi GPUs with that. v2: add missing parentheses Signed-off-by: Karol Herbst ---

[Nouveau] [PATCH v3] bios/iccsense: rails for power sensors have a mask of 0xf8 for version 0x10

2017-04-23 Thread Karol Herbst
I only saw those values inside the vbios: 0xff, 0xfd, 0xfc, 0xfa for valid rails. No idea what the lower value does, but at least we get power readings on a lot of Fermi GPUs with that. v2: add missing parentheses Signed-off-by: Karol Herbst ---

[Nouveau] [Bug 99922] [NVE4] [regression, bisected] 4.10 (atomic): X shows black screen with cursor after monitors turn off

2017-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99922 --- Comment #13 from mish --- I had the same issue on an Intel-based system. I managed to overcome it by changing the BIOS video settings from PEG to IGD. I have to use the on-board video to see the BIOS bootup

[Nouveau] [PATCH] drm/nouveau/kms: Increase max retries in scanout position queries.

2017-04-23 Thread Mario Kleiner
So far we only allowed for 1 retry and just failed the query - and thereby high precision vblank timestamping - if we did not get a reasonable result, as such a failure wasn't considered all too horrible. There are a few NVidia gpu models out there which may need a bit more than 1 retry to get a

[Nouveau] [PATCH] bios/volt: Parse min and max for Version 0x40

2017-04-23 Thread Karol Herbst
This is according to what we have in nvbios. Fixes "ERROR: Can't get value of subfeature in0_min: Can't read" errors in sensors for some GPUs. Signed-off-by: Karol Herbst --- drm/nouveau/nvkm/subdev/bios/volt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[Nouveau] [PATCH] bios/iccsense: rails for power sensors have a mask of 0xf8 for version 0x10

2017-04-23 Thread Karol Herbst
I only saw those values inside the vbios: 0xff, 0xfd, 0xfc, 0xfa for valid rails. No idea what the lower value does, but at least we get power readings on a lot of Fermi GPUs with that. Signed-off-by: Karol Herbst --- drm/nouveau/nvkm/subdev/bios/iccsense.c | 5 - 1