summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost/panfrost_job.c
AgeCommit message (Expand)Author
2021-08-30drm/panfrost: use scheduler dependency trackingDaniel Vetter
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter
2021-08-26drm/panfrost: Use upper/lower_32_bits helpersAlyssa Rosenzweig
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: 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: Drop the pfdev argument passed to panfrost_exception_name()Boris 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-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König
2021-02-05drm/scheduler: provide scheduler score externallyChristian König
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon
2020-11-03drm/panfrost: Remove unused variables in panfrost_job_close()Boris Brezillon
2020-10-30drm/panfrost: Don't corrupt the queue mutex on open/closeSteven Price
2020-10-08drm/panfrost: Fix job timeout handlingBoris Brezillon
2020-08-07drm/panfrost: introduce panfrost_devfreq structClément Péron
2020-08-07drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idleClément Péron
2020-06-19drm/panfrost: Fix runtime PM imbalance on errorDinghao Liu
2020-06-19drm/panfrost: Fix inbalance of devfreq record_busy/idle()Steven Price
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-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-02-14Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-02-12drm/panfrost: Remove set but not used variable 'bo'YueHaibing
2020-02-12Merge v5.6-rc1 into drm-misc-fixesMaarten Lankhorst
2020-02-03drm/panfrost: Make sure the shrinker does not reclaim referenced BOsBoris Brezillon
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-21drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon
2020-01-21drm/panfrost: Prefix interrupt handlers' namesEzequiel Garcia
2019-12-18drm/scheduler: rework entity creationNirmoy Das
2019-10-29drm/panfrost: Simplify devfreq utilisation trackingSteven Price
2019-10-09drm/panfrost: Remove commented out call to panfrost_core_dumpSteven Price
2019-10-09drm/panfrost: Handle resetting on timeout betterSteven Price
2019-08-30drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring
2019-08-30drm/panfrost: Hold runtime PM reference until jobs completeRob Herring
2019-08-19drm/panfrost: Implement per FD address spacesRob Herring
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-12drm/panfrost: Consolidate reset handlingRob Herring
2019-05-02drm/scheduler: rework job destructionChristian König
2019-04-18drm/panfrost: Prevent concurrent resetsTomeu Vizoso