Bug 82523 - Periodic Crashes on Haswell Graphics for Acer c720
Summary: Periodic Crashes on Haswell Graphics for Acer c720
Status: CLOSED DUPLICATE of bug 80229
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: XOrg git
Hardware: Other All
: medium normal
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-12 19:52 UTC by Jesse J. Osiecki
Modified: 2017-07-24 22:52 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
/sys/class/drm/card0/error (849.07 KB, text/plain)
2014-08-12 19:52 UTC, Jesse J. Osiecki
no flags Details

Description Jesse J. Osiecki 2014-08-12 19:52:32 UTC
Created attachment 104522 [details]
/sys/class/drm/card0/error

I am using Ubuntu 14.04 on an Acer c720. Every couple of hours it will freeze for about five seconds, afterwards the framebuffer displays corrupt fonts in any window that may have been open. Closing and reopening has worked until now; I was fed up so I checked the kerne.log with grep drm and found:

Aug 12 15:09:30 jesse-Peppy kernel: [ 5843.976707] [drm] stuck on render ring
Aug 12 15:09:30 jesse-Peppy kernel: [ 5843.976715] [drm] GPU crash dump saved to /sys/class/drm/card0/error
Aug 12 15:09:30 jesse-Peppy kernel: [ 5843.976719] [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
Aug 12 15:09:30 jesse-Peppy kernel: [ 5843.976721] [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
Aug 12 15:09:30 jesse-Peppy kernel: [ 5843.976724] [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
Aug 12 15:09:30 jesse-Peppy kernel: [ 5843.976727] [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it.

I also found a thread on reddit (by accident) http://www.reddit.com/r/chrubuntu/comments/2d88dg/freezing_on_c720_ideas/
The poster there sent me his /sys/class/drm/card0/error output, so I am attaching both of ours.

It should also be noted that I was running the linux-next kernel yesterday, and this happend as well.

One more thing, as this is the Acer c720, there were a few kernel flags in grub that I used (and most people use) to make it run well with a kernel such as 3.13 (which we both have). Some of them might not be necessary in 3.16 (linux-next), but I left them in place, and I suspect that they may be the catalyst of the problem. They are:
GRUB_CMDLINE_LINUX_DEFAULT="add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic"

Thanks guys! I'll look into it as more as well, but I thought I should post it here as I finally have all of the info
Comment 1 Chris Wilson 2014-08-12 19:57:04 UTC
Both of you have the unspecific death on context load. Experience so far says that these are userspace (libva seems suspect in most reports) bugs, but there is not yet a solution.

*** This bug has been marked as a duplicate of bug 80229 ***
Comment 2 Jesse J. Osiecki 2014-08-12 19:59:26 UTC
(In reply to comment #1)
> Both of you have the unspecific death on context load. Experience so far
> says that these are userspace (libva seems suspect in most reports) bugs,
> but there is not yet a solution.
> 
> *** This bug has been marked as a duplicate of bug 80229 ***

Hmm. I have no experience in debugging drm, but if there is anything I can test let me know. Thank you for cc-ing me on the other bug report


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.