Searched refs:new_pipe (Results 1 – 3 of 3) sorted by relevance
1290 static void dcn20_detect_pipe_changes(struct pipe_ctx *old_pipe, struct pipe_ctx *new_pipe) in dcn20_detect_pipe_changes() argument1292 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()1295 if (!old_pipe->plane_state && !new_pipe->plane_state) in dcn20_detect_pipe_changes()1298 if (!old_pipe->plane_state && new_pipe->plane_state) { in dcn20_detect_pipe_changes()1299 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()1300 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()1301 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()1302 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()1303 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()1304 new_pipe->update_flags.bits.gamut_remap = 1; in dcn20_detect_pipe_changes()[all …]
902 struct media_pipeline *new_pipe = NULL; in media_pipeline_alloc_start() local914 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()
1116 struct pipe_ctx *old_pipe, *new_pipe; in disable_dangling_plane() local1119 new_pipe = &context->res_ctx.pipe_ctx[i]; in disable_dangling_plane()1121 if (old_pipe->plane_state && !new_pipe->plane_state) in disable_dangling_plane()3531 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local3533 if ((new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) || in commit_planes_for_stream()3549 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in commit_planes_for_stream() local3551 if ((new_pipe->stream && new_pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) || in commit_planes_for_stream()4103 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local4106 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()4107 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()