Searched refs:head_pipe (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 1257 struct pipe_ctx *head_pipe) in resource_get_tail_pipe() argument 1261 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe() 1264 head_pipe = tail_pipe; in resource_get_tail_pipe() 1268 return head_pipe; in resource_get_tail_pipe() 1278 struct pipe_ctx *head_pipe) in acquire_free_pipe_for_head() argument 1283 if (!head_pipe->plane_state) in acquire_free_pipe_for_head() 1284 return head_pipe; in acquire_free_pipe_for_head() 1288 if (res_ctx->pipe_ctx[i].stream == head_pipe->stream && in acquire_free_pipe_for_head() 1302 return pool->funcs->acquire_idle_pipe_for_layer(context, pool, head_pipe->stream); in acquire_free_pipe_for_head() 1350 struct pipe_ctx *head_pipe, *tail_pipe, *free_pipe; in dc_add_plane_to_context() local [all …]
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_resource.c | 1156 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn10_acquire_idle_pipe_for_layer() local 1157 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); in dcn10_acquire_idle_pipe_for_layer() 1159 if (!head_pipe) { in dcn10_acquire_idle_pipe_for_layer() 1167 idle_pipe->stream = head_pipe->stream; in dcn10_acquire_idle_pipe_for_layer() 1168 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn10_acquire_idle_pipe_for_layer() 1169 idle_pipe->stream_res.abm = head_pipe->stream_res.abm; in dcn10_acquire_idle_pipe_for_layer() 1170 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn10_acquire_idle_pipe_for_layer()
|
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 3292 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn20_acquire_idle_pipe_for_layer() local 3293 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); in dcn20_acquire_idle_pipe_for_layer() 3295 if (!head_pipe) in dcn20_acquire_idle_pipe_for_layer() 3301 idle_pipe->stream = head_pipe->stream; in dcn20_acquire_idle_pipe_for_layer() 3302 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn20_acquire_idle_pipe_for_layer() 3303 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn20_acquire_idle_pipe_for_layer()
|