Lines Matching full:pipeline
21 /* pipeline component IDs */
76 * component into the display pipeline.
82 /** @pipeline: the komeda pipeline this component belongs to */
83 struct komeda_pipeline *pipeline; member
119 * pipeline.
385 * Represent a complete display pipeline and hold all functional components.
388 /** @obj: link pipeline as private obj of drm_atomic_state */
394 /** @id: pipeline id */
396 /** @avail_comps: available components mask of pipeline */
401 * When disable the pipeline, some components can not be disabled
412 /** @layers: the pipeline layers */
416 /** @scalers: the pipeline scalers */
430 /** @funcs: chip private pipeline functions */
433 /** @of_node: pipeline dt node */
435 /** @of_output_port: pipeline output port */
447 * Unlike the pipeline, pipeline_state doesn’t gather any component_state
453 /** @pipe: backpointer to the pipeline */
484 /* pipeline APIs */
520 return komeda_pipeline_get_first_component(c->pipeline, avail_inputs); in komeda_component_pickup_output()