aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2015-03-11 11:51:00 +0200
committerDaniel Vetter <[email protected]>2015-04-07 17:06:41 +0200
commitd584ff822b19ac788dcda7d764b567001178cfe5 (patch)
tree4ef0c746e6716ad2b912e94e66b92c81c9ceb62b /tools/perf/scripts/python/call-graph-from-postgresql.py
parentb0f8778a34186455f3661308676f068f43fc9335 (diff)
drm/mgag200: constify all struct drm_*_helper funcs pointers
They are not to be modified. Generated using the semantic patch: @@ @@ ( const struct drm_crtc_helper_funcs * | - struct drm_crtc_helper_funcs * + const struct drm_crtc_helper_funcs * ) @@ @@ ( const struct drm_encoder_helper_funcs * | - struct drm_encoder_helper_funcs * + const struct drm_encoder_helper_funcs * ) @@ @@ ( const struct drm_connector_helper_funcs * | - struct drm_connector_helper_funcs * + const struct drm_connector_helper_funcs * ) @@ @@ ( const struct drm_plane_helper_funcs * | - struct drm_plane_helper_funcs * + const struct drm_plane_helper_funcs * ) Signed-off-by: Jani Nikula <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions