head_pipe        1145 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct pipe_ctx *head_pipe)
head_pipe        1149 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	tail_pipe = head_pipe->bottom_pipe;
head_pipe        1152 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		head_pipe = tail_pipe;
head_pipe        1156 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	return head_pipe;
head_pipe        1166 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct pipe_ctx *head_pipe)
head_pipe        1171 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (!head_pipe->plane_state)
head_pipe        1172 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		return head_pipe;
head_pipe        1176 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		if (res_ctx->pipe_ctx[i].stream == head_pipe->stream &&
head_pipe        1190 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	return pool->funcs->acquire_idle_pipe_for_layer(context, pool, head_pipe->stream);
head_pipe        1238 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	struct pipe_ctx *head_pipe, *tail_pipe, *free_pipe;
head_pipe        1258 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	head_pipe = resource_get_head_pipe_for_stream(&context->res_ctx, stream);
head_pipe        1260 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (!head_pipe) {
head_pipe        1268 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	while (head_pipe) {
head_pipe        1269 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		tail_pipe = resource_get_tail_pipe(&context->res_ctx, head_pipe);
head_pipe        1272 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		free_pipe = acquire_free_pipe_for_head(context, pool, head_pipe);
head_pipe        1288 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		if (head_pipe != free_pipe) {
head_pipe        1298 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		head_pipe = head_pipe->next_odm_pipe;
head_pipe        1094 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream);
head_pipe        1095 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe);
head_pipe        1097 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	if (!head_pipe) {
head_pipe        1105 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	idle_pipe->stream = head_pipe->stream;
head_pipe        1106 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
head_pipe        1107 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	idle_pipe->stream_res.abm = head_pipe->stream_res.abm;
head_pipe        1108 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
head_pipe        2940 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream);
head_pipe        2941 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe);
head_pipe        2943 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	if (!head_pipe)
head_pipe        2949 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	idle_pipe->stream = head_pipe->stream;
head_pipe        2950 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
head_pipe        2951 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	idle_pipe->stream_res.opp = head_pipe->stream_res.opp;