Re: [Intel-gfx] [PATCH] drm/i915/selftests: Keep engine awake during live_coherency

2019-11-29 Thread Matthew Auld
On Fri, 29 Nov 2019 at 22:27, Chris Wilson wrote: > > Keep the engine awake and so avoid frequent cycling in and out of > powersaving mode to eliminate the unnecessary overhead and speed up the > testing. > > Signed-off-by: Chris Wilson > Cc: Matthew Auld Reviewed-by: Matthew Auld _

[Intel-gfx] [PATCH] drm/i915/selftests: Keep engine awake during live_coherency

2019-11-29 Thread Chris Wilson
Keep the engine awake and so avoid frequent cycling in and out of powersaving mode to eliminate the unnecessary overhead and speed up the testing. Signed-off-by: Chris Wilson Cc: Matthew Auld --- drivers/gpu/drm/i915/gem/selftests/i915_gem_coherency.c | 2 ++ 1 file changed, 2 insertions(+) di