Home
last modified time | relevance | path

Searched refs:prev_odm_pipe (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c119 if (pipe->prev_odm_pipe) { in dcn32_merge_pipes_for_subvp()
121 pipe->prev_odm_pipe->next_odm_pipe = pipe->next_odm_pipe; in dcn32_merge_pipes_for_subvp()
123 pipe->next_odm_pipe->prev_odm_pipe = pipe->prev_odm_pipe; in dcn32_merge_pipes_for_subvp()
130 pipe->prev_odm_pipe = NULL; in dcn32_merge_pipes_for_subvp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1980 return !pipe_ctx->prev_odm_pipe && in resource_is_pipe_type()
2061 if (pipe->plane_state == plane && pipe->prev_odm_pipe == NULL) { in resource_get_dpp_pipes_for_plane()
2087 while (otg_master->prev_odm_pipe) in resource_get_otg_master()
2088 otg_master = otg_master->prev_odm_pipe; in resource_get_otg_master()
2107 while (pri_dpp_pipe->prev_odm_pipe) in resource_get_primary_dpp_pipe()
2108 pri_dpp_pipe = pri_dpp_pipe->prev_odm_pipe; in resource_get_primary_dpp_pipe()
2168 while (pipe_ctx->prev_odm_pipe) { in resource_get_odm_slice_index()
2170 pipe_ctx = pipe_ctx->prev_odm_pipe; in resource_get_odm_slice_index()
3102 if (tail_pipe->prev_odm_pipe) { in acquire_secondary_dpp_pipes_and_add_plane()
3103 ASSERT(tail_pipe->prev_odm_pipe->bottom_pipe); in acquire_secondary_dpp_pipes_and_add_plane()
[all …]
H A Ddc.c605 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_forward_crc_window()
671 if (pipe->stream == stream && !pipe->top_pipe && !pipe->prev_odm_pipe) in dc_stream_forward_multiple_crc_window()
1360 !dc->current_state->res_ctx.pipe_ctx[i].prev_odm_pipe) { in disable_dangling_plane()
1453 if (pipe->prev_odm_pipe) in disable_vbios_mode_if_required()
1636 || ctx->res_ctx.pipe_ctx[i].prev_odm_pipe) in program_timing_sync()
4311 !pipe_ctx->prev_odm_pipe && in commit_planes_for_stream()
H A Ddc_hw_sequencer.c2332 while (top_pipe->prev_odm_pipe) in hwss_dsc_calculate_and_set_config()
2333 top_pipe = top_pipe->prev_odm_pipe; in hwss_dsc_calculate_and_set_config()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1086 (pipe_ctx->prev_odm_pipe != NULL); in dcn401_set_cursor_position()
1088 struct pipe_ctx *prev_odm_pipe = NULL; in dcn401_set_cursor_position() local
1149 prev_odm_pipe = pipe_ctx->prev_odm_pipe; in dcn401_set_cursor_position()
1151 while (prev_odm_pipe != NULL) { in dcn401_set_cursor_position()
1152 odm_slice_src = resource_get_odm_slice_src_rect(prev_odm_pipe); in dcn401_set_cursor_position()
1154 prev_odm_pipe = prev_odm_pipe->prev_odm_pipe; in dcn401_set_cursor_position()
2026 pipe_ctx->prev_odm_pipe = NULL; in dcn401_reset_back_end_for_pipe()
2047 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn401_reset_hw_ctx_wrap()
2082 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in dcn401_calculate_vready_offset_for_group()
2133 && !pipe_ctx->prev_odm_pipe) in dcn401_program_pipe()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c744 pipe_ctx->prev_odm_pipe = NULL; in dcn20_plane_atomic_disable()
1538 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) { in dcn20_detect_pipe_changes()
1898 …for (other_pipe = pipe->prev_odm_pipe; other_pipe != NULL; other_pipe = other_pipe->prev_odm_pipe)… in dcn20_calculate_vready_offset_for_group()
1949 && !pipe_ctx->prev_odm_pipe) in dcn20_program_pipe()
2118 && !context->res_ctx.pipe_ctx[i].prev_odm_pipe in dcn20_program_front_end_for_ctx()
2191 if (!pipe->top_pipe && !pipe->prev_odm_pipe in dcn20_program_front_end_for_ctx()
2522 if (pipe_ctx->prev_odm_pipe == NULL) in dcn20_update_bandwidth()
2899 pipe_ctx->prev_odm_pipe = NULL; in dcn20_reset_back_end_for_pipe()
2920 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn20_reset_hw_ctx_wrap()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1241 !pipes[i].prev_odm_pipe) { in dm_helpers_dp_handle_test_pattern_request()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2568 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe) in dce110_apply_ctx_to_hw()