Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1422 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
1465 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing()
2082 struct pipe_ctx *pipe_ctx_old = in dce110_reset_hw_ctx_wrap() local
2092 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap()
2106 if (pipe_ctx_old->stream_res.audio) { in dce110_reset_hw_ctx_wrap()
2122 pipe_ctx_old->stream_res.tg->funcs->set_blank(pipe_ctx_old->stream_res.tg, true); in dce110_reset_hw_ctx_wrap()
2127 pipe_ctx_old->stream_res.tg->funcs->disable_crtc(pipe_ctx_old->stream_res.tg); in dce110_reset_hw_ctx_wrap()
2140 pipe_ctx_old->stream = NULL; in dce110_reset_hw_ctx_wrap()
2262 struct pipe_ctx *pipe_ctx_old = in dce110_apply_ctx_to_hw() local
2287 struct pipe_ctx *pipe_ctx_old = in dce110_apply_ctx_to_hw() local
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c574 struct pipe_ctx *pipe_ctx_old = in dcn31_reset_hw_ctx_wrap() local
578 if (!pipe_ctx_old->stream) in dcn31_reset_hw_ctx_wrap()
581 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn31_reset_hw_ctx_wrap()
585 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn31_reset_hw_ctx_wrap()
586 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn31_reset_hw_ctx_wrap()
588 dcn31_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn31_reset_hw_ctx_wrap()
590 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c3750 struct pipe_ctx *pipe_ctx_old, in pipe_need_reprogram() argument
3753 if (!pipe_ctx_old->stream) in pipe_need_reprogram()
3756 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink) in pipe_need_reprogram()
3765 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source in pipe_need_reprogram()
3766 && pipe_ctx_old->stream != pipe_ctx->stream) in pipe_need_reprogram()
3779 false == pipe_ctx_old->stream->dpms_off) in pipe_need_reprogram()
3793 struct dc *dc = pipe_ctx_old->stream->ctx->dc; in pipe_need_reprogram()
4096 struct pipe_ctx *pipe_ctx_old, *pipe_ctx, *pipe_ctx_syncd; in reset_syncd_pipes_from_disabled_pipes() local
4100 pipe_ctx_old = &dc->current_state->res_ctx.pipe_ctx[i]; in reset_syncd_pipes_from_disabled_pipes()
4103 if (!resource_is_pipe_type(pipe_ctx_old, OTG_MASTER)) in reset_syncd_pipes_from_disabled_pipes()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Dresource.h396 struct pipe_ctx *pipe_ctx_old,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2577 struct pipe_ctx *pipe_ctx_old = in dcn20_reset_hw_ctx_wrap() local
2581 if (!pipe_ctx_old->stream) in dcn20_reset_hw_ctx_wrap()
2584 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn20_reset_hw_ctx_wrap()
2588 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn20_reset_hw_ctx_wrap()
2589 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap()
2591 dcn20_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn20_reset_hw_ctx_wrap()
2593 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn20_reset_hw_ctx_wrap()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1671 struct pipe_ctx *pipe_ctx_old = in dcn10_reset_hw_ctx_wrap() local
1675 if (!pipe_ctx_old->stream) in dcn10_reset_hw_ctx_wrap()
1678 if (pipe_ctx_old->top_pipe) in dcn10_reset_hw_ctx_wrap()
1682 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn10_reset_hw_ctx_wrap()
1683 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap()
1685 dcn10_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn10_reset_hw_ctx_wrap()
1687 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn10_reset_hw_ctx_wrap()