Searched refs:pipe_ctx_old (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
H A D | dcn31_hwseq.c | 585 struct pipe_ctx *pipe_ctx_old = in dcn31_reset_hw_ctx_wrap() local 589 if (!pipe_ctx_old->stream) in dcn31_reset_hw_ctx_wrap() 592 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn31_reset_hw_ctx_wrap() 596 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn31_reset_hw_ctx_wrap() 597 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn31_reset_hw_ctx_wrap() 600 if (!pipe_ctx_old->plane_state && in dcn31_reset_hw_ctx_wrap() 604 dc->res_pool->hubbub, pipe_ctx_old->plane_res.hubp->inst, 0); in dcn31_reset_hw_ctx_wrap() 607 dc->res_pool->hubbub, pipe_ctx_old->plane_res.hubp->inst); in dcn31_reset_hw_ctx_wrap() 610 dcn31_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn31_reset_hw_ctx_wrap() 612 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
H A D | dce110_hwseq.c | 1513 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. in dce110_enable_stream_timing() local 1517 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing() 1561 if (!pipe_ctx_old->stream) { in dce110_enable_stream_timing() 2258 struct pipe_ctx *pipe_ctx_old = in dce110_reset_hw_ctx_wrap() local 2268 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap() 2272 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dce110_reset_hw_ctx_wrap() 2273 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dce110_reset_hw_ctx_wrap() 2279 dc->link_srv->set_dpms_off(pipe_ctx_old); in dce110_reset_hw_ctx_wrap() 2282 if (pipe_ctx_old->stream_res.audio) { in dce110_reset_hw_ctx_wrap() 2284 pipe_ctx_old->stream_res.audio->funcs-> in dce110_reset_hw_ctx_wrap() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 578 struct pipe_ctx *pipe_ctx_old,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
H A D | dcn10_hwseq.c | 1738 struct pipe_ctx *pipe_ctx_old = in dcn10_reset_hw_ctx_wrap() local 1742 if (!pipe_ctx_old->stream) in dcn10_reset_hw_ctx_wrap() 1745 if (pipe_ctx_old->top_pipe) in dcn10_reset_hw_ctx_wrap() 1749 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn10_reset_hw_ctx_wrap() 1750 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap() 1752 dcn10_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn10_reset_hw_ctx_wrap() 1754 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn10_reset_hw_ctx_wrap()
|