Summary: | [byt] igt/drv_module_reload not set to timeout (Asus T100 TA) | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Olivier Berthier <olivierx.berthier> | ||||||||||||
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||||||||
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||||||||
Severity: | normal | ||||||||||||||
Priority: | medium | CC: | intel-gfx-bugs | ||||||||||||
Version: | unspecified | ||||||||||||||
Hardware: | x86-64 (AMD64) | ||||||||||||||
OS: | Linux (All) | ||||||||||||||
Whiteboard: | |||||||||||||||
i915 platform: | BYT | i915 features: | |||||||||||||
Attachments: |
|
Created attachment 117318 [details]
dmesg log file
Created attachment 117319 [details]
igt metadata json file
Created attachment 117320 [details]
Kernel config file
Looks like module re-load is hanging on BYT? The test can timeout, but we'll have to reboot to get the system into a usable state. So I guess there are two bugs here: reload doesn't work on BYT and the reload test needs a timeout and return value. Created attachment 117457 [details]
dmesg log with kmsg tags
Here is the dmesg file log with the kmsg tags.
Per CI module reload works on BYT in general. Closing. Please reopen if the problem persists with latest kernels. |
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.
Created attachment 117317 [details] kern.log file Regression ----------- No regression. Setup ----- Baytrail-T Hardware Platform: Bay Trail T / T100TA CPU: Atom Z3740 CPU core i5 (family 6, model 55, stepping 3) Software Linux distribution: Ubuntu 14.04 64 bits BIOS: T100TA.313 Software kernel 4.2.0-rc2-drm-intel-testing-2015-07-17-ta100++ drm: (HEAD, tag: libdrm-2.4.61, tag: 2.4.61) b2360626c4aa1dccdf3fe258b833121748d64d35 from git://anongit.freedesktop.org/mesa/drm intel-driver: (HEAD, tag: 1.6.0.pre1) f3f74ea23601750078215fad04dde6748364b88d from git://git.freedesktop.org/git/vaapi/intel-driver libva: (HEAD, tag: libva-1.6.0.pre1) 0f88a645ab3cea69d63371189e53cd465ab95a20 from git://git.freedesktop.org/git/vaapi/libva mesa: (HEAD, tag: mesa-10.5.9) 7f40d083748f3a8276e08a2fa0ae7149269ea379 from git://anongit.freedesktop.org/mesa/mesa xf86-video-intel: (HEAD, tag: 2.99.917) baec802b21387d04aebb10ac29e719a1800c5aa0 from git://anongit.freedesktop.org/xorg/driver/xf86-video-intel xserver: (HEAD, tag: xorg-server-1.17.2, origin/server-1.17-branch) 2123f7682d522619f101b05fb75efa75dabbe371 from git://git.freedesktop.org/git/xorg/xserver intel-gpu-tools: (HEAD, origin/master, origin/HEAD, master) 0705ce6d15320a153c137b4a2 Steps: ------ 1. Launch igt with command (as root): ${IGT_DIRNAME}/scripts/run-tests.sh -t igt@drv_module_reload 2. The test start Actual result: --------------- 2. The test never stop (no timeout) but the system don't crash, and no error found in /sys/kernel/debug/dri/0/i915_error_state Expected result: ---------------- 2. The test is successful (eventually set to fail/timeout)