drm/i915/pvc: Add recommended MMIO setting
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 13 Jun 2022 16:53:14 +0000 (09:53 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 15 Jun 2022 17:54:35 +0000 (10:54 -0700)
commit1556c3b4c7ed2c8f17f200d53897251fc68b7377
tree86b9698c2abbd9207c271cdf3a17541164ebf7f5
parent9affc1b87ecba31458567359b5a28b0b08920a24
drm/i915/pvc: Add recommended MMIO setting

As with past platforms, the bspec's performance tuning guide provides
recommended MMIO settings.  Although not technically "workarounds" we
apply these through the workaround framework to ensure that they're
re-applied at the proper times (e.g., on engine resets) and that any
conflicts with real workarounds are flagged.

Bspec: 72161
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220613165314.862029-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_gt_regs.h
drivers/gpu/drm/i915/gt/intel_workarounds.c