Home
last modified time | relevance | path

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

/drivers/gpu/drm/panfrost/
Dpanfrost_gpu.c235 pfdev->features.mmu_features = gpu_read(pfdev, GPU_MMU_FEATURES); in panfrost_gpu_init_features()
321 pfdev->features.mmu_features, in panfrost_gpu_init_features()
418 DMA_BIT_MASK(FIELD_GET(0xff00, pfdev->features.mmu_features))); in panfrost_gpu_init()
Dpanfrost_device.h43 u32 mmu_features; member
Dpanfrost_mmu.c633 .ias = FIELD_GET(0xff, pfdev->features.mmu_features), in panfrost_mmu_ctx_create()
634 .oas = FIELD_GET(0xff00, pfdev->features.mmu_features), in panfrost_mmu_ctx_create()
Dpanfrost_drv.c59 PANFROST_FEATURE(MMU_FEATURES, mmu_features); in panfrost_ioctl_get_param()