Home
last modified time | relevance | path

Searched refs:has_bit (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/arm/display/include/
H A Dmalidp_utils.h13 #define has_bit(nr, mask) (BIT(nr) & (mask)) macro
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_crtc.c263 if (has_bit(master->id, kcrtc_st->affected_pipes)) in komeda_crtc_do_flush()
266 if (slave && has_bit(slave->id, kcrtc_st->affected_pipes)) in komeda_crtc_do_flush()
342 if (slave && has_bit(slave->id, old_st->active_pipes)) in komeda_crtc_atomic_disable()
345 if (has_bit(master->id, old_st->active_pipes)) in komeda_crtc_atomic_disable()
H A Dkomeda_pipeline_state.c197 if (!has_bit(idx, state->affected_inputs) || in komeda_component_add_input()
219 if (has_bit(idx, state->active_inputs)) { in komeda_component_check_input()
470 if (has_bit(dflow->input.component->id, KOMEDA_PIPELINE_COMPIZS)) in komeda_scaler_check_cfg()
879 return has_bit(dflow->input.component->id, avail_inputs); in merger_is_available()
1199 if (slave && has_bit(slave->id, kcrtc_st->active_pipes)) { in komeda_build_display_data_flow()
1262 if (!pipe || !has_bit(pipe->id, kcrtc_st->affected_pipes)) in komeda_release_unclaimed_resources()
1265 if (has_bit(pipe->id, kcrtc_st->active_pipes)) in komeda_release_unclaimed_resources()
H A Dkomeda_format_caps.c31 has_bit(afbc_layout, caps->supported_afbc_layouts)) in komeda_get_format_caps()
H A Dkomeda_pipeline.c184 if (has_bit(id, KOMEDA_PIPELINE_LAYERS)) { in komeda_component_add()
191 } else if (has_bit(id, KOMEDA_PIPELINE_SCALERS)) { in komeda_component_add()
H A Dkomeda_kms.c203 if (has_bit(drm_plane_index(plane), kcrtc->slave_planes)) { in komeda_crtc_normalize_zpos()
H A Dkomeda_pipeline.h221 if (has_bit((i), component_changed_inputs(st)))
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c179 if (has_bit(idx, st->active_inputs)) in to_d71_input_id()
569 if (has_bit(c->id, KOMEDA_PIPELINE_COMPIZS)) in d71_component_disable()