Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1617 struct pipe_ctx *new_pipe; in dcn401_add_dsc_sequence_for_odm_change()
1643 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in dcn401_update_odm_sequence()
1644 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) in dcn401_update_odm_sequence()
1700 struct pipe_ctx *new_pipe; in dcn401_hardware_release()
1777 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in dcn401_interdependent_update_lock()
1780 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) { in dcn401_interdependent_update_lock()
2863 struct pipe_ctx *new_pipe) in dcn401_detect_pipe_changes()
2866 bool new_is_phantom = dc_state_get_pipe_subvp_type(new_state, new_pipe) == SUBVP_PHANTOM; in dcn401_detect_pipe_changes()
2869 unsigned int new_pipe_vready_offset_pixels = new_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_detect_pipe_changes()
2871 unsigned int new_pipe_vstartup_lines = new_pipe in dcn401_detect_pipe_changes()
1451 struct pipe_ctx *new_pipe; update_dsc_for_odm_change() local
1534 struct pipe_ctx *new_pipe; dcn401_add_dsc_sequence_for_odm_change() local
2687 dcn401_detect_pipe_changes(struct dc_state * old_state,struct dc_state * new_state,struct pipe_ctx * old_pipe,struct pipe_ctx * new_pipe) dcn401_detect_pipe_changes() argument
[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.c1858 struct pipe_ctx *new_pipe; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1862 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_opp_head->pipe_idx]; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1863 if (resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1880 struct pipe_ctx *new_pipe; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1888 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_dpp->pipe_idx]; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1889 if (resource_is_pipe_type(new_pipe, FREE_PIPE)) { in recource_find_free_pipe_not_used_in_cur_res_ctx()
1905 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx()
1910 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx()
1913 resource_is_pipe_type(new_pipe, FREE_PIPE)) { in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx()
1928 const struct pipe_ctx *new_pipe, *cur_pip in resource_find_free_pipe_used_as_cur_sec_dpp()
1831 struct pipe_ctx *new_pipe; resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() local
1853 struct pipe_ctx *new_pipe; resource_find_free_pipe_used_in_cur_mpc_blending_tree() local
1878 const struct pipe_ctx *new_pipe, *cur_pipe; recource_find_free_pipe_not_used_in_cur_res_ctx() local
1901 const struct pipe_ctx *new_pipe, *cur_pipe; recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() local
1924 const struct pipe_ctx *new_pipe, *cur_pipe; resource_find_free_pipe_used_as_cur_sec_dpp() local
1948 const struct pipe_ctx *new_pipe, *cur_pipe; resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() local
1971 const struct pipe_ctx *new_pipe; resource_find_any_free_pipe() local
[all...]
H A Ddc.c1376 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane()
1379 new_pipe = &context->res_ctx.pipe_ctx[i]; in disable_dangling_plane()
1381 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()
1374 struct pipe_ctx *old_pipe, *new_pipe; disable_dangling_plane() local
/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);