Searched refs:other_pipe (Results 1 – 2 of 2) sorted by relevance
2010 struct pipe_ctx *other_pipe; in dcn401_calculate_vready_offset_for_group() local2014 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in dcn401_calculate_vready_offset_for_group()2015 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()2016 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()2018 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in dcn401_calculate_vready_offset_for_group()2019 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()2020 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()2022 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in dcn401_calculate_vready_offset_for_group()2023 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()2024 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()[all …]
2142 const struct pipe_ctx *other_pipe = pipe->bottom_pipe; in resource_get_mpc_slice_count() local2144 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()2146 other_pipe = other_pipe->bottom_pipe; in resource_get_mpc_slice_count()2148 other_pipe = pipe->top_pipe; in resource_get_mpc_slice_count()2149 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()2151 other_pipe = other_pipe->top_pipe; in resource_get_mpc_slice_count()