drm/i915/guc: Improve clean up of busyness stats worker
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 17 Feb 2023 22:33:07 +0000 (14:33 -0800)
committerJohn Harrison <John.C.Harrison@Intel.com>
Sat, 11 Mar 2023 01:47:21 +0000 (17:47 -0800)
commitfcb0348912ab718a3613c13cba264aecc7462c74
treedcb20be81edaf1210656f9f2a27eeef94c6eac88
parent913e013e9e1a331b3cdc3d0a033e120d630a80aa
drm/i915/guc: Improve clean up of busyness stats worker

The stats worker thread management was mis-matched between
enable/disable call sites. Fix those up. Also, abstract the
cancel/enable code into a helper function rather than replicating in
multiple places.

v2: Rename the helpers and wrap the enable as well as the cancel
(review feedback from Daniele).

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230217223308.3449737-2-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c