Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1231 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument
1233 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1236 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()
1239 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1240 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1241 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1242 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1243 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
1244 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()
1245 new_pipe->update_flags.bits.gamut_remap = 1; in dcn20_detect_pipe_changes()
[all …]
/kernel/linux/linux-5.10/net/nfc/nci/
Dhci.c287 u8 dest_gate, new_pipe; in nci_hci_cmd_received() local
302 new_pipe = create_info->pipe; in nci_hci_cmd_received()
303 if (new_pipe >= NCI_HCI_MAX_PIPES) { in nci_hci_cmd_received()
313 ndev->hci_dev->gate2pipe[dest_gate] = new_pipe; in nci_hci_cmd_received()
314 ndev->hci_dev->pipes[new_pipe].gate = dest_gate; in nci_hci_cmd_received()
315 ndev->hci_dev->pipes[new_pipe].host = in nci_hci_cmd_received()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2788 struct pipe_ctx *new_pipe; in dcn10_disconnect_pipes() local
2794 new_pipe = &context->res_ctx.pipe_ctx[i]; in dcn10_disconnect_pipes()
2795 new_pipe->update_flags.raw = 0; in dcn10_disconnect_pipes()
2797 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn10_disconnect_pipes()
2800 if (old_pipe->plane_state && !new_pipe->plane_state) in dcn10_disconnect_pipes()
2801 new_pipe->update_flags.bits.disable = 1; in dcn10_disconnect_pipes()
2804 …if (memcmp(&old_pipe->plane_res.scl_data, &new_pipe->plane_res.scl_data, sizeof(struct scaler_data… in dcn10_disconnect_pipes()
2805 new_pipe->update_flags.bits.scaler = 1; in dcn10_disconnect_pipes()
2808 …if (memcmp(&old_pipe->plane_res.scl_data.viewport, &new_pipe->plane_res.scl_data.viewport, sizeof(… in dcn10_disconnect_pipes()
2810 &new_pipe->plane_res.scl_data.viewport_c, sizeof(struct rect))) in dcn10_disconnect_pipes()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2688 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local
2691 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()
2692 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()