Home
last modified time | relevance | path

Searched refs:GPU_MMU_FEATURES_PA_BITS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_regs.h33 #define GPU_MMU_FEATURES_PA_BITS(x) (((x) >> 8) & GENMASK(7, 0)) macro
H A Dpanthor_mmu.c2408 u32 pa_bits = GPU_MMU_FEATURES_PA_BITS(ptdev->gpu_info.mmu_features); in panthor_vm_create()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c781 u32 pa_bits = GPU_MMU_FEATURES_PA_BITS(pfdev->features.mmu_features); in panfrost_mmu_ctx_create()