aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23drm/panfrost: devfreq: Don't display error for EPROBE_DEFERChris Morgan1-1/+2
2021-07-12drm/panfrost:fix the exception name always "UNKNOWN"ChunyouTang1-1/+1
2021-07-01drm/panfrost: Increase the AS_ACTIVE polling timeoutBoris Brezillon1-1/+1
2021-07-01drm/panfrost: Queue jobs on the hardwareSteven Price2-118/+351
2021-07-01drm/panfrost: Kill in-flight jobs on FD closeBoris Brezillon2-6/+43
2021-07-01drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon3-2/+25
2021-07-01drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuckBoris Brezillon1-1/+4
2021-07-01drm/panfrost: Disable the AS on unhandled page faultsBoris Brezillon2-3/+32
2021-07-01drm/panfrost: Make sure job interrupts are masked before resettingBoris Brezillon1-5/+22
2021-07-01drm/panfrost: Simplify the reset serialization logicBoris Brezillon2-123/+69
2021-07-01drm/panfrost: Use a threaded IRQ for job interruptsBoris Brezillon1-15/+38
2021-07-01drm/panfrost: Expose a helper to trigger a GPU resetBoris Brezillon2-3/+9
2021-07-01drm/panfrost: Do the exception -> string translation using a tableBoris Brezillon2-46/+151
2021-07-01drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon5-5/+5
2021-07-01drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definitionBoris Brezillon1-3/+0
2021-07-01drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriateBoris Brezillon1-1/+1
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon1-1/+2
2021-06-24drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon6-111/+136
2021-06-23drm/panfrost: Fix implicit syncDaniel Vetter1-3/+2
2021-06-23drm/panfrost: Use xarray and helpers for depedency trackingDaniel Vetter3-65/+49
2021-06-23drm/panfrost: Shrink sched_lockDaniel Vetter1-4/+3
2021-06-11drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_init()Wei Yongjun1-1/+2
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-2/+1
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König1-1/+1
2021-06-04drm/panfrost: Add AFBC_FEATURES parameterAlyssa Rosenzweig4-1/+6
2021-05-14drm/panfrost: Add mt8183-mali compatible stringNicolas Boichat1-0/+10
2021-05-14drm/panfrost: devfreq: Disable devfreq when num_supplies > 1Nicolas Boichat1-0/+9
2021-05-12drm/panfrost: Remove redundant error printing in panfrost_device_init()Zhen Lei1-1/+0
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-20/+42
2021-03-16drm/panfrost: Convert to use resource-managed OPP APIYangtao Li2-30/+9
2021-02-15drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQsBoris Brezillon1-12/+14
2021-02-15drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon1-1/+8
2021-02-15drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon1-2/+2
2021-02-05drm/scheduler: provide scheduler score externallyChristian König1-1/+1
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov1-3/+6
2021-01-22drm/panfrost: Add governor data with pre-defined thresholdsLukasz Luba2-1/+11
2021-01-13drm/panfrost: Use delayed timer as default in devfreq profileLukasz Luba1-0/+1
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-7/+0
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+2
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-1/+1
2020-12-14Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-4/+2
2020-12-11drm/panfrost: Register devfreq cooling and attempt to add Energy ModelLukasz Luba1-1/+1
2020-12-09drm/panfrost: dev_pm_opp_put_*() accepts NULL argumentViresh Kumar1-4/+2
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy1-7/+0
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-1/+1
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon3-64/+130
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-9/+16
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter4-9/+16
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-6/+8