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.
77 * 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()
427 list_add(&rpf->entity.list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
469 * hardware pipeline and from the pipeline's list of entities. Otherwise in vsp1_du_pipeline_setup_inputs()
470 * make sure it is present in the pipeline's list of entities if it in vsp1_du_pipeline_setup_inputs()
477 list_add_tail(&drm_pipe->uif->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
543 /* Configure all entities in the pipeline. */
564 list_for_each_entry_safe(entity, next, &pipe->entities, list_pipe) { in vsp1_du_pipeline_configure()
565 /* Disconnect unused entities from the pipeline. */ in vsp1_du_pipeline_configure()
763 /* Configure all entities in the pipeline. */ in vsp1_du_setup_lif()
983 * corresponding entities manually. in vsp1_drm_init()
991 list_add_tail(&pipe->output->entity.list_pipe, &pipe->entities); in vsp1_drm_init()
994 list_add_tail(&pipe->lif->list_pipe, &pipe->entities); in vsp1_drm_init()