drm/i915: Remove special handling for !RCS_MASK()
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 20 Mar 2024 06:03:03 +0000 (23:03 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 22 Mar 2024 21:15:00 +0000 (14:15 -0700)
commit1bfc03b1375244f9029bb448ee8224b3b6dae99f
treed58069685d6b84540d3706d598edcb26ee237c15
parent326e30e4624c1f15855d8241bc639c0a0cea7429
drm/i915: Remove special handling for !RCS_MASK()

With both XEHPSDV and PVC removed (as platforms, most of their code
remain used by others), there's no need to handle !RCS_MASK() as
other platforms don't ever have fused-off render. Remove those code
paths and the special WA flag when initializing GuC.

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-7-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/i915/gt/intel_engine_cs.c
drivers/gpu/drm/i915/gt/uc/intel_guc.c