summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/lima_sched.c
AgeCommit message (Expand)Author
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann
2021-08-30drm/lima: 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-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon
2021-02-05drm/scheduler: provide scheduler score externallyChristian König
2021-01-30drm/lima: fix reference leak in lima_pm_busyQinglang Miao
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov
2020-11-16drm/lima/lima_sched: Remove unused and unnecessary variable 'ret'Lee Jones
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-07-13drm/lima: Expose job_hang_limit module parameterAndrey Lebedev
2020-05-19drm/lima: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-04-24drm/lima: enable runtime pmQiang Yu
2020-04-24drm/lima: always set page directory when switch vmQiang Yu
2020-04-24drm/lima: check vm != NULL in lima_vm_putQiang Yu
2020-04-24drm/lima: print process name and pid when task errorQiang Yu
2020-03-28drm/lima: Add optional devfreq and cooling device supportMartin Blumenstingl
2020-03-22drm/lima: add trace point for tasksQiang Yu
2020-03-22drm/lima: save task info dump when task failQiang Yu
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard
2020-01-27drm/lima: recover task by enlarging heap bufferQiang Yu
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5...Dave Airlie
2020-01-09drm/lima: use drm_sched_fault for error task handlingQiang Yu
2019-12-18drm/scheduler: rework entity creationNirmoy Das
2019-10-17drm/lima: use drm_gem_shmem_helpersQiang Yu
2019-05-21drm/lima: add timeout to drm scheduler initErico Nunes
2019-05-02drm/scheduler: rework job destructionChristian König
2019-04-17drm/lima: Make lima_sched_ops staticYueHaibing
2019-04-16drm/lima: Use the drm_gem_fence_array_add helpers for our deps.Eric Anholt
2019-04-01drm/lima: driver for ARM Mali4xx GPUsQiang Yu