summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)Author
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-23drm/panfrost: devfreq: Don't display error for EPROBE_DEFERChris Morgan
2021-07-12drm/panfrost:fix the exception name always "UNKNOWN"ChunyouTang
2021-07-01drm/panfrost: Increase the AS_ACTIVE polling timeoutBoris Brezillon
2021-07-01drm/panfrost: Queue jobs on the hardwareSteven Price
2021-07-01drm/panfrost: Kill in-flight jobs on FD closeBoris Brezillon
2021-07-01drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris 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: Make sure job interrupts are masked before resettingBoris Brezillon
2021-07-01drm/panfrost: Simplify the reset serialization logicBoris Brezillon
2021-07-01drm/panfrost: Use a threaded IRQ for job interruptsBoris Brezillon
2021-07-01drm/panfrost: Expose a helper to trigger a GPU resetBoris Brezillon
2021-07-01drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon
2021-07-01drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon
2021-07-01drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definitionBoris Brezillon
2021-07-01drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriateBoris Brezillon
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon
2021-06-24drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon
2021-06-23drm/panfrost: Fix implicit syncDaniel Vetter
2021-06-23drm/panfrost: Use xarray and helpers for depedency trackingDaniel Vetter
2021-06-23drm/panfrost: Shrink sched_lockDaniel Vetter
2021-06-11drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_in...Wei Yongjun
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König
2021-06-04drm/panfrost: Add AFBC_FEATURES parameterAlyssa Rosenzweig
2021-05-14drm/panfrost: Add mt8183-mali compatible stringNicolas Boichat
2021-05-14drm/panfrost: devfreq: Disable devfreq when num_supplies > 1Nicolas Boichat
2021-05-12drm/panfrost: Remove redundant error printing in panfrost_device_init()Zhen Lei
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-03-16drm/panfrost: Convert to use resource-managed OPP APIYangtao Li
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
2021-02-05drm/scheduler: provide scheduler score externallyChristian König
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov
2021-01-22drm/panfrost: Add governor data with pre-defined thresholdsLukasz Luba
2021-01-13drm/panfrost: Use delayed timer as default in devfreq profileLukasz Luba
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-14Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2020-12-11drm/panfrost: Register devfreq cooling and attempt to add Energy ModelLukasz Luba
2020-12-09drm/panfrost: dev_pm_opp_put_*() accepts NULL argumentViresh Kumar
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon