drm/i915/guc: Use correct context lock when callig clr_context_registered
authorMatthew Brost <matthew.brost@intel.com>
Tue, 14 Dec 2021 17:04:54 +0000 (09:04 -0800)
committerJohn Harrison <John.C.Harrison@Intel.com>
Thu, 16 Dec 2021 03:09:20 +0000 (19:09 -0800)
commitb25db8c782ad7ae80d4cea2a09c222f4f8980bb9
tree0e86c074ceb685b2eff852addefcafb218d063cd
parentbdd8b6c98239cad3a976d6f197afc2c794d3cef8
drm/i915/guc: Use correct context lock when callig clr_context_registered

s/ce/cn/ when grabbing guc_state.lock before calling
clr_context_registered.

Fixes: 0f7976506de61 ("drm/i915/guc: Rework and simplify locking")
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211214170500.28569-2-matthew.brost@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c