Bug 80558 - [845g] incoherent CS
Summary: [845g] incoherent CS
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: git
Hardware: Other All
: medium major
Assignee: Chris Wilson
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 13:48 UTC by Martin
Modified: 2014-06-27 07:06 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Xorg.conf to use sna acceleration and speed up login (3.53 KB, text/plain)
2014-06-26 13:48 UTC, Martin
no flags Details
crashdump (843.34 KB, text/plain)
2014-06-26 13:50 UTC, Martin
no flags Details
Only reuse already active batches. (2.25 KB, patch)
2014-06-26 19:25 UTC, Chris Wilson
no flags Details | Splinter Review

Description Martin 2014-06-26 13:48:44 UTC
Created attachment 101804 [details]
Xorg.conf to use sna acceleration and speed up login

in dmesg
[621699.944514] [drm] stuck on render ring
[621699.944525] [drm] GPU crash dump saved to /sys/class/drm/card0/error
[621699.944528] [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
[621699.944530] [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
[621699.944533] [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
[621699.944535] [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it.
[621699.956269] [drm:i915_reset] *ERROR* Failed to reset chip: -19
Comment 1 Martin 2014-06-26 13:50:00 UTC
Created attachment 101805 [details]
crashdump
Comment 2 Chris Wilson 2014-06-26 19:25:45 UTC
Created attachment 101826 [details] [review]
Only reuse already active batches.

I just want to check how painful this is in practice first.
Comment 3 Chris Wilson 2014-06-26 20:18:39 UTC
Throughput testing of that patch seems fine. Please see if it prevents the incoherent read.
Comment 4 Chris Wilson 2014-06-27 07:06:10 UTC
commit 157e22cb8e96b0a9ffa7d58625fe2396f6084ff9
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Thu Jun 26 20:19:52 2014 +0100

    sna: Only reuse pinned batches for 830/845
    
    Trying to fly too close to the sun. :(
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80558
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>


Please do reopen if the problem persists. Thanks for the 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.