Searched refs:changed_active_inputs (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h185 * - active_inputs = changed_active_inputs | unchanged_active_inputs
188 * - changed_inputs = disabling_inputs | changed_active_inputs;
192 * @changed_active_inputs, and this bitmask can be used in chip
196 /** @changed_active_inputs: bitmask of the changed @active_inputs */
197 u16 changed_active_inputs; member in struct:komeda_component_state
216 return component_disabling_inputs(st) | st->changed_active_inputs;
H A Dkomeda_pipeline_state.c200 state->changed_active_inputs |= BIT(idx);
711 c_st->changed_active_inputs |= BIT(idx);
1313 * put in the list of changed_active_inputs, so they get
1319 c_st->changed_active_inputs |= c_st->active_inputs;
H A Dkomeda_private_obj.c16 st->changed_active_inputs = 0;

Completed in 224 milliseconds