summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann2021-11-151-2/+3
* drm/panfrost: Calculate lock region size correctlySteven Price2021-09-171-7/+23
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-141-20/+11
|\
| * drm/panfrost: Clamp lock region to Bifrost minimumAlyssa Rosenzweig2021-08-251-1/+1
| * drm/panfrost: Use u64 for size in lock_regionAlyssa Rosenzweig2021-08-251-6/+6
| * drm/panfrost: Simplify lock_region calculationAlyssa Rosenzweig2021-08-251-14/+5
* | drm/panfrost: Use upper/lower_32_bits helpersAlyssa Rosenzweig2021-08-261-6/+6
|/
* drm/panfrost: Increase the AS_ACTIVE polling timeoutBoris Brezillon2021-07-011-1/+1
* drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuckBoris Brezillon2021-07-011-1/+4
* drm/panfrost: Disable the AS on unhandled page faultsBoris Brezillon2021-07-011-3/+31
* drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon2021-07-011-1/+1
* drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon2021-06-241-52/+108
* 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