aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMika Kuoppala <[email protected]>2015-12-16 09:26:48 +0200
committerMika Kuoppala <[email protected]>2016-01-08 13:13:50 +0200
commit7571494004d88249bcee2a20fa74cb50753676fe (patch)
tree1f1e51b4ad0482bad782071eebdc64b9aa2b1bcd /tools/perf/scripts/python/bin
parent55ec45c2ced1a4b1e7cd2e7e306101f328958760 (diff)
drm/i915: Do one shot unclaimed mmio detection less frequently
We have done unclaimed register access check in normal (mmio_debug=0) mode once per write. This adds probability of finding the exact sequence where we did the bad access, but also adds burden to each write. As we have mmio_debug available for more fine grained analysis, give up accuracy of detecting correct spot at the first occurrence by doing the one shot detection and arming of mmio_debug in hangcheck and in modeset. This removes the write path performance burden. v2: Remove gratuitous DRM_DEBUG and return value, comments (Chris) Cc: Chris Wilson <[email protected]> Cc: Paulo Zanoni <[email protected]> Reviewed-by: Chris Wilson <[email protected]> Signed-off-by: Mika Kuoppala <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions