Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dadreno-smmu-priv.h42 * @get_ttbr1_cfg: Get the TTBR1 config for the GPUs context-bank
70 const struct io_pgtable_cfg *(*get_ttbr1_cfg)(const void *cookie); member
/linux/drivers/gpu/drm/msm/ !
H A Dmsm_iommu.c506 ttbr1_cfg = adreno_smmu->get_ttbr1_cfg(adreno_smmu->cookie); in msm_iommu_pagetable_create()
773 adreno_smmu->get_ttbr1_cfg(adreno_smmu->cookie); in msm_iommu_gpu_new()
/linux/drivers/gpu/drm/msm/adreno/ !
H A Dadreno_gpu.c250 if (!adreno_smmu || !adreno_smmu->get_ttbr1_cfg) in adreno_private_vm_size()
253 ttbr1_cfg = adreno_smmu->get_ttbr1_cfg(adreno_smmu->cookie); in adreno_private_vm_size()
/linux/drivers/iommu/arm/arm-smmu/ !
H A Darm-smmu-qcom.c350 priv->get_ttbr1_cfg = qcom_adreno_smmu_get_ttbr1_cfg; in qcom_adreno_smmu_init_context()