OSDN Git Service

drm/i915/uncore: Drop gen11 mmio read handlers
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 10 Sep 2021 20:10:29 +0000 (13:10 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 22 Sep 2021 00:13:15 +0000 (17:13 -0700)
commite5b32ae34b02c74d3327789281b88c1e59fdca30
tree0daeedac930854180b0dee6d91d0eaa42855f8ce
parentaef02736a8516a578098a9f066c67e891a075cb4
drm/i915/uncore: Drop gen11 mmio read handlers

Consolidate down to just a single 'fwtable' implementation.  For reads
we don't need to worry about shadow tables.

While consolidating the functions, gen11/gen12 pick up a
NEEDS_FORCE_WAKE() check that they didn't have before, allowing them to
bypass a lot of forcewake/shadow checking for non-GT registers (e.g.,
display).

v2:
 - Restore NEEDS_FORCE_WAKE() check.  (Chris, Tvrtko)

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210910201030.3436066-6-matthew.d.roper@intel.com
drivers/gpu/drm/i915/intel_uncore.c