Re: [Intel-gfx] [PATCH 02/38] drm/i915: Make all GPU resets atomic

2019-01-18 Thread Mika Kuoppala
Chris Wilson writes: > In preparation for the next few commits, make resetting the GPU atomic. > Currently, we have prepared gen6+ for atomic resetting of individual > engines, but now there is a requirement to perform the whole device > level reset (just the register poking) from inside an atomi

[Intel-gfx] [PATCH 02/38] drm/i915: Make all GPU resets atomic

2019-01-18 Thread Chris Wilson
In preparation for the next few commits, make resetting the GPU atomic. Currently, we have prepared gen6+ for atomic resetting of individual engines, but now there is a requirement to perform the whole device level reset (just the register poking) from inside an atomic context. Signed-off-by: Chri