aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2022-02-18 12:03:50 +0200
committerVille Syrjälä <[email protected]>2022-03-14 17:38:59 +0200
commit193c4df5b0dcbb7ea0efb99ca13bd05cd1adaddb (patch)
treed77441c635d1a4ba183e9dc5d04897d74d62ac9b /tools/perf/scripts/python/exported-sql-viewer.py
parentd008bc331fb135ea1a5cddc3c4e283ba74596ad2 (diff)
drm/imx: Use drm_mode_duplicate()
Replace the hand rolled drm_mode_duplicate() with the real thing. @is_dup@ @@ drm_mode_duplicate(...) { ... } @depends on !is_dup@ expression dev, oldmode; identifier newmode; @@ - newmode = drm_mode_create(dev); + newmode = drm_mode_duplicate(dev, oldmode); ... - drm_mode_copy(newmode, oldmode); Cc: Philipp Zabel <[email protected]> Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Philipp Zabel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions