[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #11 from Lukas Wunner --- The fix landed in Linus' tree yesterday: https://git.kernel.org/linus/57cb54e53bdd -- You are receiving this mail because: You are the assignee for the bug.___ d

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #10 from Lukas Wunner --- It looks like no pull request was sent out for the sound subsystem this week, so I'm afraid the fix will not appear in mainline earlier than 4.18-rc3. -- You are receiving this mail because: You are the as

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 Lukas Wunner changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #8 from p...@cooco.de --- Created attachment 140242 --> https://bugs.freedesktop.org/attachment.cgi?id=140242&action=edit dmesg with second debug patch # grep . /sys/bus/hdaudio/devices/hdaudioC1D0/widgets/*/power_caps /sys/bus/hda

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #7 from Lukas Wunner --- I'm having a déjà vu here :-) [7.840122] snd_hda_intel :02:00.1: azx_runtime_idle: !power_save_controller = 0, !azx_has_pm_runtime(chip) = 0, azx_bus(chip)->codec_powered = 0x1, !chip->running = 0 T

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #6 from p...@cooco.de --- Created attachment 140235 --> https://bugs.freedesktop.org/attachment.cgi?id=140235&action=edit dmesg with debug patch -- You are receiving this mail because: You are the assignee for the bug.

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #5 from Lukas Wunner --- Okay the HDA's runtime ref counter is 0 and it has no active children, so it should suspend. Chances are it doesn't because rpm_idle() fails for some reason. Could you try this debug patch that I had created

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #4 from p...@cooco.de --- # cat /sys/bus/pci/devices/:02:00.0/power/runtime_usage 1 # cat /sys/bus/pci/devices/:02:00.0/power/runtime_active_kids 0 # cat /sys/bus/pci/devices/:02:00.1/power/runtime_usage 0 # cat /sys/bu

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #3 from Lukas Wunner --- Okay so the HDA controller is bound to a driver and is runtime active. Naturally, if it's runtime active it'll keep the GPU awake. Question is what's keeping it active. Could you check if there are any use

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #2 from p...@cooco.de --- # cat /sys/bus/pci/devices/:02:00.0/power/control # GPU auto # cat /sys/bus/pci/devices/:02:00.0/power/runtime_status# GPU active # cat /sys/bus/pci/devices/:02:00.0/power/

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 --- Comment #1 from Lukas Wunner --- Hm, what does the following show? cat /sys/bus/pci/devices/:02:00.0/power/control # GPU cat /sys/bus/pci/devices/:02:00.0/power/runtime_status# GPU cat /sys/bus/pci/devices/

[Bug 106957] GPU runtime suspend broken since 4.17

2018-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106957 Bug ID: 106957 Summary: GPU runtime suspend broken since 4.17 Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Seve