Bug 95361 - [drm:i915_hangcheck_elapsed [i915]] *ERROR* Hangcheck timer elapsed... render ring idle
Summary: [drm:i915_hangcheck_elapsed [i915]] *ERROR* Hangcheck timer elapsed... render...
Status: CLOSED DUPLICATE of bug 96902
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:
: 96353 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-05-12 03:23 UTC by mikhail.v.gavrilov
Modified: 2017-07-24 22:41 UTC (History)
2 users (show)

See Also:
i915 platform: HSW
i915 features: GPU hang


Attachments
dmesg (74.41 KB, text/plain)
2016-05-12 03:23 UTC, mikhail.v.gavrilov
no flags Details
GPU crash dump (2.64 MB, text/plain)
2016-05-12 03:24 UTC, mikhail.v.gavrilov
no flags Details

Description mikhail.v.gavrilov 2016-05-12 03:23:54 UTC
Created attachment 123636 [details]
dmesg

GPU hangs when I try play video file

$ uname -r
4.5.3-300.fc24.x86_64

$ rpm -qa | grep intel
xorg-x11-drv-intel-2.99.917-22.20160119.fc24.x86_64
Comment 1 mikhail.v.gavrilov 2016-05-12 03:24:21 UTC
Created attachment 123637 [details]
GPU crash dump
Comment 2 yann 2016-06-03 07:35:40 UTC
*** Bug 96353 has been marked as a duplicate of this bug. ***
Comment 3 Chris Wilson 2016-08-10 10:16:47 UTC
commit 83348ba84ee0d5d4d982e5382bfbc8b2a2d05e75
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Tue Aug 9 17:47:51 2016 +0100

    drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
    
    In commit 2529d57050af ("drm/i915: Drop racy markup of missed-irqs from
    idle-worker") the racy detection of missed interrupts was removed when
    we went idle. This however opened up the issue that the stuck waiters
    were not being reported, causing a test case failure. If we move the
    stuck waiter detection out of hangcheck and into the breadcrumb
    mechanims (i.e. the waiter) itself, we can avoid this issue entirely.
    This leaves hangcheck looking for a stuck GPU (inspecting for request
    advancement and HEAD motion), and breadcrumbs looking for a stuck
    waiter - hopefully make both easier to understand by their segregation.

*** This bug has been marked as a duplicate of bug 96902 ***


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.