Searched refs:other_pipe (Results 1 – 3 of 3) sorted by relevance
1621 struct pipe_ctx *other_pipe; in calculate_vready_offset_for_group() local1625 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in calculate_vready_offset_for_group()1626 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()1627 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()1629 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in calculate_vready_offset_for_group()1630 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()1631 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()1633 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in calculate_vready_offset_for_group()1634 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()1635 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()[all …]
872 struct pipe_ctx *other_pipe; in calculate_vready_offset_for_group() local876 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in calculate_vready_offset_for_group()877 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()878 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()880 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in calculate_vready_offset_for_group()881 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()882 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()884 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in calculate_vready_offset_for_group()885 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()886 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()[all …]
724 struct pipe_ctx *other_pipe = pipe->bottom_pipe; in get_num_mpc_splits() local726 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in get_num_mpc_splits()728 other_pipe = other_pipe->bottom_pipe; in get_num_mpc_splits()730 other_pipe = pipe->top_pipe; in get_num_mpc_splits()731 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in get_num_mpc_splits()733 other_pipe = other_pipe->top_pipe; in get_num_mpc_splits()