drm/i915/gt: Do not generate the command streamer for all the CCS
authorAndi Shyti <andi.shyti@linux.intel.com>
Thu, 28 Mar 2024 07:34:04 +0000 (08:34 +0100)
committerAndi Shyti <andi.shyti@linux.intel.com>
Sat, 30 Mar 2024 00:17:35 +0000 (01:17 +0100)
commitc7a5aa4e57f88470313a8277eb299b221b86e3b1
treea77f386d67288b524869286188efdc300ff54775
parentf5d2904cf814f20b79e3e4c1b24a4ccc2411b7e0
drm/i915/gt: Do not generate the command streamer for all the CCS

We want a fixed load CCS balancing consisting in all slices
sharing one single user engine. For this reason do not create the
intel_engine_cs structure with its dedicated command streamer for
CCS slices beyond the first.

Fixes: d2eae8e98d59 ("drm/i915/dg2: Drop force_probe requirement")
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Chris Wilson <chris.p.wilson@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: <stable@vger.kernel.org> # v6.2+
Acked-by: Michal Mrozek <michal.mrozek@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240328073409.674098-3-andi.shyti@linux.intel.com
drivers/gpu/drm/i915/gt/intel_engine_cs.c