Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1256 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument
1258 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1261 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()
1264 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1265 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1266 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1267 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1268 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
1269 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()
1270 new_pipe->update_flags.bits.gamut_remap = 1; in dcn20_detect_pipe_changes()
[all …]
/Linux-v5.15/net/nfc/nci/
Dhci.c285 u8 dest_gate, new_pipe; in nci_hci_cmd_received() local
300 new_pipe = create_info->pipe; in nci_hci_cmd_received()
301 if (new_pipe >= NCI_HCI_MAX_PIPES) { in nci_hci_cmd_received()
311 ndev->hci_dev->gate2pipe[dest_gate] = new_pipe; in nci_hci_cmd_received()
312 ndev->hci_dev->pipes[new_pipe].gate = dest_gate; in nci_hci_cmd_received()
313 ndev->hci_dev->pipes[new_pipe].host = in nci_hci_cmd_received()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2965 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local
2968 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()
2969 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()