Home
last modified time | relevance | path

Searched refs:pipe_ctx_old (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1349 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. in dce110_enable_stream_timing() local
1353 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
1387 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
1954 struct pipe_ctx *pipe_ctx_old = in dce110_reset_hw_ctx_wrap() local
1964 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap()
1968 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dce110_reset_hw_ctx_wrap()
1969 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dce110_reset_hw_ctx_wrap()
1975 core_link_disable_stream(pipe_ctx_old); in dce110_reset_hw_ctx_wrap()
1978 if (pipe_ctx_old->stream_res.audio) { in dce110_reset_hw_ctx_wrap()
1980 pipe_ctx_old->stream_res.audio->funcs-> in dce110_reset_hw_ctx_wrap()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2738 struct pipe_ctx *pipe_ctx_old, in pipe_need_reprogram() argument
2741 if (!pipe_ctx_old->stream) in pipe_need_reprogram()
2744 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink) in pipe_need_reprogram()
2747 if (pipe_ctx_old->stream->signal != pipe_ctx->stream->signal) in pipe_need_reprogram()
2750 if (pipe_ctx_old->stream_res.audio != pipe_ctx->stream_res.audio) in pipe_need_reprogram()
2753 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source in pipe_need_reprogram()
2754 && pipe_ctx_old->stream != pipe_ctx->stream) in pipe_need_reprogram()
2757 if (pipe_ctx_old->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc) in pipe_need_reprogram()
2760 if (is_timing_changed(pipe_ctx_old->stream, pipe_ctx->stream)) in pipe_need_reprogram()
2763 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h166 struct pipe_ctx *pipe_ctx_old,
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c2198 struct pipe_ctx *pipe_ctx_old = in dcn20_reset_hw_ctx_wrap() local
2202 if (!pipe_ctx_old->stream) in dcn20_reset_hw_ctx_wrap()
2205 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn20_reset_hw_ctx_wrap()
2209 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn20_reset_hw_ctx_wrap()
2210 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap()
2212 dcn20_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn20_reset_hw_ctx_wrap()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1500 struct pipe_ctx *pipe_ctx_old = in dcn10_reset_hw_ctx_wrap() local
1504 if (!pipe_ctx_old->stream) in dcn10_reset_hw_ctx_wrap()
1507 if (pipe_ctx_old->top_pipe) in dcn10_reset_hw_ctx_wrap()
1511 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn10_reset_hw_ctx_wrap()
1512 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap()
1514 dcn10_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn10_reset_hw_ctx_wrap()