]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/i915: Update gen12 forcewake table
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 9 Oct 2020 19:44:41 +0000 (12:44 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Sat, 10 Oct 2020 01:52:52 +0000 (18:52 -0700)
commit92f5df0d448bb0951c49f4981405a32ffaa2545d
tree3d89ad4adb984dc85a39ea52f262871086cbb492
parent55e3c170950f5a15f1bf8b585881eab83b308271
drm/i915: Update gen12 forcewake table

The bspec's forcewake page was very stale and out of date for recent
platforms.  The hardware team finally provided us with an updated gen12
table (which applies to TGL, RKL, and DG1) and there are a lot of
changes.

v2:
 - Add comments showing the subregions of ranges that we've combined for
   ease of code review.  (Jose)
 - Rebase on the s/FORCEWAKE_BLITTER/FORCEWAKE_GT/ patch

Bspec: 66696
Cc: Caz Yokoyama <caz.yokoyama@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201009194442.3668677-3-matthew.d.roper@intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/intel_uncore.c