Bug 117181
Summary: | graphic glitches for Kernel > 4.2 Intel HD 5xx and skylake | ||
---|---|---|---|
Product: | Drivers | Reporter: | yves.dufournaud |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | pqtezo |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 4.5.2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | dmesg_after.txt |
Description
yves.dufournaud
2016-04-25 16:22:23 UTC
there is another issue: resuming from suspend to ram is failing, I would have filled a separate bug, but apparently it can be linked to graphics. following the instruction here: https://01.org/linuxgraphics/documentation/development/how-debug-suspend-resume-issues S3 suspend (a.k.a Suspend To RAM): dmesg > dmesg_before; echo mem > /sys/power/state; dmesg > dmesg_after the machine go to sleep : led blinking after pressing power button, make machine reboot. but dmesg_after exists with same content as dmesg_before, so quoting source: "If dmesg_after exists, it means that the system can be resumed from BIOS, so it's likely to be a graphics issue. Otherwise, it's not related to graphics and don't report it to freedesktop.org bugzilla." will try to set Enable "CONFIG_PM_DEBUG" for next test tested with CONFIG_PM_DEBUG with core/processors/device dmesg > dmesg_before; echo mem > /sys/power/state; dmesg > dmesg_after machine resume after few second, but mouse pointer is lost (not visible/not acting) joined dmesg_after Created attachment 214301 [details]
dmesg_after.txt
output of dmesg > dmesg_before; echo mem > /sys/power/state; dmesg > dmesg_after
Please file all drm/i915 bugs at https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel |