Searched refs:new_pipe (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 1318 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument 1320 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes() 1330 new_pipe->plane_state && new_pipe->plane_state->is_phantom) { in dcn20_detect_pipe_changes() 1331 new_pipe->update_flags.bits.disable = 1; 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() 1340 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes() 1341 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes() 1342 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes() 1343 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes() [all …]
|
/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_hwseq.c | 1483 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dcn32_enable_phantom_streams() local 1485 if (new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) { in dcn32_enable_phantom_streams() 1630 const struct pipe_ctx *cur_pipe, *new_pipe; in dcn32_is_pipe_topology_transition_seamless() local 1635 new_pipe = &new_ctx->res_ctx.pipe_ctx[i]; in dcn32_is_pipe_topology_transition_seamless() 1638 resource_is_pipe_type(new_pipe, FREE_PIPE)) in dcn32_is_pipe_topology_transition_seamless() 1642 if (resource_is_pipe_type(new_pipe, OTG_MASTER)) in dcn32_is_pipe_topology_transition_seamless() 1643 if (cur_pipe->stream->stream_id == new_pipe->stream->stream_id) in dcn32_is_pipe_topology_transition_seamless() 1647 if (resource_is_pipe_type(new_pipe, OPP_HEAD)) { in dcn32_is_pipe_topology_transition_seamless() 1648 if (cur_pipe->stream_res.tg == new_pipe->stream_res.tg) in dcn32_is_pipe_topology_transition_seamless() 1656 if (resource_is_pipe_type(new_pipe, DPP_PIPE)) { in dcn32_is_pipe_topology_transition_seamless() [all …]
|
/drivers/media/mc/ |
D | mc-entity.c | 955 struct media_pipeline *new_pipe = NULL; in media_pipeline_alloc_start() local 967 new_pipe = kzalloc(sizeof(*new_pipe), GFP_KERNEL); in media_pipeline_alloc_start() 968 if (!new_pipe) { in media_pipeline_alloc_start() 973 pipe = new_pipe; in media_pipeline_alloc_start() 979 kfree(new_pipe); in media_pipeline_alloc_start()
|
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 1624 struct pipe_ctx *new_pipe; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() local 1632 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_dpp->pipe_idx]; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() 1633 if (resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_in_cur_mpc_blending_tree() 1649 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_not_used_in_cur_res_ctx() local 1654 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx() 1657 resource_is_pipe_type(new_pipe, FREE_PIPE)) { in recource_find_free_pipe_not_used_in_cur_res_ctx() 1672 const struct pipe_ctx *new_pipe, *cur_pipe; in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() local 1677 new_pipe = &new_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() 1682 resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() 1695 const struct pipe_ctx *new_pipe; in resource_find_any_free_pipe() local [all …]
|
D | dc.c | 1139 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local 1142 new_pipe = &context->res_ctx.pipe_ctx[i]; in disable_dangling_plane() 1144 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane() 4445 struct pipe_ctx *new_pipe = &context->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() 4449 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()
|