summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-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-211-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-191-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