Home
last modified time | relevance | path

Searched refs:HW_FEATURE_AARCH64_MMU (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_features.h20 HW_FEATURE_AARCH64_MMU, enumerator
91 BIT_ULL(HW_FEATURE_AARCH64_MMU) | \
105 BIT_ULL(HW_FEATURE_AARCH64_MMU) | \
117 BIT_ULL(HW_FEATURE_AARCH64_MMU) | \
H A Dpanfrost_mmu.c657 if (panfrost_has_hw_feature(pfdev, HW_FEATURE_AARCH64_MMU)) in access_type_name()