aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMatthew Brost <[email protected]>2021-06-02 22:16:16 -0700
committerDaniel Vetter <[email protected]>2021-06-03 23:31:45 +0200
commitded32d381cbb06e9cc8915dbcb92be941e195cda (patch)
tree7aafdf429472a9e246c1ae5ca35b142e190f0d57 /tools/perf/scripts/python/export-to-sqlite.py
parent0a8e247dc1fa7a4b1e91b41f833f2a5f14c6d3f3 (diff)
drm/i915/guc: Drop guc->interrupts.enabled
Drop the variable guc->interrupts.enabled as this variable is just leading to bugs creeping into the code. e.g. A full GPU reset disables the GuC interrupts but forgot to clear guc->interrupts.enabled, guc->interrupts.enabled being true suppresses interrupts from getting re-enabled and now we are broken. It is harmless to enable interrupt while already enabled so let's just delete this variable to avoid bugs like this going forward. Signed-off-by: Matthew Brost <[email protected]> Reviewed-by: John Harrison <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions