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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c574 struct pipe_ctx *pipe_ctx_old = local
578 if (!pipe_ctx_old->stream)
581 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe)
585 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) {
586 struct clock_source *old_clk = pipe_ctx_old->clock_source;
588 dcn31_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state);
590 hws->funcs.enable_stream_gating(dc, pipe_ctx_old);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1418 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. local
1422 if (!pipe_ctx_old->stream) {
1465 if (!pipe_ctx_old->stream) {
2082 struct pipe_ctx *pipe_ctx_old = local
2092 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe)
2096 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) {
2097 struct clock_source *old_clk = pipe_ctx_old->clock_source;
2103 dc->link_srv->set_dpms_off(pipe_ctx_old);
2106 if (pipe_ctx_old
2262 struct pipe_ctx *pipe_ctx_old = local
2287 struct pipe_ctx *pipe_ctx_old = local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c3743 struct pipe_ctx *pipe_ctx_old,
3746 if (!pipe_ctx_old->stream)
3749 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink)
3752 if (pipe_ctx_old->stream->signal != pipe_ctx->stream->signal)
3755 if (pipe_ctx_old->stream_res.audio != pipe_ctx->stream_res.audio)
3758 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source
3759 && pipe_ctx_old->stream != pipe_ctx->stream)
3762 if (pipe_ctx_old->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc)
3765 if (dc_is_timing_changed(pipe_ctx_old->stream, pipe_ctx->stream))
3768 if (pipe_ctx_old
3742 pipe_need_reprogram( struct pipe_ctx *pipe_ctx_old, struct pipe_ctx *pipe_ctx) argument
4086 struct pipe_ctx *pipe_ctx_old, *pipe_ctx, *pipe_ctx_syncd; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Dresource.h396 struct pipe_ctx *pipe_ctx_old,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2566 struct pipe_ctx *pipe_ctx_old = local
2570 if (!pipe_ctx_old->stream)
2573 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe)
2577 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) {
2578 struct clock_source *old_clk = pipe_ctx_old->clock_source;
2580 dcn20_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state);
2582 hws->funcs.enable_stream_gating(dc, pipe_ctx_old);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1671 struct pipe_ctx *pipe_ctx_old = local
1675 if (!pipe_ctx_old->stream)
1678 if (pipe_ctx_old->top_pipe)
1682 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) {
1683 struct clock_source *old_clk = pipe_ctx_old->clock_source;
1685 dcn10_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state);
1687 hws->funcs.enable_stream_gating(dc, pipe_ctx_old);

Completed in 205 milliseconds