[PATCH v2 0/1] FOR-CI: drm/i915/guc: Move destroy context at end of reset prepare

Zhanjun Dong zhanjun.dong at intel.com
Mon Oct 21 22:43:15 UTC 2024


During GuC reset prepare, interrupt disabled before hardware reset,
although interrupt disabled, the ct is still enabled, the host-GuC
communication is still active.
Move the destroy part to the end of reset preparation to avoid the
situation of host processing G2H messages about an context, but the
context already been destroyed.

Signed-off-by: Zhanjun Dong <zhanjun.dong at intel.com>

Zhanjun Dong (1):
  drm/i915/guc: Move destroy context at end of reset prepare

 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.34.1



More information about the Intel-gfx mailing list