drm/xe: Mark BCS engines as belonging to the GT forcewake domain
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 24 Apr 2026 20:48:20 +0000 (13:48 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 27 Apr 2026 20:21:57 +0000 (13:21 -0700)
commit8954033df47864e255aa0c5a3fc10a60f73325af
treecec45b17d010ccb5c93fa5321c1ac575d9352f81
parentcd2f1b4462c05bfe7610edb8cde6f084c3a4d6d1
drm/xe: Mark BCS engines as belonging to the GT forcewake domain

On all platforms supported by the Xe driver, BCS engines are part of the
GT forcewake domain, not the RENDER domain.  Fix the engine list
definition to match the spec.  This mistake didn't really cause any
real problems because the forcewake domain here was only used in a
couple assertions that aren't really necessary and included in the
information dumped during error capture.

Bspec: 66696, 66534, 67609, 71185, 74417, 75242, 78286
Reviewed-by: Shuicheng Lin <shuicheng.lin@intel.com>
Link: https://patch.msgid.link/20260424-engine-setup-v2-10-59cc620a25f1@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_hw_engine.c