diff options
| author | Harry Wentland <[email protected]> | 2017-07-27 09:33:33 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 18:16:04 -0400 |
| commit | 0971c40e180696c3512b9a63ca7ca5161cbfce32 (patch) | |
| tree | c5727284d49bd2f8b03ed971cedb734b1f37822e /tools/perf/scripts/python | |
| parent | c9614aeb12f80fa7a787e608d75b707175997edd (diff) | |
drm/amd/display: Rename dc_stream to dc_stream_state
find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/struct dc_stream/struct dc_stream_state/g'
find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/struct dc_stream_state_update/struct dc_stream_update/g'
find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/struct dc_stream_state_status/struct dc_stream_status/g'
Plus some manual changes
Signed-off-by: Harry Wentland <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions