Bug 201465
Summary: | Increased power consumption when using runtime-pm to suspend nvidia gpu | ||
---|---|---|---|
Product: | Drivers | Reporter: | Maik Freudenberg (hhfeuer) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | cevelnet, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.17 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Maik Freudenberg
2018-10-18 11:19:07 UTC
I've posted about this in a bug report on freedesktop bugzilla (https://bugs.freedesktop.org/show_bug.cgi?id=108058#c1). But it seems to be a kernel issue. My dmesg / logfile can be found there. Pretty much facing the same issue on a Dell M3800. It features a Haswell processor (i7-4702HQ) and Nvidia K1100M (Kepler, NVE7), which is very similar to the GT740M. Powertop reports ~7W idle after fresh boot, with the system entering package C-State 6. After S3 suspend / resume, the system doesn't enter PC6 anymore and idle power consumption is at around ~15W. Using the nouveau driver, echoing lowest p-state to /sys/kernel/debug/dri/*/pstate gets my power consumption back to ~7W. Blacklisting nouveau and using bbswitch instead fixes this behavior. The power consumption is as expected in that case. I wasn't able to reproduce this issue on 4.14 LTS kernel. I've tested 4.19.2, where this issue is present. It was also present in 4.20-rc5. Not entirely sure though, if this really is a regression or something else triggers it. I will re-upload my files from freedesktop here, when I get back home. Please let me know, how I can help to get this issue narrowed down. I have experience in kernel patching / building / testing. Cheers, Tolga (In reply to Tolga Cakir from comment #1) > I've posted about this in a bug report on freedesktop bugzilla > (https://bugs.freedesktop.org/show_bug.cgi?id=108058#c1). But it seems to be > a kernel issue. My dmesg / logfile can be found there. > Reassign this to the graphics experts, but my understanding is that kernel graphics bugs are also tracked in freedesktop bugzilla. |