drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 11 Jun 2020 08:01:36 +0000 (09:01 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 11 Jun 2020 15:11:39 +0000 (16:11 +0100)
commit19f1f627b33385a2f0855cbc7d33d86d7f4a1e78
tree3eabab0d057f4b4c531221439435d5e3efe08ca7
parentf93ec5fb563779bda4501890b1854526de58e0f1
drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds

Rescue the GT workarounds from being buried inside init_clock_gating so
that we remember to apply them after a GT reset, and that they are
included in our verification that the workarounds are applied.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: stable@vger.kernel.org
Link: https://patchwork.freedesktop.org/patch/msgid/20200611080140.30228-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_workarounds.c
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_pm.c