Home
last modified time | relevance | path

Searched refs:msm_gem_address_space_create (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_gem_vma.c170 msm_gem_address_space_create(struct msm_mmu *mmu, const char *name, in msm_gem_address_space_create() function
Dmsm_gem.h55 msm_gem_address_space_create(struct msm_mmu *mmu, const char *name,
Dmsm_drv.c308 aspace = msm_gem_address_space_create(mmu, "mdp_kms", in msm_kms_init_aspace()
/Linux-v6.1/drivers/gpu/drm/msm/adreno/
Da2xx_gpu.c456 aspace = msm_gem_address_space_create(mmu, "gpu", SZ_16M, in a2xx_create_address_space()
Da6xx_gpu.c1819 aspace = msm_gem_address_space_create(mmu, "gpu", in a6xx_create_address_space()
1838 return msm_gem_address_space_create(mmu, in a6xx_create_private_address_space()
Dadreno_gpu.c226 aspace = msm_gem_address_space_create(mmu, "gpu", in adreno_iommu_create_address_space()
Da6xx_gmu.c1224 gmu->aspace = msm_gem_address_space_create(mmu, "gmu", 0x0, 0x80000000); in a6xx_gmu_memory_probe()
/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.c506 aspace = msm_gem_address_space_create(mmu, in mdp4_kms_init()