aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_job.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-08drm/panfrost: Add support for devcoredumpAdrián Larumbe1-0/+3
2022-06-10Merge tag 'drm-misc-fixes-2022-05-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-3/+3
2022-05-25drm/panfrost: Job should reference MMU not file_privSteven Price1-3/+3
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-1/+1
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-0/+4
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu1-1/+1
2021-08-30drm/panfrost: use scheduler dependency trackingDaniel Vetter1-33/+5
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter1-1/+1
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter1-0/+2
2021-08-26drm/panfrost: Use upper/lower_32_bits helpersAlyssa Rosenzweig1-4/+4
2021-07-01drm/panfrost: Queue jobs on the hardwareSteven Price1-117/+350
2021-07-01drm/panfrost: Kill in-flight jobs on FD closeBoris Brezillon1-6/+36
2021-07-01drm/panfrost: Don't reset the GPU on job faults unless we really have toBoris Brezillon1-2/+14
2021-07-01drm/panfrost: Make sure job interrupts are masked before resettingBoris Brezillon1-5/+22
2021-07-01drm/panfrost: Simplify the reset serialization logicBoris Brezillon1-120/+66
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 Brezillon1-3/+1
2021-07-01drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()Boris Brezillon1-1/+1
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 Brezillon1-2/+2
2021-06-23drm/panfrost: Fix implicit syncDaniel Vetter1-3/+2
2021-06-23drm/panfrost: Use xarray and helpers for depedency trackingDaniel Vetter1-37/+28
2021-06-23drm/panfrost: Shrink sched_lockDaniel Vetter1-4/+3
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König1-1/+1
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
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon1-62/+125
2020-11-03drm/panfrost: Remove unused variables in panfrost_job_close()Boris Brezillon1-2/+0
2020-10-30drm/panfrost: Don't corrupt the queue mutex on open/closeSteven Price1-5/+6
2020-10-08drm/panfrost: Fix job timeout handlingBoris Brezillon1-9/+53
2020-08-07drm/panfrost: introduce panfrost_devfreq structClément Péron1-3/+3
2020-08-07drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idleClément Péron1-4/+0
2020-06-19drm/panfrost: Fix runtime PM imbalance on errorDinghao Liu1-1/+0
2020-06-19drm/panfrost: Fix inbalance of devfreq record_busy/idle()Steven Price1-2/+3
2020-05-19drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-1/+1
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-5/+1
2020-02-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2020-02-14Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-1/+6
2020-02-12drm/panfrost: Remove set but not used variable 'bo'YueHaibing1-5/+1
2020-02-12Merge v5.6-rc1 into drm-misc-fixesMaarten Lankhorst1-3/+5
2020-02-03drm/panfrost: Make sure the shrinker does not reclaim referenced BOsBoris Brezillon1-1/+6
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+5
2020-01-21drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon1-1/+12
2020-01-21drm/panfrost: Prefix interrupt handlers' namesEzequiel Garcia1-1/+1
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-3/+5
2019-10-29drm/panfrost: Simplify devfreq utilisation trackingSteven Price1-8/+7
2019-10-09drm/panfrost: Remove commented out call to panfrost_core_dumpSteven Price1-2/+0
2019-10-09drm/panfrost: Handle resetting on timeout betterSteven Price1-5/+11
2019-08-30drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring1-4/+0