Searched refs:new_pipe (Results 1 – 5 of 5) sorted by relevance
1322 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()1332 new_pipe->plane_state && new_pipe->plane_state->is_phantom) { in dcn20_detect_pipe_changes()1342 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()1343 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()1351 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) { in dcn20_detect_pipe_changes()1352 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()1363 if (new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) in dcn20_detect_pipe_changes()1370 new_pipe->plane_state && !new_pipe->plane_state->is_phantom) in dcn20_detect_pipe_changes()1384 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) { in dcn20_detect_pipe_changes()1391 new_pipe->update_flags.bits.odm = 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()
1099 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local1102 new_pipe = &context->res_ctx.pipe_ctx[i]; in disable_dangling_plane()1104 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()3471 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local3473 if ((new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) || in commit_planes_for_stream()4120 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local4123 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()4124 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()
1397 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dcn32_enable_phantom_streams() local1399 if (new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) { in dcn32_enable_phantom_streams()
Completed in 23 milliseconds