Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1891 struct pipe_ctx *other_pipe; in dcn401_calculate_vready_offset_for_group() local
1895 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in dcn401_calculate_vready_offset_for_group()
1896 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
1897 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
1899 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in dcn401_calculate_vready_offset_for_group()
1900 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
1901 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
1903 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in dcn401_calculate_vready_offset_for_group()
1905 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
1907 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in dcn401_calculate_vready_offset_for_group()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1862 struct pipe_ctx *other_pipe; in dcn20_calculate_vready_offset_for_group() local
1866 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in dcn20_calculate_vready_offset_for_group()
1867 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()
1868 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()
1870 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in dcn20_calculate_vready_offset_for_group()
1871 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()
1872 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()
1874 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in dcn20_calculate_vready_offset_for_group()
1876 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()
1878 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in dcn20_calculate_vready_offset_for_group()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c938 struct pipe_ctx *other_pipe; in calculate_vready_offset_for_group() local
942 for (other_pipe = pipe->bottom_pipe; other_pipe != NULL; other_pipe = other_pipe->bottom_pipe) { in calculate_vready_offset_for_group()
943 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
944 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
946 for (other_pipe = pipe->top_pipe; other_pipe != NULL; other_pipe = other_pipe->top_pipe) { in calculate_vready_offset_for_group()
947 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
948 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
950 …for (other_pipe = pipe->next_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->next_odm_pipe)… in calculate_vready_offset_for_group()
952 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
954 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in calculate_vready_offset_for_group()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2111 const struct pipe_ctx *other_pipe = pipe->bottom_pipe; in resource_get_mpc_slice_count() local
2113 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()
2115 other_pipe = other_pipe->bottom_pipe; in resource_get_mpc_slice_count()
2117 other_pipe = pipe->top_pipe; in resource_get_mpc_slice_count()
2118 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()
2120 other_pipe = other_pipe->top_pipe; in resource_get_mpc_slice_count()