Re: [Intel-gfx] [PATCH 3/5] drm/i915/gem: Leave reloading kernel context on resume to GT

2019-11-01 Thread Andi Shyti
Hi Chris, On Wed, Oct 30, 2019 at 10:38:25AM +, Chris Wilson wrote: > As we already do reload the kernel context in intel_gt_resume, repeating > that action inside i915_gem_resume() as well is redundant. > > Signed-off-by: Chris Wilson reviewed-by: Andi Shyti Thanks, Andi > --- >

[Intel-gfx] [PATCH 3/5] drm/i915/gem: Leave reloading kernel context on resume to GT

2019-10-30 Thread Chris Wilson
As we already do reload the kernel context in intel_gt_resume, repeating that action inside i915_gem_resume() as well is redundant. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gem/i915_gem_pm.c | 30 -- 1 file changed, 30 deletions(-) diff --git