aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2014-06-03 14:56:21 +0300
committerDave Airlie <[email protected]>2014-06-04 13:18:40 +1000
commit8e329a039b510b9f701ad2d536ce6aa0a1544f10 (patch)
tree8d32f3687848f50e859de1690bb27ad818e81908 /tools/perf/scripts/python/sctop.py
parent259338205c428454515a09654be69a9f6c983513 (diff)
drm/i915: replace drm_get_encoder_name() with direct name field use
Generated using semantic patches: @@ expression E; @@ - drm_get_encoder_name(&E) + E.name @@ expression E; @@ - drm_get_encoder_name(E) + E->name v2: Turn drm_get_encoder_name(&E) into E.name instead of &(E)->name. Acked-by: David Herrmann <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions