Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1286 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. in dce110_enable_stream_timing() local
1290 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
1323 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
1342 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. in apply_single_controller_ctx_to_hw() local
1437 if (!pipe_ctx_old->stream) in apply_single_controller_ctx_to_hw()
1885 struct pipe_ctx *pipe_ctx_old = in dce110_reset_hw_ctx_wrap() local
1895 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap()
1899 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dce110_reset_hw_ctx_wrap()
1900 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dce110_reset_hw_ctx_wrap()
1906 core_link_disable_stream(pipe_ctx_old, FREE_ACQUIRED_RESOURCE); in dce110_reset_hw_ctx_wrap()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h163 struct pipe_ctx *pipe_ctx_old,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2745 struct pipe_ctx *pipe_ctx_old, in pipe_need_reprogram() argument
2748 if (!pipe_ctx_old->stream) in pipe_need_reprogram()
2751 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink) in pipe_need_reprogram()
2754 if (pipe_ctx_old->stream->signal != pipe_ctx->stream->signal) in pipe_need_reprogram()
2757 if (pipe_ctx_old->stream_res.audio != pipe_ctx->stream_res.audio) in pipe_need_reprogram()
2760 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source in pipe_need_reprogram()
2761 && pipe_ctx_old->stream != pipe_ctx->stream) in pipe_need_reprogram()
2764 if (pipe_ctx_old->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc) in pipe_need_reprogram()
2767 if (is_timing_changed(pipe_ctx_old->stream, pipe_ctx->stream)) in pipe_need_reprogram()
2770 if (is_hdr_static_meta_changed(pipe_ctx_old->stream, pipe_ctx->stream)) in pipe_need_reprogram()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1104 struct pipe_ctx *pipe_ctx_old = in reset_hw_ctx_wrap() local
1108 if (!pipe_ctx_old->stream) in reset_hw_ctx_wrap()
1111 if (pipe_ctx_old->top_pipe) in reset_hw_ctx_wrap()
1115 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in reset_hw_ctx_wrap()
1116 struct clock_source *old_clk = pipe_ctx_old->clock_source; in reset_hw_ctx_wrap()
1118 reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in reset_hw_ctx_wrap()