aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2019-05-03 12:52:14 +0100
committerChris Wilson <[email protected]>2019-05-07 11:59:43 +0100
commit7ee280a75fd922ac32aa7ed67cd72bdf64952b3a (patch)
tree300dce0ad7cc255c56ed012e766f982efee798a7 /tools/perf/scripts/python/net_dropmonitor.py
parent39f94a89a90b3fa70e191716527c719e712e5076 (diff)
drm/i915: Prefer checking the wakeref itself rather than the counter
The counter goes to zero at the start of the parking cycle, but the wakeref itself is held until the end. Likewise, the counter becomes one at the end of the unparking, but the wakeref is taken first. If we check the wakeref instead of the counter, we include the unpark/unparking time as intel_wakeref_is_active(), and do not spuriously declare inactive if we fail to park (i.e. the parking and wakeref drop is postponed). Signed-off-by: Chris Wilson <[email protected]> Reviewed-by: Tvrtko Ursulin <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions