Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1386 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. in dce110_enable_stream_timing() local
1390 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
1424 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
2020 struct pipe_ctx *pipe_ctx_old = in dce110_reset_hw_ctx_wrap() local
2030 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap()
2034 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dce110_reset_hw_ctx_wrap()
2035 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dce110_reset_hw_ctx_wrap()
2041 core_link_disable_stream(pipe_ctx_old); in dce110_reset_hw_ctx_wrap()
2044 if (pipe_ctx_old->stream_res.audio) { in dce110_reset_hw_ctx_wrap()
2046 pipe_ctx_old->stream_res.audio->funcs-> in dce110_reset_hw_ctx_wrap()
[all …]
/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c576 struct pipe_ctx *pipe_ctx_old = in dcn31_reset_hw_ctx_wrap() local
580 if (!pipe_ctx_old->stream) in dcn31_reset_hw_ctx_wrap()
583 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn31_reset_hw_ctx_wrap()
587 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn31_reset_hw_ctx_wrap()
588 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn31_reset_hw_ctx_wrap()
590 dcn31_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn31_reset_hw_ctx_wrap()
/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2702 struct pipe_ctx *pipe_ctx_old, in pipe_need_reprogram() argument
2705 if (!pipe_ctx_old->stream) in pipe_need_reprogram()
2708 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink) in pipe_need_reprogram()
2711 if (pipe_ctx_old->stream->signal != pipe_ctx->stream->signal) in pipe_need_reprogram()
2714 if (pipe_ctx_old->stream_res.audio != pipe_ctx->stream_res.audio) in pipe_need_reprogram()
2717 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source in pipe_need_reprogram()
2718 && pipe_ctx_old->stream != pipe_ctx->stream) in pipe_need_reprogram()
2721 if (pipe_ctx_old->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc) in pipe_need_reprogram()
2724 if (is_timing_changed(pipe_ctx_old->stream, pipe_ctx->stream)) in pipe_need_reprogram()
2727 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram()
[all …]
/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h169 struct pipe_ctx *pipe_ctx_old,
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c2275 struct pipe_ctx *pipe_ctx_old = in dcn20_reset_hw_ctx_wrap() local
2279 if (!pipe_ctx_old->stream) in dcn20_reset_hw_ctx_wrap()
2282 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn20_reset_hw_ctx_wrap()
2286 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn20_reset_hw_ctx_wrap()
2287 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap()
2289 dcn20_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn20_reset_hw_ctx_wrap()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1584 struct pipe_ctx *pipe_ctx_old = in dcn10_reset_hw_ctx_wrap() local
1588 if (!pipe_ctx_old->stream) in dcn10_reset_hw_ctx_wrap()
1591 if (pipe_ctx_old->top_pipe) in dcn10_reset_hw_ctx_wrap()
1595 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn10_reset_hw_ctx_wrap()
1596 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap()
1598 dcn10_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn10_reset_hw_ctx_wrap()