aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2018-03-19 12:35:28 +0000
committerChris Wilson <[email protected]>2018-03-19 14:42:40 +0000
commit46b863325c2f58b564463c4d6e66ee0d4f2f3244 (patch)
treec980db3575bcd0f28e7c31587f8f610f7a410e02 /tools/perf/scripts/python/bin
parentfeb06c151fade9ecaa3dd410d792cce26e8b10de (diff)
drm/i915: Prefer memset64() when filling the iomap
As the ringbuffer may exist inside stolen memory, our access to it may be via the GTT iomap. This implies we may only have WC access for which the conventional memset() substitution of rep stos performs very badly, so switch to the rep mov[dq] variants when available. Signed-off-by: Chris Wilson <[email protected]> Cc: Mika Kuoppala <[email protected]> Cc: Matthew Auld <[email protected]> Reviewed-by: Matthew Auld <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions