diff options
author | Andi Shyti <[email protected]> | 2022-05-10 16:04:47 +0200 |
---|---|---|
committer | Andi Shyti <[email protected]> | 2022-05-18 15:44:45 +0200 |
commit | 1ade30812abfdd1c161a155fd54b0dd594c217ee (patch) | |
tree | 205be79cb4faacd9ed4570401ff2b2be34e87c31 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 451374eef622fca6f00eeeda89aaccb45a30a149 (diff) |
drm/i915/gt: Fix use of static in macro mismatch
The INTEL_GT_RPS_SYSFS_ATTR was creating to different structures
but. When called with the "static" keyword this is affecting only
the first structure, while the second is created as non static.
Move the static keyword inside the macros to affect both the
structures.
Reported-by: Jani Nikula <[email protected]>
Fixes: 56a709cf77468 ("drm/i915/gt: Create per-tile RPS sysfs interfaces")
Signed-off-by: Andi Shyti <[email protected]>
Reviewed-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions