aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)Author
2021-09-22drm/panfrost: Clamp lock region to Bifrost minimumAlyssa Rosenzweig
2021-09-22drm/panfrost: Use u64 for size in lock_regionAlyssa Rosenzweig
2021-09-22drm/panfrost: Simplify lock_region calculationAlyssa Rosenzweig
2021-09-15drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_in...Wei Yongjun
2021-05-14drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon
2021-05-14drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon
2020-11-10drm/panfrost: Fix a deadlock between the shrinker and madvise pathBoris Brezillon
2020-10-29drm/panfrost: add amlogic reset quirk callbackNeil Armstrong
2020-10-29drm/panfrost: Ensure GPU quirks are always initialisedSteven Price
2020-08-21drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov
2020-03-12drm/panfrost: Don't try to map on error faultsTomeu Vizoso
2020-02-28drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU contextBoris Brezillon
2020-02-19drm/panfrost: Make sure the shrinker does not reclaim referenced BOsBoris Brezillon
2020-01-29drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon
2020-01-26drm/panfrost: Add missing check for pfdev->regulatorSteven Price
2019-12-21drm/panfrost: Fix a race in panfrost_gem_free_object()Boris Brezillon
2019-12-21drm/panfrost: Fix a BO leak in panfrost_ioctl_mmap_bo()Boris Brezillon
2019-12-21drm/panfrost: Fix a race in panfrost_ioctl_madvise()Boris Brezillon
2019-12-17drm/panfrost: Open/close the perfcnt BOBoris Brezillon
2019-10-29drm/panfrost: Don't dereference bogus MMU pointersRobin Murphy
2019-10-29drm/panfrost: fix -Wmissing-prototypes warningsYi Wang
2019-10-23panfrost: Properly undo pm_runtime_enable when deferring a probeTomeu Vizoso
2019-10-15drm/panfrost: Handle resetting on timeout betterSteven Price
2019-10-14drm/panfrost: Add missing GPU feature registersSteven Price
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-09-19drm/panfrost: Remove NULL checks for regulatorSteven Price
2019-09-19drm/panfrost: Fix regulator_get_optional() misuseMark Brown
2019-08-30drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring
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
2019-08-30drm/panfrost: Split mmu_hw_do_operation into locked and unlocked versionRob Herring
2019-08-30drm/panfrost: Rework page table flushing and runtime PM interactionRob Herring
2019-08-30drm/panfrost: Remove unnecessary mmu->lock mutexRob Herring
2019-08-30drm/panfrost: Hold runtime PM reference until jobs completeRob Herring
2019-08-30drm/panfrost: Rework runtime PM initializationRob Herring
2019-08-28drm/panfrost: Use mutex_trylock in panfrost_gem_purgeRob Herring
2019-08-28drm/panfrost: Fix possible suspend in panfrost_removeRob Herring
2019-08-28drm/panfrost: Add missing check for pfdev->regulatorSteven Price
2019-08-22drm/panfrost: Fix sleeping while atomic in panfrost_gem_openRob Herring
2019-08-19drm/panfrost: Remove opp table when unloadingSteven Price
2019-08-19drm/panfrost: Enable devfreq to work without regulatorSteven Price
2019-08-19drm/panfrost: Implement per FD address spacesRob Herring
2019-08-19drm/panfrost: Fix missing unlock on error in panfrost_mmu_map_fault_addr()Wei Yongjun
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-12drm/panfrost: Bump driver version to 1.1Rob Herring
2019-08-12drm/panfrost: Add support for GPU heap allocationsRob Herring
2019-08-12drm/panfrost: Convert MMU IRQ handler to threaded handlerRob Herring
2019-08-12drm/panfrost: Consolidate reset handlingRob Herring