Summary: | [APL] [IGT Basic] drv_module_reload_basic never ends | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | cprigent <christophe.prigent> | ||||
Component: | DRM/Intel | Assignee: | Jairo Miramontes <jairo.daniel.miramontes.caton> | ||||
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Severity: | blocker | ||||||
Priority: | highest | CC: | intel-gfx-bugs | ||||
Version: | unspecified | ||||||
Hardware: | x86-64 (AMD64) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | BXT | i915 features: | display/Other | ||||
Attachments: |
|
Description
cprigent
2016-02-12 17:37:24 UTC
This crash is related to a sound patch that was introduced mid February and affected other platforms as well, but now it should be fixed. Christophe, can you check please it is ok now on BXT-P platform? This test still never end on APL with last setup Setup: ====== Platform: Broxton P A0 Platform CPU Name : Intel(R) @ 1.2 GHz (family: 6, model: 92, stepping: 8) – 4 cores SoC : BROXTON-P A0 CRB : Apollo Lake LPDDR3 RVP2B Reworks : R17, R18, PNP3 Software: ========= BIOS (IFWI Version): APLK_IFWI_X64_R_2015_50_2_01 KSC : 1.08 Linux distribution: Ubuntu 15.10 64 bits Kernel:drm-intel-nightly: 2016y-03m-24d-14h-34m-29s UTC integration manifest commit f5d413cccefa1f93d64c34f357151d42add63a84 drm:libdrm-2.4.67-7-g49041c3 url: git://anongit.freedesktop.org/mesa/drm commit: 49041c3613dde0b11bf6096b3da498915303abed mesa:mesa-11.1.2 url: git://anongit.freebranch: detached commit: 7bcd827806b0816d61122ba3d37dd40178d96d98 xserver:xorg-server-1.18.1 url: git://git.freedesktop.org/git/xorg/xserver commit: 23e60f917a5af652cd83b8a3a9951c79838721b3 xf86-video-intel:2.99.917-560-gd167280 url: git://anongit.freedesktop.org/xorg/driver/xf86-video-intel commit: d1672806a5222f00dcc2eb24ccddd03f727f71bc libva:libva-1.7.0.pre1 url: git://git.freedesktop.org/git/vaapi/libva commit: 35f14479760a7ff9f5e3e89ac59b8ddbb8934800 vaapi-intel-driver:1.7.0.pre1 url: git://anongit.freedesktop.org/vaapi/intel-driver commit: ab8e4e36dce63c23786f2a1dc010edd621b49de1 cairo:1.15.2 url: git://anongit.freedesktop.org/cairo commit: db8a7f1697c49ae4942d2aa49eed52dd73dd9c7a piglit: url: git://git.freedesktop.org/git/piglit commit: c905d5d61d163bfd45ea9be7b4d962762164ef71 intel-gpu-tool:intel-gpu-tools-1.14-101-gc19b049 url: http://anongit.freedesktop.org/git/xorg/app/intel-gpu-tools.git commit: c19b049d9c2ea54e248c064171f4c5c419e4252b Bug scrub ---------- Imre, Could you have a look to it? Please confirm if we should assign it to someone. Thanks (In reply to cprigent from comment #3) > Bug scrub > ---------- > Imre, > Could you have a look to it? Please confirm if we should assign it to > someone. > Thanks Could you check if the bug is still present with the latest -nightly? I can't reproduce it here. There's been related sound driver fixes that I expect got rid of the problem. Hi Jairo, Is this test still failing? Thanks So looks like it's no longer taking forever, it ends now, find below the Output I get when executing the ./drv_module_reload_basic test: Reloading i915.ko with unbinding /sys/class/vtconsole/vtcon1/: (M) frame buffer device module successfully unloaded module successfully loaded again Reloading i915.ko with inject_load_failure=1 unbinding /sys/class/vtconsole/vtcon1/: (M) frame buffer device module successfully unloaded Reloading i915.ko with inject_load_failure=2 module successfully unloaded Reloading i915.ko with inject_load_failure=3 module successfully unloaded Reloading i915.ko with inject_load_failure=4 module successfully unloaded Reloading i915.ko with module successfully unloaded module successfully loaded again Used the following kernel: commit aedfaaef290af9c8df7d9f4adf22cbe21704d091 Author: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Date: Mon Apr 4 14:10:49 2016 +0100 drm-intel-nightly: 2016y-04m-04d-13h-09m-54s UTC integration manifest However I am not sure why it doesn't show a test status after it's completed... (success, fail) anything. (In reply to Jairo Miramontes from comment #6) > So looks like it's no longer taking forever, it ends now, find below the > Output I get when executing the ./drv_module_reload_basic test: > > Reloading i915.ko with > unbinding /sys/class/vtconsole/vtcon1/: (M) frame buffer device > module successfully unloaded > module successfully loaded again > Reloading i915.ko with inject_load_failure=1 > unbinding /sys/class/vtconsole/vtcon1/: (M) frame buffer device > module successfully unloaded > Reloading i915.ko with inject_load_failure=2 > module successfully unloaded > Reloading i915.ko with inject_load_failure=3 > module successfully unloaded > Reloading i915.ko with inject_load_failure=4 > module successfully unloaded > Reloading i915.ko with > module successfully unloaded > module successfully loaded again > > > Used the following kernel: > > commit aedfaaef290af9c8df7d9f4adf22cbe21704d091 > Author: Tvrtko Ursulin <tvrtko.ursulin@intel.com> > Date: Mon Apr 4 14:10:49 2016 +0100 > > drm-intel-nightly: 2016y-04m-04d-13h-09m-54s UTC integration manifest > > > However I am not sure why it doesn't show a test status after it's > completed... (success, fail) anything. The above output indicates success but you should also check dmesg for any errors/WARNs. The script itself won't provide the standard success/fail test status message, you'll only get that when executing the test as part of a piglit run. piglit will in turn check the exit status of the script and check for errors/WARNs in dmesg as usual. (In reply to Imre Deak from comment #7) > (In reply to Jairo Miramontes from comment #6) > > So looks like it's no longer taking forever, it ends now, find below the > > Output I get when executing the ./drv_module_reload_basic test: > > > > Reloading i915.ko with > > unbinding /sys/class/vtconsole/vtcon1/: (M) frame buffer device > > module successfully unloaded > > module successfully loaded again > > Reloading i915.ko with inject_load_failure=1 > > unbinding /sys/class/vtconsole/vtcon1/: (M) frame buffer device > > module successfully unloaded > > Reloading i915.ko with inject_load_failure=2 > > module successfully unloaded > > Reloading i915.ko with inject_load_failure=3 > > module successfully unloaded > > Reloading i915.ko with inject_load_failure=4 > > module successfully unloaded > > Reloading i915.ko with > > module successfully unloaded > > module successfully loaded again > > > > > > Used the following kernel: > > > > commit aedfaaef290af9c8df7d9f4adf22cbe21704d091 > > Author: Tvrtko Ursulin <tvrtko.ursulin@intel.com> > > Date: Mon Apr 4 14:10:49 2016 +0100 > > > > drm-intel-nightly: 2016y-04m-04d-13h-09m-54s UTC integration manifest > > > > > > However I am not sure why it doesn't show a test status after it's > > completed... (success, fail) anything. > > The above output indicates success but you should also check dmesg for any > errors/WARNs. The script itself won't provide the standard success/fail test > status message, you'll only get that when executing the test as part of a > piglit run. piglit will in turn check the exit status of the script and > check for errors/WARNs in dmesg as usual. Please check the dmesg for WARNs/errors, if there are none we can close this. Test is Pass with last setup. So closed. Hardware Platform: Broxton P A0 Platform CPU Name : Intel(R) @ 1.2 GHz (family: 6, model: 92, stepping: 8) 4 cores SoC : BROXTON-P A0 CRB : Apollo Lake LPDDR3 RVP1A Software Ubuntu 15.10 64 bits BIOS (IFWI Version): 129.10 - APLKRVPA.X64.0129.B10.1603140006 KSC: 1.2 Kernel drm-intel-nightly 4.6.0-rc2 56aa709 from http://cgit.freedesktop.org/drm-intel/ commit 56aa709c9614bf7f39ee255fd0ddf4f1b2743387 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Apr 9 12:11:26 2016 +0100 drm-intel-nightly: 2016y-04m-09d-11h-10m-49s UTC integration manifest libdrm-2.4.67-11 ea78c17 from git://anongit.freedesktop.org/mesa/drm mesa-11.1.2 7bcd827 from git://anongit.freedesktop.org/mesa/mesa cairo 1.15.2 db8a7f1 from git://anongit.freedesktop.org/cairo xserver: xorg-server-1.18.0-254 44e1c97 from git://git.freedesktop.org/git/xorg/xserver xf86-video-intel: 2.99.917-590 094924f from git://anongit.freedesktop.org/xorg/driver/xf86-video-intel libva-1.7.0-1 2339d10 from git://git.freedesktop.org/git/vaapi/libva vaapi-intel-driver 1.7.0-5 759e44d from git://anongit.freedesktop.org/vaapi/intel-driver DMC 1.06 from https://01.org/linuxgraphics/downloads/broxton-dmc-1.06 intel-gpu-tools-1.14 d6a85f0 from http://anongit.freedesktop.org/git/xorg/app/intel-gpu-tools.git |
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.