Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1286 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument
1288 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1291 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()
1294 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()
1295 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1296 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1297 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1298 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
1299 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()
1300 new_pipe->update_flags.bits.gamut_remap = 1; in dcn20_detect_pipe_changes()
[all …]
/linux-6.1.9/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-6.1.9/drivers/media/mc/
Dmc-entity.c902 struct media_pipeline *new_pipe = NULL; in media_pipeline_alloc_start() local
914 new_pipe = kzalloc(sizeof(*new_pipe), GFP_KERNEL); in media_pipeline_alloc_start()
915 if (!new_pipe) { in media_pipeline_alloc_start()
920 pipe = new_pipe; in media_pipeline_alloc_start()
926 kfree(new_pipe); in media_pipeline_alloc_start()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1106 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local
1109 new_pipe = &context->res_ctx.pipe_ctx[i]; in disable_dangling_plane()
1111 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()
3316 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local
3318 if ((new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) || in commit_planes_for_stream()
3334 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local
3336 if ((new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) || in commit_planes_for_stream()
3850 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local
3853 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()
3854 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()