Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dadreno-smmu-priv.h75 void (*set_prr_bit)(const void *cookie, bool set); member
/linux/drivers/gpu/drm/msm/
H A Dmsm_iommu.c236 if (adreno_smmu->set_prr_bit) { in msm_iommu_pagetable_destroy()
237 adreno_smmu->set_prr_bit(adreno_smmu->cookie, false); in msm_iommu_pagetable_destroy()
592 if (adreno_smmu->set_prr_bit) { in msm_iommu_pagetable_create()
607 adreno_smmu->set_prr_bit(adreno_smmu->cookie, true); in msm_iommu_pagetable_create()
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c354 priv->set_prr_bit = NULL; in qcom_adreno_smmu_init_context()
360 priv->set_prr_bit = qcom_adreno_smmu_set_prr_bit; in qcom_adreno_smmu_init_context()