Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1082 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dcn35_calc_blocks_to_ungate() local
1084 if (cur_pipe == NULL || new_pipe == NULL) in dcn35_calc_blocks_to_ungate()
1087 if ((!cur_pipe->plane_state && new_pipe->plane_state) || in dcn35_calc_blocks_to_ungate()
1088 (!cur_pipe->stream && new_pipe->stream) || in dcn35_calc_blocks_to_ungate()
1089 (cur_pipe->stream != new_pipe->stream && new_pipe->stream)) { in dcn35_calc_blocks_to_ungate()
1092 if (j == PG_HUBP && new_pipe->plane_res.hubp) in dcn35_calc_blocks_to_ungate()
1093 update_state->pg_pipe_res_update[j][new_pipe->plane_res.hubp->inst] = true; in dcn35_calc_blocks_to_ungate()
1095 if (j == PG_DPP && new_pipe->plane_res.dpp) in dcn35_calc_blocks_to_ungate()
1096 update_state->pg_pipe_res_update[j][new_pipe->plane_res.dpp->inst] = true; in dcn35_calc_blocks_to_ungate()
1098 if (j == PG_MPCC && new_pipe->plane_res.dpp) in dcn35_calc_blocks_to_ungate()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c135 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dcn35_disable_otg_wa() local
144 stream_changed_otg_dig_on = old_pipe->stream && new_pipe->stream && in dcn35_disable_otg_wa()
145 old_pipe->stream != new_pipe->stream && in dcn35_disable_otg_wa()
146 old_pipe->stream_res.tg == new_pipe->stream_res.tg && in dcn35_disable_otg_wa()
147 new_pipe->stream->link_enc && !new_pipe->stream->dpms_off && in dcn35_disable_otg_wa()
148 new_pipe->stream->link_enc->funcs->is_dig_enabled && in dcn35_disable_otg_wa()
149 new_pipe->stream->link_enc->funcs->is_dig_enabled( in dcn35_disable_otg_wa()
150 new_pipe->stream->link_enc) && in dcn35_disable_otg_wa()
151 new_pipe->stream_res.stream_enc && in dcn35_disable_otg_wa()
152 new_pipe->stream_res.stream_enc->funcs->is_fifo_enabled && in dcn35_disable_otg_wa()
[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()