Summary: | [HSW+nvidia] Kernel 3.17: Resume from suspend to ram issues, 2 GPUs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | tigrangab | ||||||||||
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||||||
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||||||
Severity: | normal | ||||||||||||
Priority: | medium | CC: | intel-gfx-bugs, przanoni | ||||||||||
Version: | unspecified | ||||||||||||
Hardware: | x86-64 (AMD64) | ||||||||||||
OS: | Linux (All) | ||||||||||||
Whiteboard: | |||||||||||||
i915 platform: | i915 features: | ||||||||||||
Attachments: |
|
Description
tigrangab
2014-10-11 19:40:29 UTC
Please boot with "drm.debug=0xe" as a Kernel parameter - you can use Grub to pass this parameter -, then reproduce the problem, run "dmesg > dmesg.txt" and attach the file here. Created attachment 107790 [details]
dmesg output of first boot
Created attachment 107791 [details]
dmesg output of first resume from standby
Created attachment 107792 [details]
dmesg output of second resume from standby
Created attachment 107793 [details]
dmesg output of third resume from standby
I suspended and resumed three times, after each resume I cleared dmesg and they are each in their own files that are attached. On the fourth resume, black screen and I had to do a hard reset. output of lspci if you need it: 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b) 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b) 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b) 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04) 00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04) 00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4) 00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4) 00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4) 00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04) 00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04) 00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04) 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10) 02:00.0 Network controller: Intel Corporation Wireless 3160 (rev 93) 03:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M] (rev ff) Can you try the drm-intel-nightly branch from git://anongit.freedesktop.org/drm-intel? That has some power well fixes that might affect the backtrace and instability, though I doubt it will power off the discrete card automatically in either configuration. I'm running Arch and trying to build it by modifying the linux-git aur package to point to the git repo you linked me to. It gets to this point and then fails: CC [M] net/netfilter/ipset/ip_set_list_set.o LD [M] net/wireless/cfg80211.o LD [M] net/netfilter/ipset/ip_set.o LD net/built-in.o ==> ERROR: A failure occurred in build(). Aborting... I tried to build it manually with following steps but run into an issue as well: 1. zcat /proc/config.gz > .config (all I edited in here is CONFIG_LOCALVERSION="-DRM-INTEL-NIGHTLY") 2. make 3. sudo make modules_install 4. make bzImage 5. sudo cp -v arch/x86/boot/bzImage /boot/vmlinuz-drm-intel-nightly 6. sudo mkinitcpio -k 3.18.0-DRM-INTEL-NIGHTLY-00849-ga243fbb -c /etc/mkinitcpio.conf -g /boot/initramfs-drm-intel-nightly.img ==> Starting build: 3.18.0-DRM-INTEL-NIGHTLY-00849-ga243fbb -> Running build hook: [base] -> Running build hook: [udev] -> Running build hook: [autodetect] -> Running build hook: [modconf] -> Running build hook: [block] -> Running build hook: [filesystems] -> Running build hook: [keyboard] ==> ERROR: module not found: `usbhid' -> Running build hook: [fsck] ==> WARNING: No modules were added to the image. This is probably not what you want. ==> Creating gzip-compressed initcpio image: /boot/initramfs-drm-intel-nightly.img ==> WARNING: errors were encountered during the build. The image may not be complete. I was missing a step, but I resolved it quickly after. I've been using the latest git since and it's been a little over a month now. I no longer have issues after resuming from standby. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.