Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1783 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe) in dcn30_internal_validate_bw()
1785 else if (old_pipe->next_odm_pipe) in dcn30_internal_validate_bw()
1788 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn30_internal_validate_bw()
1789 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn30_internal_validate_bw()
1791 else if (old_pipe->bottom_pipe && in dcn30_internal_validate_bw()
1792 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn30_internal_validate_bw()
1811 if (odm && old_pipe->next_odm_pipe) in dcn30_internal_validate_bw()
1814 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn30_internal_validate_bw()
1828 if (odm && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe in dcn30_internal_validate_bw()
1831 else if (!odm && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn30_internal_validate_bw()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1329 if (old_pipe->plane_state && !old_pipe->plane_state->is_phantom && in dcn20_detect_pipe_changes()
1336 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()
1339 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1368 if (old_pipe->plane_state && old_pipe->plane_state->is_phantom && in dcn20_detect_pipe_changes()
1372 if (old_pipe->plane_state && !new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1378 if (old_pipe->plane_state != new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1412 if (old_pipe->stream_res.tg != new_pipe->stream_res.tg) in dcn20_detect_pipe_changes()
1420 if (old_pipe->plane_res.dpp != new_pipe->plane_res.dpp in dcn20_detect_pipe_changes()
1433 || memcmp(&old_pipe->plane_res.scl_data.viewport_c, in dcn20_detect_pipe_changes()
1486 memcmp(&old_pipe->rq_regs, &new_pipe->rq_regs, sizeof(old_pipe->rq_regs))) in dcn20_detect_pipe_changes()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1826 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe) in dcn32_internal_validate_bw()
1828 else if (old_pipe->next_odm_pipe) in dcn32_internal_validate_bw()
1831 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn32_internal_validate_bw()
1832 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_internal_validate_bw()
1834 else if (old_pipe->bottom_pipe && in dcn32_internal_validate_bw()
1835 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_internal_validate_bw()
1854 if (odm && old_pipe->next_odm_pipe) in dcn32_internal_validate_bw()
1857 old_pipe->bottom_pipe->plane_state == old_pipe->plane_state) in dcn32_internal_validate_bw()
1871 if (odm && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe in dcn32_internal_validate_bw()
1874 else if (!odm && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe && in dcn32_internal_validate_bw()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1466 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dcn32_enable_phantom_streams() local
1473 old_pipe->stream && old_pipe->stream->mall_stream_config.type != SUBVP_PHANTOM) { in dcn32_enable_phantom_streams()
1474 old_pipe->stream_res.tg->funcs->wait_for_state( in dcn32_enable_phantom_streams()
1475 old_pipe->stream_res.tg, in dcn32_enable_phantom_streams()
1477 old_pipe->stream_res.tg->funcs->wait_for_state( in dcn32_enable_phantom_streams()
1478 old_pipe->stream_res.tg, in dcn32_enable_phantom_streams()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1139 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local
1141 old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in disable_dangling_plane()
1144 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()
1823 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_state_no_check() local
1826 …subvp_prev_use |= (old_pipe->stream && old_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM); in dc_commit_state_no_check()
3554 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local
3557 …subvp_prev_use |= (old_pipe->stream && old_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM); in commit_planes_for_stream()
4446 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local
4448 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()