Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485162 - ? - drm:ring_stuck error with i915 driver
Summary: ? - drm:ring_stuck error with i915 driver
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: https://bugzilla.kernel.org/show_bug....
Whiteboard: watch-linux-bugzilla
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2013-09-17 04:52 UTC by alphis
Modified: 2013-09-23 23:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alphis 2013-09-17 04:52:11 UTC
Anytime I load a video file or use the GPU in any way i get tons of the following message in dmesg.

[  161.372074] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
[  165.372674] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
[  169.373276] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring

Also the video will play in what seems like 1 FPS

Reproducible: Always

Steps to Reproduce:
1. run mplayer on some avi file
2. observe failure of life
3. open bug report
Actual Results:  
[  161.372074] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
[  165.372674] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
[  169.373276] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring

Expected Results:  
no errors with proper playback framerate.

more dmesg error stuff:

[  169.373282] [drm:i915_hangcheck_elapsed] *ERROR* no progress on render ring
[  169.373284] [drm] capturing error event; look for more information in /sys/kernel/debug/dri/0/i915_error_state
[  169.383415] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0x3b35000 ctx 0) at 0x3b3501c

contents of the /sys/kernel/debug/dri/0/i915_error_state file:

http://pastebin.com/hKfG0fUH  (seriously the file is huge)
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-09-17 11:45:06 UTC
Which kind of kernel is this? It says "3.11.1-ph34r".

If this is a rather unmodified kernel, please report this upstream at https://bugzilla.kernel.org and provide us a link to the upstream bug.

If you modified this kernel, we suggest you to reproduce this with sys-kernel/vanilla-sources to make sure the report is clean.
Comment 2 alphis 2013-09-23 23:11:20 UTC
Please see upstream solution: https://bugzilla.kernel.org/show_bug.cgi?id=61571

Basically the newer intel video driver should be used with newer kernels which ironically are masked. I had to unmask an "unstable" driver to fix my stability issue.

Someone should unmask packages that are required to function.