Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
216 return component_disabling_inputs(st) | st->changed_active_inputs; in component_changed_inputs()
H A Dkomeda_pipeline_state.c200 state->changed_active_inputs |= BIT(idx); in komeda_component_add_input()
711 c_st->changed_active_inputs |= BIT(idx); in komeda_compiz_set_input()
1313 * put in the list of changed_active_inputs, so they get in komeda_pipeline_disable()
1319 c_st->changed_active_inputs |= c_st->active_inputs; in komeda_pipeline_disable()
H A Dkomeda_private_obj.c16 st->changed_active_inputs = 0; in komeda_component_state_reset()
/kernel/linux/linux-6.6/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
216 return component_disabling_inputs(st) | st->changed_active_inputs; in component_changed_inputs()
H A Dkomeda_pipeline_state.c200 state->changed_active_inputs |= BIT(idx); in komeda_component_add_input()
711 c_st->changed_active_inputs |= BIT(idx); in komeda_compiz_set_input()
1313 * put in the list of changed_active_inputs, so they get in komeda_pipeline_disable()
1319 c_st->changed_active_inputs |= c_st->active_inputs; in komeda_pipeline_disable()
H A Dkomeda_private_obj.c16 st->changed_active_inputs = 0; in komeda_component_state_reset()

Completed in 8 milliseconds