old_pipe_ctx     2592 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i];
old_pipe_ctx     2596 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				(pipe_ctx->plane_state || old_pipe_ctx->plane_state))
old_pipe_ctx     2625 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i];
old_pipe_ctx     2629 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			(pipe_ctx->plane_state || old_pipe_ctx->plane_state))
old_pipe_ctx      716 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i];
old_pipe_ctx      718 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (old_pipe_ctx->stream != stream)
old_pipe_ctx      721 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		dc->hwss.wait_for_mpcc_disconnect(dc, dc->res_pool, old_pipe_ctx);
old_pipe_ctx     2535 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		struct pipe_ctx *old_pipe_ctx =
old_pipe_ctx     2538 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (!pipe_ctx->plane_state && !old_pipe_ctx->plane_state)
old_pipe_ctx     2597 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		struct pipe_ctx *old_pipe_ctx =
old_pipe_ctx     2605 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (pipe_ctx->plane_state && !old_pipe_ctx->plane_state) {
old_pipe_ctx     2606 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			if (old_pipe_ctx->stream_res.tg == tg &&
old_pipe_ctx     2607 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			    old_pipe_ctx->plane_res.hubp &&
old_pipe_ctx     2608 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			    old_pipe_ctx->plane_res.hubp->opp_id != OPP_ID_INVALID)
old_pipe_ctx     2609 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				dc->hwss.disable_plane(dc, old_pipe_ctx);
old_pipe_ctx     2613 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		     pipe_ctx->stream_res.tg != old_pipe_ctx->stream_res.tg) &&
old_pipe_ctx     2614 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		    old_pipe_ctx->plane_state &&
old_pipe_ctx     2615 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		    old_pipe_ctx->stream_res.tg == tg) {
old_pipe_ctx     2617 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			dc->hwss.plane_atomic_disconnect(dc, old_pipe_ctx);
old_pipe_ctx     2621 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 					old_pipe_ctx->pipe_idx);
old_pipe_ctx     1168 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		struct pipe_ctx *old_pipe_ctx =
old_pipe_ctx     1172 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		    pipe_ctx->stream == old_pipe_ctx->stream)
old_pipe_ctx     1174 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				old_pipe_ctx->stream_res.gsl_group;
old_pipe_ctx     1195 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		struct pipe_ctx *old_pipe_ctx =
old_pipe_ctx     1203 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (pipe_ctx->plane_state && !old_pipe_ctx->plane_state) {
old_pipe_ctx     1204 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			if (old_pipe_ctx->stream_res.tg == tg &&
old_pipe_ctx     1205 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			    old_pipe_ctx->plane_res.hubp &&
old_pipe_ctx     1206 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			    old_pipe_ctx->plane_res.hubp->opp_id != OPP_ID_INVALID)
old_pipe_ctx     1207 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				dc->hwss.disable_plane(dc, old_pipe_ctx);
old_pipe_ctx     1211 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		     pipe_ctx->stream_res.tg != old_pipe_ctx->stream_res.tg) &&
old_pipe_ctx     1212 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		     old_pipe_ctx->plane_state &&
old_pipe_ctx     1213 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		     old_pipe_ctx->stream_res.tg == tg) {
old_pipe_ctx     1215 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			dc->hwss.plane_atomic_disconnect(dc, old_pipe_ctx);
old_pipe_ctx     1219 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 					old_pipe_ctx->pipe_idx);