Home
last modified time | relevance | path

Searched refs:to_cpos (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.c82 pos = to_cpos(pipe->layers[id - KOMEDA_COMPONENT_LAYER0]); in komeda_pipeline_get_component_pos()
85 pos = to_cpos(pipe->wb_layer); in komeda_pipeline_get_component_pos()
94 pos = to_cpos(temp->compiz); in komeda_pipeline_get_component_pos()
98 pos = to_cpos(pipe->scalers[id - KOMEDA_COMPONENT_SCALER0]); in komeda_pipeline_get_component_pos()
101 pos = to_cpos(pipe->splitter); in komeda_pipeline_get_component_pos()
104 pos = to_cpos(pipe->merger); in komeda_pipeline_get_component_pos()
113 pos = to_cpos(temp->improc); in komeda_pipeline_get_component_pos()
116 pos = to_cpos(pipe->ctrlr); in komeda_pipeline_get_component_pos()
Dkomeda_pipeline.h224 #define to_cpos(__c) ((struct komeda_component **)&(__c)) macro