]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gen11: Update shadowed register table
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 29 Jul 2021 05:41:16 +0000 (22:41 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 10 Aug 2021 22:34:48 +0000 (15:34 -0700)
commit0bb50de156d8280e53884adf1d5a04d6108f90e7
tree5c30f636299cb9b9eed330feab7852c1007c1f7c
parentf9d56cd64ef3186d6ce072751f7f44dcd189f6bc
drm/i915/gen11: Update shadowed register table

The bspec lists many shadowed registers (i.e., registers for which we
don't need to grab forcewake when writing) that we weren't tracking in
the driver.  Although we may not actually use all of these registers
right now, it's best to just match the bspec list exactly.

Note that the bspec also lists registers that are shadowed for various
HW-internal accesses; we can ignore those and just list the ones that
are shadowed for accesses from the IA/CPU.

Bspec: 18333
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Caz Yokoyama <caz.yokoyama@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210729054118.2458523-5-matthew.d.roper@intel.com
drivers/gpu/drm/i915/intel_uncore.c