Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1867 struct pipe_ctx *other_pipe; in dcn20_calculate_vready_offset_for_group() local
1871 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 …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1155 struct pipe_ctx *other_pipe; in calculate_vready_offset_for_group() local
1159 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 …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2081 struct pipe_ctx *other_pipe; in dcn401_calculate_vready_offset_for_group() local
2085 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 …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2132 const struct pipe_ctx *other_pipe = pipe->bottom_pipe; in resource_get_mpc_slice_count() local
2134 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()