Searched refs:new_pipe (Results 1 – 6 of 6) sorted by relevance
1318 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument1320 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 …]
286 u8 dest_gate, new_pipe; in nci_hci_cmd_received() local301 new_pipe = create_info->pipe; in nci_hci_cmd_received()302 if (new_pipe >= NCI_HCI_MAX_PIPES) { in nci_hci_cmd_received()312 ndev->hci_dev->gate2pipe[dest_gate] = new_pipe; in nci_hci_cmd_received()313 ndev->hci_dev->pipes[new_pipe].gate = dest_gate; in nci_hci_cmd_received()314 ndev->hci_dev->pipes[new_pipe].host = in nci_hci_cmd_received()
915 struct media_pipeline *new_pipe = NULL; in media_pipeline_alloc_start() local927 new_pipe = kzalloc(sizeof(*new_pipe), GFP_KERNEL); in media_pipeline_alloc_start()928 if (!new_pipe) { in media_pipeline_alloc_start()933 pipe = new_pipe; in media_pipeline_alloc_start()939 kfree(new_pipe); in media_pipeline_alloc_start()
1624 struct pipe_ctx *new_pipe; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() local1632 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() local1654 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() local1677 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 …]
1185 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local1188 new_pipe = &context->res_ctx.pipe_ctx[i]; in disable_dangling_plane()1190 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()4468 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local4471 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()4472 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()
1481 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dcn32_enable_phantom_streams() local1483 if (new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) { in dcn32_enable_phantom_streams()