Re: [Intel-gfx] [PATCH 2/5] drm/i915/gt: Call intel_gt_sanitize() directly

2019-11-01 Thread Andi Shyti
Hi Chris, On Wed, Oct 30, 2019 at 10:38:24AM +, Chris Wilson wrote: > Assume all responsibility for operating on the HW to sanitize the GT > state upon load/resume in intel_gt_sanitize() itself. > > Signed-off-by: Chris Wilson Looks correct, Thanks Reviewed-by: Andi Shyti Andi PS even

[Intel-gfx] [PATCH 2/5] drm/i915/gt: Call intel_gt_sanitize() directly

2019-10-30 Thread Chris Wilson
Assume all responsibility for operating on the HW to sanitize the GT state upon load/resume in intel_gt_sanitize() itself. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gem/i915_gem_pm.c| 5 --- drivers/gpu/drm/i915/gt/intel_gt.c| 6 ++-