diff options
| author | Ville Syrjälä <[email protected]> | 2019-12-04 20:05:47 +0200 |
|---|---|---|
| committer | Ville Syrjälä <[email protected]> | 2020-01-21 18:17:06 +0200 |
| commit | 490eda588cf6e7ca54125d8fed0677ea5af38744 (patch) | |
| tree | a7fbd2fe52bb449626ecdf54bc5dcb2b22ac3248 /tools/perf/scripts/python/netdev-times.py | |
| parent | ecdfd84f3228cc0c5b8912fcbc09c94d8144c20d (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