underlay_idx      316 drivers/gpu/drm/amd/display/dc/core/dc_debug.c 	unsigned int underlay_idx = core_dc->res_pool->underlay_pipe_index;
underlay_idx      325 drivers/gpu/drm/amd/display/dc/core/dc_debug.c 		if (pipe_ctx->stream == NULL || pipe_ctx->pipe_idx == underlay_idx)
underlay_idx      335 drivers/gpu/drm/amd/display/dc/core/dc_debug.c 		if (pipe_ctx->stream == NULL || pipe_ctx->pipe_idx == underlay_idx)
underlay_idx      201 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	unsigned int underlay_idx = dc->res_pool->underlay_pipe_index;
underlay_idx      213 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (controller_id == underlay_idx)
underlay_idx     1651 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	unsigned int underlay_idx = dc->res_pool->underlay_pipe_index;
underlay_idx     1669 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		if (i == underlay_idx) {
underlay_idx     1687 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	int underlay_idx = pool->underlay_pipe_index;
underlay_idx     1706 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		if (i == underlay_idx)
underlay_idx     1797 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	unsigned int underlay_idx = dc->res_pool->underlay_pipe_index;
underlay_idx     1819 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			if (pipe_ctx->pipe_idx != underlay_idx) {
underlay_idx      856 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c static bool is_surface_pixel_format_supported(struct pipe_ctx *pipe_ctx, unsigned int underlay_idx)
underlay_idx      858 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	if (pipe_ctx->pipe_idx != underlay_idx)
underlay_idx     1055 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	unsigned int underlay_idx = pool->underlay_pipe_index;
underlay_idx     1056 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	struct pipe_ctx *pipe_ctx = &res_ctx->pipe_ctx[underlay_idx];
underlay_idx     1058 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	if (res_ctx->pipe_ctx[underlay_idx].stream)
underlay_idx     1061 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	pipe_ctx->stream_res.tg = pool->timing_generators[underlay_idx];
underlay_idx     1062 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	pipe_ctx->plane_res.mi = pool->mis[underlay_idx];
underlay_idx     1064 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx];
underlay_idx     1065 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	pipe_ctx->stream_res.opp = pool->opps[underlay_idx];
underlay_idx     1066 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	pipe_ctx->pipe_idx = underlay_idx;
underlay_idx     1070 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	if (!dc->current_state->res_ctx.pipe_ctx[underlay_idx].stream) {