Re: [Intel-gfx] [PATCH] drm/i915: Suppress assertion for i915_ggtt_disable_guc

2018-07-20 Thread Chris Wilson
Quoting Michał Winiarski (2018-07-20 15:57:49) > On Fri, Jul 20, 2018 at 10:51:44AM +0100, Chris Wilson wrote: > > Another step in the drv_module_reload fault-injection saga, is that we > > try to disable the guc twice. Probably. It's a little unclear exactly > > what is going on in the unload sequ

Re: [Intel-gfx] [PATCH] drm/i915: Suppress assertion for i915_ggtt_disable_guc

2018-07-20 Thread Michał Winiarski
On Fri, Jul 20, 2018 at 10:51:44AM +0100, Chris Wilson wrote: > Another step in the drv_module_reload fault-injection saga, is that we > try to disable the guc twice. Probably. It's a little unclear exactly > what is going on in the unload sequence that catches us out, so for the > time being suppr

[Intel-gfx] [PATCH] drm/i915: Suppress assertion for i915_ggtt_disable_guc

2018-07-20 Thread Chris Wilson
Another step in the drv_module_reload fault-injection saga, is that we try to disable the guc twice. Probably. It's a little unclear exactly what is going on in the unload sequence that catches us out, so for the time being suppress the assertion to get the test re-enabled. Testcase: igt/drv_modul