Home
last modified time | relevance | path

Searched refs:active_inputs (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h181 * @active_inputs:
183 * active_inputs is bitmask of @inputs index
185 * - active_inputs = changed_active_inputs | unchanged_active_inputs
186 * - affected_inputs = old->active_inputs | new->active_inputs;
187 * - disabling_inputs = affected_inputs ^ active_inputs;
195 u16 active_inputs; member
196 /** @changed_active_inputs: bitmask of the changed @active_inputs */
204 * @active_inputs, if not the inputs[i] is undefined.
211 return st->affected_inputs ^ st->active_inputs; in component_disabling_inputs()
[all...]
H A Dkomeda_private_obj.c14 st->affected_inputs = st->active_inputs; in komeda_component_state_reset()
15 st->active_inputs = 0; in komeda_component_state_reset()
H A Dkomeda_pipeline_state.c202 state->active_inputs |= BIT(idx); in komeda_component_add_input()
219 if (has_bit(idx, state->active_inputs)) { in komeda_component_check_input()
1312 * If we disabled a component then all active_inputs should be in komeda_pipeline_disable()
1319 c_st->changed_active_inputs |= c_st->active_inputs; in komeda_pipeline_disable()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h181 * @active_inputs:
183 * active_inputs is bitmask of @inputs index
185 * - active_inputs = changed_active_inputs | unchanged_active_inputs
186 * - affected_inputs = old->active_inputs | new->active_inputs;
187 * - disabling_inputs = affected_inputs ^ active_inputs;
195 u16 active_inputs; member
196 /** @changed_active_inputs: bitmask of the changed @active_inputs */
204 * @active_inputs, if not the inputs[i] is undefined.
211 return st->affected_inputs ^ st->active_inputs; in component_disabling_inputs()
[all...]
H A Dkomeda_private_obj.c14 st->affected_inputs = st->active_inputs; in komeda_component_state_reset()
15 st->active_inputs = 0; in komeda_component_state_reset()
H A Dkomeda_pipeline_state.c202 state->active_inputs |= BIT(idx); in komeda_component_add_input()
219 if (has_bit(idx, state->active_inputs)) { in komeda_component_check_input()
1312 * If we disabled a component then all active_inputs should be in komeda_pipeline_disable()
1319 c_st->changed_active_inputs |= c_st->active_inputs; in komeda_pipeline_disable()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c179 if (has_bit(idx, st->active_inputs)) in to_d71_input_id()
611 if (state->active_inputs & BIT(index)) { in d71_compiz_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c179 if (has_bit(idx, st->active_inputs)) in to_d71_input_id()
611 if (state->active_inputs & BIT(index)) { in d71_compiz_update()

Completed in 10 milliseconds