linux/drivers/gpu/drm/amd/display/dc/dce80
Harry Wentland 0971c40e18 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 <harry.wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-09-26 18:16:04 -04:00
..
dce80_compressor.c drm/amd/display: fix index and union overwrite in compressor 2017-09-26 18:15:22 -04:00
dce80_compressor.h
dce80_hw_sequencer.c drm/amd/display: update dce8 & 10 bw programming 2017-09-26 17:24:08 -04:00
dce80_hw_sequencer.h
dce80_resource.c drm/amd/display: Rename dc_stream to dc_stream_state 2017-09-26 18:16:04 -04:00
dce80_resource.h
dce80_timing_generator.c drm/amd/display: FreeSync Auto Sweep Support 2017-09-26 18:06:40 -04:00
dce80_timing_generator.h
Makefile drm/amd/display: dce 8 - 12 mem_input refactor to new style 2017-09-26 18:07:12 -04:00