aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2014-06-03 14:56:17 +0300
committerDave Airlie <airlied@redhat.com>2014-06-04 13:14:37 +1000
commitc23cc4178dd1b8ffa8b47b0df14b2525293aa4b1 (patch)
tree6620cd2318f6529047a272cb414b7b23915bed71 /tools/perf/scripts/python/export-to-postgresql.py
parentstaging: imx-drm-core: replace drm_get_connector_name() with direct name field use (diff)
downloadlinux-dev-c23cc4178dd1b8ffa8b47b0df14b2525293aa4b1.tar.xz
linux-dev-c23cc4178dd1b8ffa8b47b0df14b2525293aa4b1.zip
drm/i915: replace drm_get_connector_name() with direct name field use
Generated using semantic patches: @@ expression E; @@ - drm_get_connector_name(&E) + E.name @@ expression E; @@ - drm_get_connector_name(E) + E->name v2: Turn drm_get_connector_name(&E) into E.name instead of &(E)->name. Acked-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions