Re: [Intel-gfx] [PATCH] drm/i915: Flush async power domains on probe failure

2020-04-14 Thread Chris Wilson
Quoting Jani Nikula (2020-04-14 13:32:22) > On Fri, 10 Apr 2020, "Souza, Jose" wrote: > > On Fri, 2020-04-10 at 15:43 +0100, Chris Wilson wrote: > >> Flush the async power domain work after aborting the module probe: > >> > >> <3> [307.785552] ODEBUG: free active (active state 0) object type: > >

Re: [Intel-gfx] [PATCH] drm/i915: Flush async power domains on probe failure

2020-04-14 Thread Jani Nikula
On Fri, 10 Apr 2020, "Souza, Jose" wrote: > On Fri, 2020-04-10 at 15:43 +0100, Chris Wilson wrote: >> Flush the async power domain work after aborting the module probe: >> >> <3> [307.785552] ODEBUG: free active (active state 0) object type: >> timer_list hint: intel_display_power_put_async_work+

Re: [Intel-gfx] [PATCH] drm/i915: Flush async power domains on probe failure

2020-04-10 Thread Souza, Jose
On Fri, 2020-04-10 at 15:43 +0100, Chris Wilson wrote: > Flush the async power domain work after aborting the module probe: > > <3> [307.785552] ODEBUG: free active (active state 0) object type: > timer_list hint: intel_display_power_put_async_work+0x0/0xf0 [i915] > > Closes: https://gitlab.freed

[Intel-gfx] [PATCH] drm/i915: Flush async power domains on probe failure

2020-04-10 Thread Chris Wilson
Flush the async power domain work after aborting the module probe: <3> [307.785552] ODEBUG: free active (active state 0) object type: timer_list hint: intel_display_power_put_async_work+0x0/0xf0 [i915] Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/1647 Fixes: b664259f3fe2 ("drm/i915: