Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1577 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. in dce110_enable_stream_timing() local
1581 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
1625 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
2388 struct pipe_ctx *pipe_ctx_old = in dce110_reset_hw_ctx_wrap() local
2398 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap()
2402 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dce110_reset_hw_ctx_wrap()
2403 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dce110_reset_hw_ctx_wrap()
2409 dc->link_srv->set_dpms_off(pipe_ctx_old); in dce110_reset_hw_ctx_wrap()
2412 if (pipe_ctx_old->stream_res.audio) { in dce110_reset_hw_ctx_wrap()
2414 pipe_ctx_old->stream_res.audio->funcs-> in dce110_reset_hw_ctx_wrap()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4988 struct pipe_ctx *pipe_ctx_old, in pipe_need_reprogram() argument
4991 if (!pipe_ctx_old->stream) in pipe_need_reprogram()
4994 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink) in pipe_need_reprogram()
4997 if (pipe_ctx_old->stream->signal != pipe_ctx->stream->signal) in pipe_need_reprogram()
5000 if (pipe_ctx_old->stream_res.audio != pipe_ctx->stream_res.audio) in pipe_need_reprogram()
5003 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source in pipe_need_reprogram()
5004 && pipe_ctx_old->stream != pipe_ctx->stream) in pipe_need_reprogram()
5007 if (pipe_ctx_old->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc) in pipe_need_reprogram()
5010 if (dc_is_timing_changed(pipe_ctx_old->stream, pipe_ctx->stream)) in pipe_need_reprogram()
5013 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1984 struct pipe_ctx *pipe_ctx_old = in dcn401_reset_hw_ctx_wrap() local
1988 if (!pipe_ctx_old->stream) in dcn401_reset_hw_ctx_wrap()
1991 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn401_reset_hw_ctx_wrap()
1995 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn401_reset_hw_ctx_wrap()
1996 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn401_reset_hw_ctx_wrap()
1999 hws->funcs.reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn401_reset_hw_ctx_wrap()
2001 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn401_reset_hw_ctx_wrap()