Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_regs.h33 #define GPU_MMU_FEATURES_PA_BITS(x) (((x) >> 8) & GENMASK(7, 0)) macro
Dpanthor_gpu.c208 pa_bits = GPU_MMU_FEATURES_PA_BITS(ptdev->gpu_info.mmu_features); in panthor_gpu_init()
Dpanthor_mmu.c2267 u32 pa_bits = GPU_MMU_FEATURES_PA_BITS(ptdev->gpu_info.mmu_features); in panthor_vm_create()