Searched refs:other_pipe (Results 1 – 4 of 4) sorted by relevance
1867 struct pipe_ctx *other_pipe; in dcn20_calculate_vready_offset_for_group() local1871 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in dcn20_calculate_vready_offset_for_group()1872 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()1873 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()1875 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in dcn20_calculate_vready_offset_for_group()1876 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()1877 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()1879 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in dcn20_calculate_vready_offset_for_group()1880 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()1881 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()[all …]
1155 struct pipe_ctx *other_pipe; in calculate_vready_offset_for_group() local1159 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in calculate_vready_offset_for_group()1160 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()1161 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()1163 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in calculate_vready_offset_for_group()1164 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()1165 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()1167 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in calculate_vready_offset_for_group()1168 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()1169 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()[all …]
2081 struct pipe_ctx *other_pipe; in dcn401_calculate_vready_offset_for_group() local2085 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in dcn401_calculate_vready_offset_for_group()2086 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()2087 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()2089 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in dcn401_calculate_vready_offset_for_group()2090 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()2091 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()2093 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in dcn401_calculate_vready_offset_for_group()2094 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()2095 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()[all …]
2132 const struct pipe_ctx *other_pipe = pipe->bottom_pipe; in resource_get_mpc_slice_count() local2134 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()2136 other_pipe = other_pipe->bottom_pipe; in resource_get_mpc_slice_count()2138 other_pipe = pipe->top_pipe; in resource_get_mpc_slice_count()2139 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()2141 other_pipe = other_pipe->top_pipe; in resource_get_mpc_slice_count()