next_odm_pipe    1272 drivers/gpu/drm/amd/display/dc/core/dc.c 			if (cur_pipe->next_odm_pipe)
next_odm_pipe    1273 drivers/gpu/drm/amd/display/dc/core/dc.c 				cur_pipe->next_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->next_odm_pipe->pipe_idx];
next_odm_pipe    1931 drivers/gpu/drm/amd/display/dc/core/dc.c 				struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe;
next_odm_pipe    1943 drivers/gpu/drm/amd/display/dc/core/dc.c 					odm_pipe = odm_pipe->next_odm_pipe;
next_odm_pipe    3114 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
next_odm_pipe    3119 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
next_odm_pipe    3155 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
next_odm_pipe    3159 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
next_odm_pipe     390 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
next_odm_pipe     409 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
next_odm_pipe     457 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
next_odm_pipe    1298 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		head_pipe = head_pipe->next_odm_pipe;
next_odm_pipe    1726 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	odm_pipe = del_pipe->next_odm_pipe;
next_odm_pipe    1751 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe;
next_odm_pipe    1754 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		odm_pipe = next_odm_pipe;
next_odm_pipe    2462 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		if (cur_pipe->next_odm_pipe)
next_odm_pipe    2463 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			cur_pipe->next_odm_pipe =  &dst_ctx->res_ctx.pipe_ctx[cur_pipe->next_odm_pipe->pipe_idx];
next_odm_pipe    1333 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe;
next_odm_pipe    1412 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		odm_pipe = odm_pipe->next_odm_pipe;
next_odm_pipe     544 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
next_odm_pipe     578 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
next_odm_pipe     832 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
next_odm_pipe     866 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
next_odm_pipe     889 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
next_odm_pipe    1061 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	} else if (pipe_ctx->next_odm_pipe != NULL) {
next_odm_pipe    1062 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		ASSERT(pipe_ctx->next_odm_pipe != pipe_ctx);
next_odm_pipe    1063 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		dcn20_program_all_pipe_in_tree(dc, pipe_ctx->next_odm_pipe, context);
next_odm_pipe    1434 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe;
next_odm_pipe    1439 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			odm_pipe = odm_pipe->next_odm_pipe;
next_odm_pipe    1451 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe;
next_odm_pipe    1456 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			odm_pipe = odm_pipe->next_odm_pipe;
next_odm_pipe    1591 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
next_odm_pipe    1442 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
next_odm_pipe    1726 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		struct pipe_ctx *next_odm_pipe)
next_odm_pipe    1728 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	int pipe_idx = next_odm_pipe->pipe_idx;
next_odm_pipe    1730 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	*next_odm_pipe = *prev_odm_pipe;
next_odm_pipe    1732 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->pipe_idx = pipe_idx;
next_odm_pipe    1733 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->plane_res.mi = pool->mis[next_odm_pipe->pipe_idx];
next_odm_pipe    1734 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->plane_res.hubp = pool->hubps[next_odm_pipe->pipe_idx];
next_odm_pipe    1735 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->plane_res.ipp = pool->ipps[next_odm_pipe->pipe_idx];
next_odm_pipe    1736 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->plane_res.xfm = pool->transforms[next_odm_pipe->pipe_idx];
next_odm_pipe    1737 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx];
next_odm_pipe    1738 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->plane_res.mpcc_inst = pool->dpps[next_odm_pipe->pipe_idx]->inst;
next_odm_pipe    1740 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->stream_res.dsc = NULL;
next_odm_pipe    1742 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	if (prev_odm_pipe->next_odm_pipe && prev_odm_pipe->next_odm_pipe != next_odm_pipe) {
next_odm_pipe    1743 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		ASSERT(!next_odm_pipe->next_odm_pipe);
next_odm_pipe    1744 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		next_odm_pipe->next_odm_pipe = prev_odm_pipe->next_odm_pipe;
next_odm_pipe    1745 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		next_odm_pipe->next_odm_pipe->prev_odm_pipe = next_odm_pipe;
next_odm_pipe    1747 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	prev_odm_pipe->next_odm_pipe = next_odm_pipe;
next_odm_pipe    1748 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->prev_odm_pipe = prev_odm_pipe;
next_odm_pipe    1749 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	ASSERT(next_odm_pipe->top_pipe == NULL);
next_odm_pipe    1769 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		sd = &next_odm_pipe->plane_res.scl_data;
next_odm_pipe    1787 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->stream_res.opp = pool->opps[next_odm_pipe->pipe_idx];
next_odm_pipe    1789 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	if (next_odm_pipe->stream->timing.flags.DSC == 1) {
next_odm_pipe    1790 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		acquire_dsc(res_ctx, pool, &next_odm_pipe->stream_res.dsc, next_odm_pipe->pipe_idx);
next_odm_pipe    1791 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		ASSERT(next_odm_pipe->stream_res.dsc);
next_odm_pipe    1792 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		if (next_odm_pipe->stream_res.dsc == NULL)
next_odm_pipe    1946 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 							|| res_ctx->pipe_ctx[i].next_odm_pipe;
next_odm_pipe    2265 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
next_odm_pipe    2312 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		} else if (dc->current_state->res_ctx.pipe_ctx[primary_pipe->pipe_idx].next_odm_pipe) {
next_odm_pipe    2313 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 			preferred_pipe_idx = dc->current_state->res_ctx.pipe_ctx[primary_pipe->pipe_idx].next_odm_pipe->pipe_idx;
next_odm_pipe    2391 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		struct pipe_ctx *odm_pipe = pipe->next_odm_pipe;
next_odm_pipe    2396 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		pipe->next_odm_pipe = NULL;
next_odm_pipe    2398 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 			struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe;
next_odm_pipe    2405 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 			odm_pipe->next_odm_pipe = NULL;
next_odm_pipe    2413 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 			odm_pipe = next_odm_pipe;
next_odm_pipe     303 drivers/gpu/drm/amd/display/dc/inc/core_types.h 	struct pipe_ctx *next_odm_pipe;