Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c767 struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in false_optc_underflow_wa() local
769 if (old_pipe_ctx->stream != stream) in false_optc_underflow_wa()
772 dc->hwss.wait_for_mpcc_disconnect(dc, dc->res_pool, old_pipe_ctx); in false_optc_underflow_wa()
2763 struct pipe_ctx *old_pipe_ctx = in dcn10_find_top_pipe_for_stream() local
2766 if (!pipe_ctx->plane_state && !old_pipe_ctx->plane_state) in dcn10_find_top_pipe_for_stream()
2974 struct pipe_ctx *old_pipe_ctx = in dcn10_apply_ctx_for_surface() local
2978 pipe_ctx->stream_res.tg != old_pipe_ctx->stream_res.tg) && in dcn10_apply_ctx_for_surface()
2979 old_pipe_ctx->plane_state && in dcn10_apply_ctx_for_surface()
2980 old_pipe_ctx->stream_res.tg == tg) { in dcn10_apply_ctx_for_surface()
2982 hws->funcs.plane_atomic_disconnect(dc, old_pipe_ctx); in dcn10_apply_ctx_for_surface()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c98 struct pipe_ctx *old_pipe_ctx; in dcn10_lock_all_pipes() local
103 old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn10_lock_all_pipes()
113 (!pipe_ctx->plane_state && !old_pipe_ctx->plane_state) || in dcn10_lock_all_pipes()
860 struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in false_optc_underflow_wa() local
862 if (old_pipe_ctx->stream != stream) in false_optc_underflow_wa()
865 dc->hwss.wait_for_mpcc_disconnect(dc, dc->res_pool, old_pipe_ctx); in false_optc_underflow_wa()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1654 struct pipe_ctx *old_pipe_ctx = in dcn20_program_front_end_for_ctx() local
1657 if (pipe_ctx->stream == old_pipe_ctx->stream) in dcn20_program_front_end_for_ctx()
1659 old_pipe_ctx->stream_res.gsl_group; in dcn20_program_front_end_for_ctx()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1801 struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn20_program_front_end_for_ctx() local
1803 if (pipe_ctx->stream == old_pipe_ctx->stream) in dcn20_program_front_end_for_ctx()
1804 pipe_ctx->stream_res.gsl_group = old_pipe_ctx->stream_res.gsl_group; in dcn20_program_front_end_for_ctx()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c793 struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in apply_ctx_interdependent_lock() local
798 (pipe_ctx->plane_state || old_pipe_ctx->plane_state)) in apply_ctx_interdependent_lock()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1061 struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in apply_ctx_interdependent_lock() local
1066 (pipe_ctx->plane_state || old_pipe_ctx->plane_state)) in apply_ctx_interdependent_lock()

Completed in 25 milliseconds