drm/i915/uncore: Replace gen8 write functions with general fwtable
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 10 Sep 2021 20:10:27 +0000 (13:10 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 22 Sep 2021 00:11:06 +0000 (17:11 -0700)
commit09b2a597de37032c7571d1b066b5d336df8c14eb
tree93b336e74bd70f0f518ac11ecf226d5720f08072
parent6cdbb1018238a363b9b842dc2a5733c9109319c6
drm/i915/uncore: Replace gen8 write functions with general fwtable

Now that we have both a standard forcewake table (albeit a single-entry
table) and the shadow table stored in the uncore, we can drop the
gen8-specific write handlers in favor of the general fwtable version.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210910201030.3436066-4-matthew.d.roper@intel.com
drivers/gpu/drm/i915/intel_uncore.c