aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21drm/v3d: Expose performance counters to userspaceJuan A. Suarez Romero1-0/+16
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon1-5/+5
2021-02-05drm/scheduler: provide scheduler score externallyChristian König1-5/+5
2021-02-02drm/v3d/v3d_sched: fix scheduler callbacks return statusChristian König1-6/+6
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov1-15/+17
2020-11-18drm/v3d/v3d_sched: Demote non-conformant kernel-doc headerLee Jones1-2/+2
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-04-28drm/v3d: Delete v3d_dev->devDaniel Vetter1-5/+5
2019-05-02drm/scheduler: rework job destructionChristian König1-1/+1
2019-04-18drm/v3d: Add missing implicit synchronization.Eric Anholt1-36/+4
2019-04-18drm/v3d: Add support for compute shader dispatch.Eric Anholt1-7/+114
2019-04-18drm/v3d: Refactor job management.Eric Anholt1-108/+151
2019-04-01drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt1-6/+6
2019-03-14drm/v3d: Fix calling drm_sched_resubmit_jobs for same sched.Andrey Grodzovsky1-8/+5
2019-01-25drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky1-5/+8
2018-11-30drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt1-19/+128
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2018-11-27drm/v3d: Update a comment about what uses v3d_job_dependency().Eric Anholt1-1/+1
2018-11-05drm/scheduler: Add drm_sched_job_cleanupSharat Masetty1-0/+2
2018-11-05drm/sched: make sure timer is restartedChristian König1-3/+0
2018-09-27drm/scheduler: remove timeout work_struct from drm_sched_job (v3)Nayan Deshmukh1-1/+1
2018-07-05drm/v3d: Fix a grammar nit in the scheduler docs.Eric Anholt1-2/+2
2018-07-05drm/v3d: Delay the scheduler timeout if we're still making progress.Eric Anholt1-0/+18
2018-05-21drm/v3d: Checking for NULL vs IS_ERR()Dan Carpenter1-2/+2
2018-05-03drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt1-0/+228