summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost/panfrost_mmu.c
AgeCommit message (Expand)Author
2024-04-04drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()Boris Brezillon
2023-12-05drm/panfrost: Synchronize and disable interrupts before powering offAngeloGioacchino Del Regno
2023-12-05drm/panfrost: Add gpu_irq, mmu_irq to struct panfrost_deviceAngeloGioacchino Del Regno
2023-10-04drm/panfrost: Implement generic DRM object RSS reporting functionAdrián Larumbe
2023-08-21drm/panfrost: Do not check for 0 return after calling platform_get_irq_byname()Ruan Jinjie
2023-06-21drm/shmem-helper: Switch to reservation lockDmitry Osipenko
2023-04-03drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error pathBoris Brezillon
2023-02-27drm/panfrost: Don't sync rpm suspension after mmu flushingDmitry Osipenko
2022-11-09drm/panfrost: Split io-pgtable requests properlyRobin Murphy
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-09-01drm/panfrost: Update io-pgtable APIRobin Murphy
2022-07-04drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr...Dmitry Osipenko
2022-03-02drm/panfrost: cleanup commentsTom Rix
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann
2021-09-17drm/panfrost: Calculate lock region size correctlySteven Price
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-08-26drm/panfrost: Use upper/lower_32_bits helpersAlyssa Rosenzweig
2021-08-25drm/panfrost: Clamp lock region to Bifrost minimumAlyssa Rosenzweig
2021-08-25drm/panfrost: Use u64 for size in lock_regionAlyssa Rosenzweig
2021-08-25drm/panfrost: Simplify lock_region calculationAlyssa Rosenzweig
2021-07-01drm/panfrost: Increase the AS_ACTIVE polling timeoutBoris Brezillon
2021-07-01drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuckBoris Brezillon
2021-07-01drm/panfrost: Disable the AS on unhandled page faultsBoris Brezillon
2021-07-01drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon
2021-06-24drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon
2021-02-15drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQsBoris Brezillon
2021-02-15drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon
2021-02-15drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-30drm/panfrost: Support cache-coherent integrationsRobin Murphy
2020-09-10drm: panfrost: fix common struct sg_table related issuesMarek Szyprowski
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang
2020-06-19drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov
2020-05-19drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie
2020-02-25drm/panfrost: Don't try to map on error faultsTomeu Vizoso
2020-02-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-02-12drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU contextBoris Brezillon
2020-01-21drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon
2020-01-21drm/panfrost: Prefix interrupt handlers' namesEzequiel Garcia
2019-10-29drm/panfrost: Don't dereference bogus MMU pointersRobin Murphy
2019-10-29drm/panfrost: fix -Wmissing-prototypes warningsYi Wang
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-09-19drm/panfrost: Prevent race when handling page faultSteven Price
2019-08-30drm/panfrost: Flush and disable address space when freeing page tablesRob Herring
2019-08-30drm/panfrost: Add cache/TLB flush before switching address spaceRob Herring