| Summary: | [IVB]I-G-T/module_reload fails with NVDIA video card enabled | ||||||
|---|---|---|---|---|---|---|---|
| Product: | DRI | Reporter: | Guang Yang <guang.a.yang> | ||||
| Component: | DRM/Intel | Assignee: | Daniel Vetter <daniel> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | low | CC: | ben, chris, daniel, jbarnes | ||||
| Version: | unspecified | ||||||
| Hardware: | Other | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| i915 platform: | i915 features: | ||||||
| Attachments: | 
            
  | 
      ||||||
It didn't fail as such, just the test case is a little noisy. commit d00f72a01bb66d63713a0628fc47b82321a92d4c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Sep 18 14:04:58 2012 +0100 tests/module_reload: Silence warnings when unloaded shared modules So long as we spit out critical errors during i915 reload, or detect any oops the test will do its job. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55040 (In reply to comment #2) > commit d00f72a01bb66d63713a0628fc47b82321a92d4c > Author: Chris Wilson <chris@chris-wilson.co.uk> > Date: Tue Sep 18 14:04:58 2012 +0100 > > tests/module_reload: Silence warnings when unloaded shared modules > > So long as we spit out critical errors during i915 reload, or detect any > oops the test will do its job. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55040 This patch can work well. 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.
Created attachment 67310 [details] dmesg info after running module_reload System Environment: -------------------------- Platform: Ivybridge Kernel: (drm-intel-nightly)2fc764a311ca1e51c69ac3ff2872ae49617f9b46 Bug detailed description: ------------------------- On IVB platform with a NVDIA video card ,while running module_reload it shows: ERROR: Module drm_kms_helper is in use by nouveau ERROR: Module drm is in use by nouveau,ttm,drm_kms_helper module successfully unloaded module successfully loaded again Does this show correctly? The NVDIA video card shouldn't effect this cause. BTW:The case prime_nv_api can run correctly.