Home
last modified time | relevance | path

Searched refs:new_pipe (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1319 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument
1321 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1331 new_pipe->plane_state && new_pipe->plane_state->is_phantom) { in dcn20_detect_pipe_changes()
1332 new_pipe->update_flags.bits.disable = 1; in dcn20_detect_pipe_changes()
1337 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()
1340 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1341 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1342 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1343 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1344 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
[all …]
/openbmc/linux/net/nfc/nci/
H A Dhci.c286 u8 dest_gate, new_pipe; in nci_hci_cmd_received() local
301 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1486 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dcn32_enable_phantom_streams() local
1488 if (new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) { in dcn32_enable_phantom_streams()
1633 const struct pipe_ctx *cur_pipe, *new_pipe; in dcn32_is_pipe_topology_transition_seamless() local
1638 new_pipe = &new_ctx->res_ctx.pipe_ctx[i]; in dcn32_is_pipe_topology_transition_seamless()
1641 resource_is_pipe_type(new_pipe, FREE_PIPE)) in dcn32_is_pipe_topology_transition_seamless()
1645 if (resource_is_pipe_type(new_pipe, OTG_MASTER)) in dcn32_is_pipe_topology_transition_seamless()
1646 if (cur_pipe->stream->stream_id == new_pipe->stream->stream_id) in dcn32_is_pipe_topology_transition_seamless()
1650 if (resource_is_pipe_type(new_pipe, OPP_HEAD)) { in dcn32_is_pipe_topology_transition_seamless()
1651 if (cur_pipe->stream_res.tg == new_pipe->stream_res.tg) in dcn32_is_pipe_topology_transition_seamless()
1659 if (resource_is_pipe_type(new_pipe, DPP_PIPE)) { in dcn32_is_pipe_topology_transition_seamless()
[all …]
/openbmc/linux/drivers/media/mc/
H A Dmc-entity.c955 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1625 struct pipe_ctx *new_pipe; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1633 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_dpp->pipe_idx]; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1634 if (resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1650 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1655 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1658 resource_is_pipe_type(new_pipe, FREE_PIPE)) { in recource_find_free_pipe_not_used_in_cur_res_ctx()
1673 const struct pipe_ctx *new_pipe, *cur_pipe; in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
1678 new_pipe = &new_res_ctx->pipe_ctx[i]; in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
1683 resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
1696 const struct pipe_ctx *new_pipe; in resource_find_any_free_pipe()
1624 struct pipe_ctx *new_pipe; resource_find_free_pipe_used_in_cur_mpc_blending_tree() local
1649 const struct pipe_ctx *new_pipe, *cur_pipe; recource_find_free_pipe_not_used_in_cur_res_ctx() local
1672 const struct pipe_ctx *new_pipe, *cur_pipe; resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() local
1695 const struct pipe_ctx *new_pipe; resource_find_any_free_pipe() local
[all...]
H A Ddc.c1139 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()
4447 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local
4450 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()
4451 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()
/openbmc/u-boot/common/
H A Dcli_hush.c2342 static struct pipe *new_pipe(void) function
2361 ctx->list_head=new_pipe();
2597 new_p=new_pipe();