Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1451 struct pipe_ctx *new_pipe; in update_dsc_for_odm_change() local
1477 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in update_dsc_for_odm_change()
1478 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) in update_dsc_for_odm_change()
1534 struct pipe_ctx *new_pipe; in dcn401_add_dsc_sequence_for_odm_change() local
1611 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in dcn401_add_dsc_sequence_for_odm_change()
1614 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) { in dcn401_add_dsc_sequence_for_odm_change()
2687 struct pipe_ctx *new_pipe) in dcn401_detect_pipe_changes() argument
2690 bool new_is_phantom = dc_state_get_pipe_subvp_type(new_state, new_pipe) == SUBVP_PHANTOM; in dcn401_detect_pipe_changes()
2693 unsigned int new_pipe_vready_offset_pixels = new_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_detect_pipe_changes()
2695 unsigned int new_pipe_vstartup_lines = new_pipe->global_sync.dcn4x.vstartup_lines; in dcn401_detect_pipe_changes()
[all …]
/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()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1831 struct pipe_ctx *new_pipe; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() local
1835 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_opp_head->pipe_idx]; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1836 if (resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1853 struct pipe_ctx *new_pipe; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() local
1861 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_dpp->pipe_idx]; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1862 if (resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1878 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_not_used_in_cur_res_ctx() local
1883 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1886 resource_is_pipe_type(new_pipe, FREE_PIPE)) { in recource_find_free_pipe_not_used_in_cur_res_ctx()
1901 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() local
[all …]
/linux/drivers/media/mc/
H A Dmc-entity.c968 struct media_pipeline *new_pipe = NULL; in media_pipeline_alloc_start() local
980 new_pipe = kzalloc_obj(*new_pipe); in media_pipeline_alloc_start()
981 if (!new_pipe) { in media_pipeline_alloc_start()
986 pipe = new_pipe; in media_pipeline_alloc_start()
992 kfree(new_pipe); in media_pipeline_alloc_start()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.h161 struct pipe_ctx *new_pipe);