aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2019-12-04 20:05:47 +0200
committerVille Syrjälä <[email protected]>2020-01-21 18:17:06 +0200
commit490eda588cf6e7ca54125d8fed0677ea5af38744 (patch)
treea7fbd2fe52bb449626ecdf54bc5dcb2b22ac3248 /tools/perf/scripts/python/netdev-times.py
parentecdfd84f3228cc0c5b8912fcbc09c94d8144c20d (diff)
drm/i915: Use intel_attached_dp() instead of hand rolling it
Replace the hand rolled intel_attached_dp() with the real thing. @@ identifier F !~ "^intel_attached_dp$"; expression C; @@ F(...) { <... - enc_to_intel_dp(intel_attached_encoder(C)) + intel_attached_dp(C) ...> } v2: Regenerated Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Juha-Pekka Heikkila <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions