Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1494 struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument
1497 bool new_is_phantom = dc_state_get_pipe_subvp_type(new_state, new_pipe) == SUBVP_PHANTOM; in dcn20_detect_pipe_changes()
1499 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1509 new_pipe->plane_state && new_is_phantom) { in dcn20_detect_pipe_changes()
1510 new_pipe->update_flags.bits.disable = 1; in dcn20_detect_pipe_changes()
1514 if (resource_is_pipe_type(new_pipe, OTG_MASTER) && in dcn20_detect_pipe_changes()
1515 resource_is_odm_topology_changed(new_pipe, old_pipe)) in dcn20_detect_pipe_changes()
1517 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
1520 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()
1523 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()
[all …]
H A Ddcn20_hwseq.h161 struct pipe_ctx *new_pipe);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1526 struct pipe_ctx *new_pipe; in update_dsc_for_odm_change() local
1552 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in update_dsc_for_odm_change()
1553 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) in update_dsc_for_odm_change()
1609 struct pipe_ctx *new_pipe; in dcn401_add_dsc_sequence_for_odm_change() local
1686 new_pipe = &context->res_ctx.pipe_ctx[old_pipe->pipe_idx]; in dcn401_add_dsc_sequence_for_odm_change()
1689 if (old_pipe->stream_res.dsc && !new_pipe->stream_res.dsc) { in dcn401_add_dsc_sequence_for_odm_change()
2736 struct pipe_ctx *new_pipe) in dcn401_detect_pipe_changes() argument
2739 bool new_is_phantom = dc_state_get_pipe_subvp_type(new_state, new_pipe) == SUBVP_PHANTOM; in dcn401_detect_pipe_changes()
2742 unsigned int new_pipe_vready_offset_pixels = new_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_detect_pipe_changes()
2744 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.c1822 struct pipe_ctx *new_pipe; in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master() local
1826 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()
1827 if (resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_as_sec_opp_head_by_cur_otg_master()
1843 struct pipe_ctx *new_pipe; in resource_find_free_pipe_used_in_cur_mpc_blending_tree() local
1851 new_pipe = &new_res_ctx->pipe_ctx[cur_sec_dpp->pipe_idx]; in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1852 if (resource_is_pipe_type(new_pipe, FREE_PIPE)) { in resource_find_free_pipe_used_in_cur_mpc_blending_tree()
1868 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_not_used_in_cur_res_ctx() local
1873 new_pipe = &new_res_ctx->pipe_ctx[i]; in recource_find_free_pipe_not_used_in_cur_res_ctx()
1876 resource_is_pipe_type(new_pipe, FREE_PIPE)) { in recource_find_free_pipe_not_used_in_cur_res_ctx()
1891 const struct pipe_ctx *new_pipe, *cur_pipe; in recource_find_free_pipe_used_as_otg_master_in_cur_res_ctx() local
[all …]
H A Ddc.c1361 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local
1364 new_pipe = &context->res_ctx.pipe_ctx[i]; in disable_dangling_plane()
1366 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1266 struct pipe_ctx *new_pipe);