diff options
| author | Chris Wilson <[email protected]> | 2016-08-27 08:54:01 +0100 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2016-08-27 09:42:53 +0100 |
| commit | bafb0fced98c7c135389b455faab380beac47ccc (patch) | |
| tree | a8dae563fcee3662435a8cf9a86bb903ae16e1f0 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | f6407193dd9d9e29fc94b7f6943c517cbee314bb (diff) | |
drm/i915: Make for_each_engine_masked() more compact and quicker
Rather than walk the full array of engines checking whether each is in
the mask in turn, we can use the mask to jump to the right engines. This
should quicker for a sparse array of engines or mask, whilst generating
smaller code:
text data bss dec hex filename
1251010 4579 800 1256389 132bc5 drivers/gpu/drm/i915/i915.ko
1250530 4579 800 1255909 1329e5 drivers/gpu/drm/i915/i915.ko
The downside is that we have to pass in a temporary, alas no C99
iterators yet.
[P.S. Joonas doesn't like having to pass extra temporaries into the
macro, and even less that I called them tmp. As yet, we haven't found a
macro that avoids passing in a temporary that is smaller. We probably
will get C99 iterators first!]
Signed-off-by: Chris Wilson <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Reviewed-by: Mika Kuoppala <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions