Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/arm/display/include/
H A Dmalidp_utils.h13 #define has_bit(nr, mask) (BIT(nr) & (mask)) macro
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c186 if (has_bit(id, KOMEDA_PIPELINE_LAYERS)) { in komeda_component_add()
193 } else if (has_bit(id, KOMEDA_PIPELINE_SCALERS)) { in komeda_component_add()
H A Dkomeda_format_caps.c31 has_bit(afbc_layout, caps->supported_afbc_layouts)) in komeda_get_format_caps()
H A Dkomeda_kms.c204 if (has_bit(drm_plane_index(plane), kcrtc->slave_planes)) { in komeda_crtc_normalize_zpos()