Bug 72870 - [BDW]igt/gem_pin causes drm:ring_stuck] *ERROR* Kicking stuck wait on blitter ring
Summary: [BDW]igt/gem_pin causes drm:ring_stuck] *ERROR* Kicking stuck wait on blitter...
Status: CLOSED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium normal
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 08:03 UTC by lu hua
Modified: 2017-10-06 14:41 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
dmesg (101.22 KB, text/plain)
2013-12-19 08:03 UTC, lu hua
no flags Details
error log (2.78 MB, text/plain)
2013-12-19 08:03 UTC, lu hua
no flags Details

Description lu hua 2013-12-19 08:03:13 UTC
Created attachment 90977 [details]
dmesg

System Environment:
--------------------------
Platform: Boardwell
kernel:   (drm-intel-nightly)02905525c3310ba673676f8041d0ff6be4da0e24

Bug detailed description:
---------------------------
It fails on Boardwell with -nightly kernel.
I can't find out a good commit.

output:
Killed

Reproduce steps:
-------------------------
1. ./gem_pin
Comment 1 lu hua 2013-12-19 08:03:58 UTC
Created attachment 90978 [details]
error log
Comment 2 Ben Widawsky 2013-12-23 20:30:19 UTC
Please retest with 3d7f0f9dcca6b40dd347bbf3508c642002e0a561
Comment 3 lu hua 2013-12-24 07:18:21 UTC
(In reply to comment #2)
> Please retest with 3d7f0f9dcca6b40dd347bbf3508c642002e0a561

It also happens on this commit.
Comment 4 Ben Widawsky 2013-12-24 22:12:49 UTC
Something is not right. This test should not run on -nightly:

int
i915_gem_pin_ioctl(struct drm_device *dev, void *data,
                   struct drm_file *file)
{
        struct drm_i915_gem_pin *args = data;
        struct drm_i915_gem_object *obj;
        int ret;

        if (INTEL_INFO(dev)->gen >= 6)
                return -ENODEV;


Are you certain you have the correct kernel repo?
Comment 5 lu hua 2013-12-25 05:54:35 UTC
Fixed on latest igt and kernel(nightly).
Close it.
Comment 6 lu hua 2013-12-25 05:54:50 UTC
Verified, Fixed.
Comment 7 Elizabeth 2017-10-06 14:41:02 UTC
Closing old verified.


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.