Lines Matching full:entities
60 * Insert the UIF in the pipeline between the prev and next entities. If no UIF
61 * is available connect the two entities directly.
75 * next entities directly. in vsp1_du_insert_uif()
266 * of entities for this pipeline. The other pipeline's in vsp1_du_pipeline_setup_brx()
274 * pointer to add it back to the list of entities later in vsp1_du_pipeline_setup_brx()
312 * by the other pipeline, add it back to the entities list (with in vsp1_du_pipeline_setup_brx()
318 &pipe->entities); in vsp1_du_pipeline_setup_brx()
329 list_add_tail(&pipe->brx->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_brx()
423 list_add_tail(&rpf->entity.list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
465 * hardware pipeline and from the pipeline's list of entities. Otherwise in vsp1_du_pipeline_setup_inputs()
466 * make sure it is present in the pipeline's list of entities if it in vsp1_du_pipeline_setup_inputs()
473 list_add_tail(&drm_pipe->uif->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
538 /* Configure all entities in the pipeline. */
556 list_for_each_entry_safe(entity, next, &pipe->entities, list_pipe) { in vsp1_du_pipeline_configure()
557 /* Disconnect unused entities from the pipeline. */ in vsp1_du_pipeline_configure()
748 /* Configure all entities in the pipeline. */ in vsp1_du_setup_lif()
962 * corresponding entities manually. in vsp1_drm_init()
970 list_add_tail(&pipe->output->entity.list_pipe, &pipe->entities); in vsp1_drm_init()
973 list_add_tail(&pipe->lif->list_pipe, &pipe->entities); in vsp1_drm_init()