linux/drivers/gpu/drm/amd/display/dc/dce
Harry Wentland 6b670fa965 drm/amd/display: Move TG to stream_res
find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/pipes->tg/pipes->stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/ctx->tg->/ctx->stream_res\.tg->/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/pipe->tg/pipe->stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/pipe_ctx->tg/pipe_ctx->stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i \
's/pipe_ctx\[pipe_offset\]\.tg/pipe_ctx\[pipe_offset\]\.stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i
's/grouped_pipes\[i\]->tg/grouped_pipes\[i\]->stream_^Cs\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i
's/grouped_pipes\[0\]->tg/grouped_pipes\[0\]->stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i
's/grouped_pipes\[1\]->tg/grouped_pipes\[1\]->stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/pipe_ctx\[i\]->tg/pipe_ctx\[i\]->stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/pipe_ctx_old->tg/pipe_ctx_old->stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/pipe_set\[j\]->tg/pipe_set\[j\]->stream_res\.tg/g'

find -name Makefile -o -name Kconfig -o -name "*.c" -o -name "*.h" \
-o -name "*.cpp" -o -name "*.hpp" | \
xargs sed -i 's/pipe_ctx\[i\]\.tg/pipe_ctx\[i\]\.stream_res\.tg/g'

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:08 -04:00
..
dce_abm.c drm/amd/display: Disable ABM when eDP is disabled 2017-09-26 18:07:12 -04:00
dce_abm.h drm/amd/display: remove DCN1 guard as DCN1 is already open sourced. 2017-09-26 18:16:02 -04:00
dce_audio.c drm/amd/display: Less log spam 2017-09-26 17:18:54 -04:00
dce_audio.h drm/amd/display: Surface Validation Fixes + Audio Mask 2017-09-26 17:16:14 -04:00
dce_clock_source.c drm/amd/display: Rename firmware_info to dc_firmware_info 2017-09-26 18:15:51 -04:00
dce_clock_source.h drm/amd/display: remove DCN1 guard as DCN1 is already open sourced. 2017-09-26 18:16:02 -04:00
dce_clocks.c drm/amd/display: Rename firmware_info to dc_firmware_info 2017-09-26 18:15:51 -04:00
dce_clocks.h drm/amd/display: enable diags compilation 2017-09-26 18:08:25 -04:00
dce_dmcu.c drm/amd/display: Roll core_link into dc_link 2017-09-26 18:15:36 -04:00
dce_dmcu.h drm/amd/display: remove DCN1 guard as DCN1 is already open sourced. 2017-09-26 18:16:02 -04:00
dce_hwseq.c drm/amd/display: Move TG to stream_res 2017-09-26 18:16:08 -04:00
dce_hwseq.h drm/amd/display: Rename more dc_surface stuff to plane_state 2017-09-26 18:16:04 -04:00
dce_ipp.c drm/amd/display: dce80, 100, 110 and 112 to dce ipp refactor 2017-09-26 18:06:39 -04:00
dce_ipp.h drm/amd/display: dce80, 100, 110 and 112 to dce ipp refactor 2017-09-26 18:06:39 -04:00
dce_link_encoder.c drm/amd/display: Rename dc_stream to dc_stream_state 2017-09-26 18:16:04 -04:00
dce_link_encoder.h drm/amd/display: Rename dc_stream to dc_stream_state 2017-09-26 18:16:04 -04:00
dce_mem_input.c drm/amd/display: Move DCHUBBUB block from MemInput to HW sequencer. 2017-09-26 18:15:34 -04:00
dce_mem_input.h drm/amd/display: remove GRPH_SURFACE_UPDATE_IMMEDIATE_EN field programming 2017-09-26 18:07:26 -04:00
dce_opp.c drm/amd/display: move regamma from opp to dpp for dce 2017-09-26 18:16:02 -04:00
dce_opp.h drm/amd/display: move regamma from opp to dpp for dce 2017-09-26 18:16:02 -04:00
dce_scl_filters.c drm/amd/display: add scaler coefficients for 64 phase 5-8 taps 2017-09-26 17:16:09 -04:00
dce_stream_encoder.c drm/amd/display: fix aviInfoFrame bar Info and add set_avMute 2017-09-26 18:15:15 -04:00
dce_stream_encoder.h drm/amd/display: remove DCN1 guard as DCN1 is already open sourced. 2017-09-26 18:16:02 -04:00
dce_transform.c drm/amd/display: move regamma from opp to dpp for dce 2017-09-26 18:16:02 -04:00
dce_transform.h drm/amd/display: move regamma from opp to dpp for dce 2017-09-26 18:16:02 -04:00
Makefile drm/amd/display: dce120 to dce ipp refactor 2017-09-26 18:06:38 -04:00