summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost/panfrost_mmu.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-12drm/panfrost: Consolidate reset handlingRob Herring1-7/+9
2019-08-12drm/panfrost: Add a no execute flag for BO allocationsRob Herring1-0/+3
2019-08-12drm/panfrost: Split panfrost_mmu_map SG list mapping to its own functionRob Herring1-21/+31
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon1-1/+1
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon1-1/+0
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon1-5/+0
2019-07-29iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon1-0/+14
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon1-1/+1
2019-06-18drm/panfrost: Make sure a BO is only unmapped when appropriateBoris Brezillon1-0/+8
2019-04-12drm/panfrost: Add support for 2MB page entriesRob Herring1-8/+24
2019-04-12drm/panfrost: Add initial panfrost driverRob Herring1-0/+370