Home
last modified time | relevance | path

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

/drivers/gpu/drm/panthor/
A Dpanthor_regs.h33 #define GPU_MMU_FEATURES_PA_BITS(x) (((x) >> 8) & GENMASK(7, 0)) macro
A Dpanthor_gpu.c211 pa_bits = GPU_MMU_FEATURES_PA_BITS(ptdev->gpu_info.mmu_features); in panthor_gpu_init()
A Dpanthor_mmu.c2288 u32 pa_bits = GPU_MMU_FEATURES_PA_BITS(ptdev->gpu_info.mmu_features); in panthor_vm_create()
/drivers/gpu/drm/panfrost/
A Dpanfrost_regs.h20 #define GPU_MMU_FEATURES_PA_BITS(x) (((x) >> 8) & GENMASK(7, 0)) macro
A Dpanfrost_mmu.c722 u32 pa_bits = GPU_MMU_FEATURES_PA_BITS(pfdev->features.mmu_features); in panfrost_mmu_ctx_create()

Completed in 41 milliseconds