Re: [Intel-gfx] [PATCH] drm/i915: Set up mocs tables before restarting the engines

2017-11-03 Thread Chris Wilson
Quoting Arkadiusz Hiler (2017-11-03 07:05:57) > On Thu, Nov 02, 2017 at 01:14:30PM +, Chris Wilson wrote: > > After a reset, we may immediately begin executing requests on restarting > > the engines. Ergo this has to be last step with all re-initialisation > > completed beforehand. The mocs set

Re: [Intel-gfx] [PATCH] drm/i915: Set up mocs tables before restarting the engines

2017-11-03 Thread Arkadiusz Hiler
On Thu, Nov 02, 2017 at 01:14:30PM +, Chris Wilson wrote: > After a reset, we may immediately begin executing requests on restarting > the engines. Ergo this has to be last step with all re-initialisation > completed beforehand. The mocs setup was after we started executing the > requests; do i

[Intel-gfx] [PATCH] drm/i915: Set up mocs tables before restarting the engines

2017-11-02 Thread Chris Wilson
After a reset, we may immediately begin executing requests on restarting the engines. Ergo this has to be last step with all re-initialisation completed beforehand. The mocs setup was after we started executing the requests; do it earlier! Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i91