summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d/v3d_sched.c
AgeCommit message (Expand)AuthorFilesLines
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...Dave 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