mbox series

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

Message ID 20241021224316.293590-1-zhanjun.dong@intel.com (mailing list archive)
Headers show
Series FOR-CI: drm/i915/guc: Move destroy context at end of reset prepare | expand

Message

Zhanjun Dong Oct. 21, 2024, 10:43 p.m. UTC
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@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(-)