Bug 101068 - [BAT][GDG] igt@gem_mmap_gtt@basic-small-copy(-xy)? fail in CI
Summary: [BAT][GDG] igt@gem_mmap_gtt@basic-small-copy(-xy)? fail in CI
Status: CLOSED WORKSFORME
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: DRI git
Hardware: Other All
: high critical
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard: ReadyForDev
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-17 07:50 UTC by Martin Peres
Modified: 2017-06-16 18:15 UTC (History)
1 user (show)

See Also:
i915 platform: I915G
i915 features: GEM/Other


Attachments

Description Martin Peres 2017-05-17 07:50:28 UTC
The following two tests failed on the machine fi-gdg-551:

 - igt@gem_mmap_gtt@basic-small-copy-xy: http://intel-gfx-ci.01.org/CI/CI_DRM_2614/fi-gdg-551/igt@gem_mmap_gtt@basic-small-copy-xy.html
 - igt@gem_mmap_gtt@basic-small-copy: http://intel-gfx-ci.01.org/CI/CI_DRM_2614/fi-gdg-551/igt@gem_mmap_gtt@basic-small-copy.html

Here is the assertion:
	
(gem_mmap_gtt:1703) CRITICAL: Test assertion failure function test_huge_copy, file gem_mmap_gtt.c:672:
(gem_mmap_gtt:1703) CRITICAL: Failed assertion: page[j] == ~(i + j)
(gem_mmap_gtt:1703) CRITICAL: Last errno: 25, Inappropriate ioctl for device
(gem_mmap_gtt:1703) CRITICAL: error: 0 != 0xfffffffe
Subtest basic-small-copy failed.
**** DEBUG ****
(gem_mmap_gtt:1702) intel-chipset-DEBUG: Test requirement passed: pci_dev
(gem_mmap_gtt:1702) intel-os-DEBUG: Checking 2 surfaces of size 67108864 bytes (total 134221824) against RAM
(gem_mmap_gtt:1702) drmtest-DEBUG: Test requirement passed: !(fd<0)
(gem_mmap_gtt:1702) igt-debugfs-DEBUG: Opening debugfs directory '/sys/kernel/debug/dri/0'
(gem_mmap_gtt:1702) intel-os-DEBUG: Test requirement passed: __intel_check_memory(count, size, mode, &required, &total)
(gem_mmap_gtt:1702) igt-core-DEBUG: Test requirement passed: !igt_run_in_simulation()
****  END  ****
Comment 1 Martin Peres 2017-06-15 11:35:13 UTC
Closing since it has not been seen since May 24th, just like bug 100998.
Comment 2 Chris Wilson 2017-06-15 12:00:36 UTC
Hmm, that suggests it was related to

commit 48f1fc3a301d50c27c07a0fe73cd3a75d4f59552
Author: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Date:   Mon May 22 12:02:44 2017 +0300

    drm/i915/g33: Improve reset reliability
    
    We improved the reset reliablity on gen4 with
    stopping all engines before commencing reset, in
    commit 2c80353f3cd0 ("drm/i915/g4x: Improve gpu reset reliability")
    
    Evidence indicates that this same trick works with g33.

Odd.


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.