Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Use soft-rc6 for w/a protection

2019-12-02 Thread Andi Shyti
On Mon, Dec 02, 2019 at 11:08:35AM +, Chris Wilson wrote: > Now that we have soft-rc6 in place, we can use that instead of the > forcewake to disable rc6 while active; preferred by a few > microbenchmarks. > > Signed-off-by: Chris Wilson Acked-by: Andi Shyti Thanks, Andi __

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Use soft-rc6 for w/a protection

2019-12-02 Thread Chris Wilson
Now that we have soft-rc6 in place, we can use that instead of the forcewake to disable rc6 while active; preferred by a few microbenchmarks. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_gt_pm.c | 8 drivers/gpu/drm/i915/gt/intel_rc6.c | 19 +-- drive

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Use soft-rc6 for w/a protection

2019-11-30 Thread Chris Wilson
Now that we have soft-rc6 in place, we can use that instead of the forcewake to disable rc6 while active; preferred by a few microbenchmarks. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_gt_pm.c | 8 drivers/gpu/drm/i915/gt/intel_rc6.c | 19 +-- drive