Home
last modified time | relevance | path

Searched refs:head_pipe (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c1190 struct pipe_ctx *head_pipe, *tail_pipe; in resource_get_tail_pipe_for_stream() local
1193 if (!head_pipe) in resource_get_tail_pipe_for_stream()
1196 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe_for_stream()
1199 head_pipe = tail_pipe; in resource_get_tail_pipe_for_stream()
1203 return head_pipe; in resource_get_tail_pipe_for_stream()
1218 struct pipe_ctx *head_pipe = NULL; in acquire_free_pipe_for_stream() local
1224 if (!head_pipe) { in acquire_free_pipe_for_stream()
1229 if (!head_pipe->plane_state) in acquire_free_pipe_for_stream()
1230 return head_pipe; in acquire_free_pipe_for_stream()
1316 if (!head_pipe) { in dc_add_plane_to_context()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1026 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn10_acquire_idle_pipe_for_layer() local
1029 if (!head_pipe) { in dcn10_acquire_idle_pipe_for_layer()
1037 idle_pipe->stream = head_pipe->stream; in dcn10_acquire_idle_pipe_for_layer()
1038 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn10_acquire_idle_pipe_for_layer()
1039 idle_pipe->stream_res.abm = head_pipe->stream_res.abm; in dcn10_acquire_idle_pipe_for_layer()
1040 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn10_acquire_idle_pipe_for_layer()