Home
last modified time | relevance | path

Searched refs:old_pipe (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
A Ddcn30_resource.c1785 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe) in dcn30_internal_validate_bw()
1787 else if (old_pipe->next_odm_pipe) in dcn30_internal_validate_bw()
1790 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn30_internal_validate_bw()
1791 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn30_internal_validate_bw()
1793 else if (old_pipe->bottom_pipe && in dcn30_internal_validate_bw()
1794 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn30_internal_validate_bw()
1813 if (odm && old_pipe->next_odm_pipe) in dcn30_internal_validate_bw()
1816 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn30_internal_validate_bw()
1830 if (odm && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe in dcn30_internal_validate_bw()
1833 else if (!odm && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn30_internal_validate_bw()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.c1468 struct pipe_ctx *old_pipe, in dcn20_detect_pipe_changes() argument
1483 if (old_pipe->plane_state && !old_is_phantom && in dcn20_detect_pipe_changes()
1495 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()
1498 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1531 if (old_pipe->plane_state && old_is_phantom && in dcn20_detect_pipe_changes()
1535 if (old_pipe->plane_state && !new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1541 if (old_pipe->plane_state != new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1575 if (old_pipe->plane_res.dpp != new_pipe->plane_res.dpp in dcn20_detect_pipe_changes()
1588 || memcmp(&old_pipe->plane_res.scl_data.viewport_c, in dcn20_detect_pipe_changes()
1641 memcmp(&old_pipe->rq_regs, &new_pipe->rq_regs, sizeof(old_pipe->rq_regs))) in dcn20_detect_pipe_changes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c2046 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe) in dcn32_apply_merge_split_flags_helper()
2048 else if (old_pipe->next_odm_pipe) in dcn32_apply_merge_split_flags_helper()
2051 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn32_apply_merge_split_flags_helper()
2052 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_apply_merge_split_flags_helper()
2054 else if (old_pipe->bottom_pipe && in dcn32_apply_merge_split_flags_helper()
2055 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_apply_merge_split_flags_helper()
2074 if (odm && old_pipe->next_odm_pipe) in dcn32_apply_merge_split_flags_helper()
2077 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_apply_merge_split_flags_helper()
2091 if (odm && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe in dcn32_apply_merge_split_flags_helper()
2094 else if (!odm && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn32_apply_merge_split_flags_helper()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
A Ddcn32_hwseq.c624 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn32_update_force_pstate() local
643 if (old_pipe->stream) in dcn32_update_force_pstate()
644 old_stream_status = dc_state_get_stream_status(dc->current_state, old_pipe->stream); in dcn32_update_force_pstate()
648 … (!old_pipe->stream || (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) != SUBVP_MAIN && in dcn32_update_force_pstate()
1565 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn32_enable_phantom_streams() local
1572old_pipe->stream && dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) != SUBVP_PHANTOM) { in dcn32_enable_phantom_streams()
1573 old_pipe->stream_res.tg->funcs->wait_for_state( in dcn32_enable_phantom_streams()
1574 old_pipe->stream_res.tg, in dcn32_enable_phantom_streams()
1576 old_pipe->stream_res.tg->funcs->wait_for_state( in dcn32_enable_phantom_streams()
1577 old_pipe->stream_res.tg, in dcn32_enable_phantom_streams()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
A Ddcn401_hwseq.c1546 struct pipe_ctx *old_pipe; in update_dsc_for_odm_change() local
1572 old_pipe = old_opp_heads[i]; in update_dsc_for_odm_change()
1573 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in update_dsc_for_odm_change()
1574 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) in update_dsc_for_odm_change()
1575 old_pipe->stream_res.dsc->funcs->dsc_disconnect( in update_dsc_for_odm_change()
1576 old_pipe->stream_res.dsc); in update_dsc_for_odm_change()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
A Ddcn35_clk_mgr.c133 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn35_disable_otg_wa() local
141 stream_changed_otg_dig_on = old_pipe->stream && new_pipe->stream && in dcn35_disable_otg_wa()
142 old_pipe->stream != new_pipe->stream && in dcn35_disable_otg_wa()
143 old_pipe->stream_res.tg == new_pipe->stream_res.tg && in dcn35_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c1215 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local
1217 old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in disable_dangling_plane()
1220 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()
1904 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_state_no_check() local
1907 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in dc_commit_state_no_check()
3784 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local
3787 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in commit_planes_for_stream()
4792 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in update_planes_and_stream_v1() local
4794 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in update_planes_and_stream_v1()

Completed in 39 milliseconds