Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.h18 #define KOMEDA_COMPONENT_N_INPUTS 5 macro
205 struct komeda_component_output inputs[KOMEDA_COMPONENT_N_INPUTS];
289 struct komeda_compiz_input_cfg cins[KOMEDA_COMPONENT_N_INPUTS];
Dkomeda_pipeline.c170 if (max_active_inputs > KOMEDA_COMPONENT_N_INPUTS) { in komeda_component_add()