Home
last modified time | relevance | path

Searched refs:other_pipe (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1661 struct pipe_ctx *other_pipe; in calculate_vready_offset_for_group() local
1665 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in calculate_vready_offset_for_group()
1666 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
1667 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
1669 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe in calculate_vready_offset_for_group()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c877 struct pipe_ctx *other_pipe; in calculate_vready_offset_for_group() local
881 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in calculate_vready_offset_for_group()
882 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
883 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
885 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe in calculate_vready_offset_for_group()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c595 struct pipe_ctx *other_pipe = pipe->bottom_pipe; in get_num_mpc_splits() local
597 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in get_num_mpc_splits()
599 other_pipe = other_pipe->bottom_pipe; in get_num_mpc_splits()
601 other_pipe = pipe->top_pipe; in get_num_mpc_splits()
602 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in get_num_mpc_splits()
604 other_pipe = other_pipe in get_num_mpc_splits()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c738 const struct pipe_ctx *other_pipe = pipe->bottom_pipe; in resource_get_num_mpc_splits() local
740 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_num_mpc_splits()
742 other_pipe = other_pipe->bottom_pipe; in resource_get_num_mpc_splits()
744 other_pipe = pipe->top_pipe; in resource_get_num_mpc_splits()
745 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_num_mpc_splits()
747 other_pipe = other_pipe in resource_get_num_mpc_splits()
[all...]

Completed in 13 milliseconds