drm/i915: Remove XEHP_FWRANGES()
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 20 Mar 2024 06:02:59 +0000 (23:02 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 22 Mar 2024 21:14:43 +0000 (14:14 -0700)
commitecab2a6ee2b06af63c92049050c1fcf1d62033c6
tree1456f2985f0b61f86476681a58a05b524316ba9f
parentcb4046d289bd31e7b4ba57221f49003b2a167af3
drm/i915: Remove XEHP_FWRANGES()

Now that DG2 is the only user of this forcewake table, remove the macro
and use FORCEWAKE_RENDER explicitly for range 0xd800 - 0xd87f.

Suggested-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Acked-by: Tvrtko Ursulin <tursulin@ursulin.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20240320060543.4034215-3-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/i915/intel_uncore.c