summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_sched.c
Commit message (Expand)AuthorAgeFilesLines
* drm/v3d: centralize error handling when init scheduler failsMelissa Wen2022-03-011-27/+13
* drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu2022-02-231-5/+5
* drm/v3d: Use scheduler dependency handlingDaniel Vetter2021-08-301-28/+1
* drm/v3d: Move drm_sched_job_init to v3d_job_initDaniel Vetter2021-08-301-8/+7
* drm/v3d: Expose performance counters to userspaceJuan A. Suarez Romero2021-07-211-0/+16
* drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon2021-07-011-5/+5
* drm/scheduler: provide scheduler score externallyChristian König2021-02-051-5/+5
* drm/v3d/v3d_sched: fix scheduler callbacks return statusChristian König2021-02-021-6/+6
* drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov2021-01-291-15/+17
* drm/v3d/v3d_sched: Demote non-conformant kernel-doc headerLee Jones2020-11-181-2/+2
* drm: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
* drm/v3d: Delete v3d_dev->devDaniel Vetter2020-04-281-5/+5
* drm/scheduler: rework job destructionChristian König2019-05-021-1/+1
* drm/v3d: Add missing implicit synchronization.Eric Anholt2019-04-181-36/+4
* drm/v3d: Add support for compute shader dispatch.Eric Anholt2019-04-181-7/+114
* drm/v3d: Refactor job management.Eric Anholt2019-04-181-108/+151
* drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt2019-04-011-6/+6
* drm/v3d: Fix calling drm_sched_resubmit_jobs for same sched.Andrey Grodzovsky2019-03-141-8/+5
* drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky2019-01-251-5/+8
* drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt2018-11-301-19/+128
* Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-291-1/+1
|\
| * drm/v3d: Update a comment about what uses v3d_job_dependency().Eric Anholt2018-11-271-1/+1
* | drm/scheduler: Add drm_sched_job_cleanupSharat Masetty2018-11-051-0/+2
* | drm/sched: make sure timer is restartedChristian König2018-11-051-3/+0
|/
* drm/scheduler: remove timeout work_struct from drm_sched_job (v3)Nayan Deshmukh2018-09-271-1/+1
* drm/v3d: Fix a grammar nit in the scheduler docs.Eric Anholt2018-07-051-2/+2
* drm/v3d: Delay the scheduler timeout if we're still making progress.Eric Anholt2018-07-051-0/+18
* drm/v3d: Checking for NULL vs IS_ERR()Dan Carpenter2018-05-211-2/+2
* drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt2018-05-031-0/+228