]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita277c5d2b1b16ab94fa9808c8c20403e06a4dd97
tree93b336e74bd70f0f518ac11ecf226d5720f08072
parentd1483a6175f36d5abc16be6a5c07966b0fe13c3d
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