Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_iommu.c667 if (adreno_smmu->set_stall)
668 adreno_smmu->set_stall(adreno_smmu->cookie, enable); in msm_iommu_detach()
723 .set_stall = msm_iommu_set_stall, in msm_iommu_new()
799 if (adreno_smmu->set_stall) in msm_iommu_gpu_new()
800 adreno_smmu->set_stall(adreno_smmu->cookie, true); in msm_iommu_gpu_new()
H A Dmsm_mmu.h26 void (*set_stall)(struct msm_mmu *mmu, bool enable); member
/linux/include/linux/
H A Dadreno-smmu-priv.h73 void (*set_stall)(const void *cookie, bool enabled); member
/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c273 mmu->funcs->set_stall(mmu, true); in adreno_check_and_reenable_stall()
303 mmu->funcs->set_stall(mmu, false); in adreno_fault_handler()