diff options
author | 2022-08-27 00:21:35 +0000 | |
---|---|---|
committer | 2022-09-12 15:23:11 +0300 | |
commit | 31335aa8e08be3fe10c50aecd2f11aba77544a78 (patch) | |
tree | 75f1df914832528eb92d70c80d2bb5156acafc72 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | drm/i915/gsc: allocate extended operational memory in LMEM (diff) | |
download | linux-dev-31335aa8e08be3fe10c50aecd2f11aba77544a78.tar.xz linux-dev-31335aa8e08be3fe10c50aecd2f11aba77544a78.zip |
drm/i915/guc: Cancel GuC engine busyness worker synchronously
The worker is canceled in gt_park path, but earlier it was assumed that
gt_park path cannot sleep and the cancel is asynchronous. This caused a
race with suspend flow where the worker runs after suspend and causes an
unclaimed register access warning. Cancel the worker synchronously since
the gt_park is indeed allowed to sleep.
v2: Fix author name and sign-off mismatch
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/4419
Fixes: 77cdd054dd2c ("drm/i915/pmu: Connect engine busyness stats from GuC to pmu")
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220827002135.139349-1-umesh.nerlige.ramappa@intel.com
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions