summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQsBoris Brezillon2021-02-151-12/+14
* drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon2021-02-151-1/+8
* drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon2021-02-151-2/+2
* Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-7/+0
|\
| * iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy2020-12-081-7/+0
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-4/+3
|\|
| * drm: panfrost: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-4/+3
* | drm/panfrost: Support cache-coherent integrationsRobin Murphy2020-10-301-0/+1
|/
* Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-1/+1
|\
| * iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang2020-07-241-1/+1
* | drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov2020-06-191-1/+1
* | drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
|/
* Merge v5.6-rc5 into drm-nextDave Airlie2020-03-101-26/+25
|\
| * drm/panfrost: Don't try to map on error faultsTomeu Vizoso2020-02-251-25/+19
| * drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU contextBoris Brezillon2020-02-121-1/+6
* | Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-02-201-2/+4
|\ \ | |/ |/|
| * drm/panfrost: Prefix interrupt handlers' namesEzequiel Garcia2020-01-211-2/+4
* | drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon2020-01-211-26/+35
|/
* drm/panfrost: Don't dereference bogus MMU pointersRobin Murphy2019-10-291-3/+3
* drm/panfrost: fix -Wmissing-prototypes warningsYi Wang2019-10-291-4/+5
* Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-271-19/+36
|\
| * drm/panfrost: Prevent race when handling page faultSteven Price2019-09-191-19/+36
* | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-201-106/+336
|\|
| * drm/panfrost: Flush and disable address space when freeing page tablesRob Herring2019-08-301-7/+9
| * drm/panfrost: Add cache/TLB flush before switching address spaceRob Herring2019-08-301-0/+2
| * drm/panfrost: Split mmu_hw_do_operation into locked and unlocked versionRob Herring2019-08-301-13/+13
| * drm/panfrost: Rework page table flushing and runtime PM interactionRob Herring2019-08-301-20/+18
| * drm/panfrost: Remove unnecessary mmu->lock mutexRob Herring2019-08-301-9/+0
| * drm/panfrost: Implement per FD address spacesRob Herring2019-08-191-62/+160
| * drm/panfrost: Fix missing unlock on error in panfrost_mmu_map_fault_addr()Wei Yongjun2019-08-191-1/+4
| * drm/panfrost: Add support for GPU heap allocationsRob Herring2019-08-121-9/+120
| * drm/panfrost: Convert MMU IRQ handler to threaded handlerRob Herring2019-08-121-5/+15
| * drm/panfrost: Consolidate reset handlingRob Herring2019-08-121-7/+9
| * drm/panfrost: Add a no execute flag for BO allocationsRob Herring2019-08-121-0/+3
| * drm/panfrost: Split panfrost_mmu_map SG list mapping to its own functionRob Herring2019-08-121-21/+31
* | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon2019-07-291-1/+1
* | iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon2019-07-291-1/+0
* | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon2019-07-291-5/+0
* | iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon2019-07-291-0/+14
* | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon2019-07-241-1/+1
|/
* drm/panfrost: Make sure a BO is only unmapped when appropriateBoris Brezillon2019-06-181-0/+8
* drm/panfrost: Add support for 2MB page entriesRob Herring2019-04-121-8/+24
* drm/panfrost: Add initial panfrost driverRob Herring2019-04-121-0/+370