Searched refs:pipe_ctx_old (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 1421 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. in dce110_enable_stream_timing() local 1425 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing() 1468 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing() 2084 struct pipe_ctx *pipe_ctx_old = in dce110_reset_hw_ctx_wrap() local 2094 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap() 2098 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dce110_reset_hw_ctx_wrap() 2099 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dce110_reset_hw_ctx_wrap() 2105 core_link_disable_stream(pipe_ctx_old); in dce110_reset_hw_ctx_wrap() 2108 if (pipe_ctx_old->stream_res.audio) { in dce110_reset_hw_ctx_wrap() 2110 pipe_ctx_old->stream_res.audio->funcs-> in dce110_reset_hw_ctx_wrap() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hwseq.c | 593 struct pipe_ctx *pipe_ctx_old = in dcn31_reset_hw_ctx_wrap() local 597 if (!pipe_ctx_old->stream) in dcn31_reset_hw_ctx_wrap() 600 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn31_reset_hw_ctx_wrap() 604 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn31_reset_hw_ctx_wrap() 605 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn31_reset_hw_ctx_wrap() 607 dcn31_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn31_reset_hw_ctx_wrap() 609 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 3190 struct pipe_ctx *pipe_ctx_old, in pipe_need_reprogram() argument 3193 if (!pipe_ctx_old->stream) in pipe_need_reprogram() 3196 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink) in pipe_need_reprogram() 3199 if (pipe_ctx_old->stream->signal != pipe_ctx->stream->signal) in pipe_need_reprogram() 3202 if (pipe_ctx_old->stream_res.audio != pipe_ctx->stream_res.audio) in pipe_need_reprogram() 3205 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source in pipe_need_reprogram() 3206 && pipe_ctx_old->stream != pipe_ctx->stream) in pipe_need_reprogram() 3209 if (pipe_ctx_old->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc) in pipe_need_reprogram() 3212 if (is_timing_changed(pipe_ctx_old->stream, pipe_ctx->stream)) in pipe_need_reprogram() 3215 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/ |
D | resource.h | 183 struct pipe_ctx *pipe_ctx_old,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 2451 struct pipe_ctx *pipe_ctx_old = in dcn20_reset_hw_ctx_wrap() local 2455 if (!pipe_ctx_old->stream) in dcn20_reset_hw_ctx_wrap() 2458 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn20_reset_hw_ctx_wrap() 2462 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn20_reset_hw_ctx_wrap() 2463 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap() 2465 dcn20_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn20_reset_hw_ctx_wrap() 2467 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn20_reset_hw_ctx_wrap()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 1685 struct pipe_ctx *pipe_ctx_old = in dcn10_reset_hw_ctx_wrap() local 1689 if (!pipe_ctx_old->stream) in dcn10_reset_hw_ctx_wrap() 1692 if (pipe_ctx_old->top_pipe) in dcn10_reset_hw_ctx_wrap() 1696 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn10_reset_hw_ctx_wrap() 1697 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap() 1699 dcn10_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn10_reset_hw_ctx_wrap() 1701 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn10_reset_hw_ctx_wrap()
|