Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.h19 #define KOMEDA_COMPONENT_N_INPUTS 5 macro
206 struct komeda_component_output inputs[KOMEDA_COMPONENT_N_INPUTS];
292 struct komeda_compiz_input_cfg cins[KOMEDA_COMPONENT_N_INPUTS];
Dkomeda_pipeline.c174 if (max_active_inputs > KOMEDA_COMPONENT_N_INPUTS) { in komeda_component_add()