Bug 77691 - [snb] stuck on render ring
Summary: [snb] stuck on render ring
Status: RESOLVED MOVED
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - Intel) (show other bugs)
Hardware: All Linux
: P3 normal
Assignee: intel-gfx-bugs@lists.freedesktop.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-11 18:56 UTC by Toralf Förster
Modified: 2014-09-25 16:02 UTC (History)
3 users (show)

See Also:
Kernel Version: 3.15
Subsystem:
Regression: No
Bisected commit-id:


Attachments
/var/tmp/i915_error_state.20140611-202241.txt.gz (324.55 KB, application/gzip)
2014-06-11 18:56 UTC, Toralf Förster
Details
errors collected by intel_gpu_abrt tool (336.19 KB, application/gzip)
2014-06-18 18:46 UTC, Mihail Kasadjikov
Details

Description Toralf Förster 2014-06-11 18:56:54 UTC
Created attachment 139301 [details]
/var/tmp/i915_error_state.20140611-202241.txt.gz

Might be already known but b/c it is a new kernel version - here it is :

Jun 11 20:22:27 n22 kernel: [drm] stuck on render ring
Jun 11 20:22:27 n22 kernel: [drm] stuck on blitter ring
Jun 11 20:22:27 n22 kernel: [drm] GPU HANG: ecode 0:0xf4e9fffe, in X [2946], reason: Ring hung, action: reset
Jun 11 20:22:27 n22 kernel: [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
Jun 11 20:22:27 n22 kernel: [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
Jun 11 20:22:27 n22 kernel: [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
Jun 11 20:22:27 n22 kernel: [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it.
Jun 11 20:22:27 n22 kernel: [drm] GPU crash dump saved to /sys/class/drm/card0/error
Jun 11 20:22:27 n22 kernel: [drm:i915_context_is_banned] *ERROR* gpu hanging too fast, banning!
Jun 11 20:22:29 n22 kernel: [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
Comment 1 Mihail Kasadjikov 2014-06-18 18:42:31 UTC
I have this problem too on Lenovo Thinkpad X201 laptop with Intel Core i7 L-620 CPU.
I use Debian jessie (testing) 64-bit with KDE.
The problem appears when I try to use hardware video decoding via vaapi (I use vlc player) after some minutes of playback.
I noticed the problem appears when I use "i915.i915_enable_rc6=1" in kernel cmdline. Because of this I can't use the power saving for Intel's GPU. 
See also https://bugs.freedesktop.org/show_bug.cgi?id=71432

$ uname -a
Linux h13 3.14.6-zen #1 ZEN SMP Fri Jun 13 03:05:48 FET 2014 x86_64 GNU/Linux

$ cat /proc/cmdline 
root=/dev/mapper/h13-root ro elevator=bfq ipv6.disable=1 no_console_suspend=1 pcie_aspm=powersave i915.i915_enable_rc6=1 video=inteldrmfb:1280x800R-8 quiet intel_iommu=igfx_off resume=/dev/mapper/h13-swap zswap.enabled=1
Comment 2 Mihail Kasadjikov 2014-06-18 18:46:20 UTC
Created attachment 140261 [details]
errors collected by intel_gpu_abrt tool
Comment 3 Jani Nikula 2014-09-12 13:16:03 UTC
(In reply to Mihail Kasadjikov from comment #1)
> I have this problem too ...

Mihail, yours is not the same.
Comment 4 Jani Nikula 2014-09-23 14:35:13 UTC
Chris, please have a look at this one.
Comment 5 Chris Wilson 2014-09-23 15:21:20 UTC
It's just the old, old snb semaphores hang.

Should be prevented here: http://cgit.freedesktop.org/~ickle/linux-2.6/log/?h=requests
Comment 6 Jani Nikula 2014-09-24 08:09:28 UTC
(In reply to Chris Wilson from comment #5)
> It's just the old, old snb semaphores hang.
> 
> Should be prevented here:
> http://cgit.freedesktop.org/~ickle/linux-2.6/log/?h=requests

Do we have a bug for this on fdo so we could close this one?
Comment 7 Chris Wilson 2014-09-24 08:14:35 UTC
Do we have a bug! https://bugs.freedesktop.org/show_bug.cgi?id=54226 is celebrating its second anniversary and is the most frequently hit hang in abrt.
Comment 8 Jani Nikula 2014-09-24 09:12:16 UTC
(In reply to Chris Wilson from comment #7)
> Do we have a bug! https://bugs.freedesktop.org/show_bug.cgi?id=54226 is
> celebrating its second anniversary and is the most frequently hit hang in
> abrt.

Oh, *that* one.

I'll close this one here, let's have all the glory in one place.

(In reply to Chris Wilson from comment #5)
> Should be prevented here:
> http://cgit.freedesktop.org/~ickle/linux-2.6/log/?h=requests

Mihail, testing that is still appreciated; please report any results at either bug. Thanks.
Comment 9 Mihail Kasadjikov 2014-09-25 16:02:49 UTC
(In reply to Jani Nikula from comment #8)
> (In reply to Chris Wilson from comment #5)
> > Should be prevented here:
> > http://cgit.freedesktop.org/~ickle/linux-2.6/log/?h=requests
> 
> Mihail, testing that is still appreciated; please report any results at
> either bug. Thanks.

Sorry, I can't use kernel from this repo directly because I use Reiser4 and it is not ready for 3.17.
I will try to extract only DRM/intel part but I'm not sure...

Note You need to log in before you can comment on or make changes to this bug.