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

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1772 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
1788 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe)
1789 old_index = old_pipe->next_odm_pipe->next_odm_pipe->pipe_idx;
1790 else if (old_pipe->next_odm_pipe)
1791 old_index = old_pipe->next_odm_pipe->pipe_idx;
1793 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe &&
1794 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1467 struct pipe_ctx *old_pipe,
1470 bool old_is_phantom = dc_state_get_pipe_subvp_type(old_state, old_pipe) == SUBVP_PHANTOM;
1482 if (old_pipe->plane_state && !old_is_phantom &&
1489 resource_is_odm_topology_changed(new_pipe, old_pipe))
1494 if (!old_pipe->plane_state && !new_pipe->plane_state)
1497 if (!old_pipe->plane_state && new_pipe->plane_state) {
1530 if (old_pipe->plane_state && old_is_phantom &&
1534 if (old_pipe->plane_state && !new_pipe->plane_state) {
1540 if (old_pipe->plane_state != new_pipe->plane_state) {
1547 if (old_pipe
1465 dcn20_detect_pipe_changes(struct dc_state *old_state, struct dc_state *new_state, struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c2026 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
2042 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe)
2043 old_index = old_pipe->next_odm_pipe->next_odm_pipe->pipe_idx;
2044 else if (old_pipe->next_odm_pipe)
2045 old_index = old_pipe->next_odm_pipe->pipe_idx;
2047 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe &&
2048 old_pipe->bottom_pipe->bottom_pipe->plane_state == old_pipe
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1481 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
1488 old_pipe->stream && dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) != SUBVP_PHANTOM) {
1489 old_pipe->stream_res.tg->funcs->wait_for_state(
1490 old_pipe->stream_res.tg,
1492 old_pipe->stream_res.tg->funcs->wait_for_state(
1493 old_pipe->stream_res.tg,
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1206 struct pipe_ctx *old_pipe, *new_pipe; local
1208 old_pipe = &dc->current_state->res_ctx.pipe_ctx[i];
1211 if (old_pipe->plane_state && !new_pipe->plane_state)
1952 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
1955 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM);
3735 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
3738 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM);
4679 struct pipe_ctx *old_pipe = &dc->current_state->res_ctx.pipe_ctx[i]; local
4681 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state)

Completed in 164 milliseconds