aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima/lima_sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+3
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu1-1/+1
2022-02-12drm/lima: avoid error task dump attempt when not enabledErico Nunes1-1/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-2/+2
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann1-2/+2
2021-08-30drm/lima: use scheduler dependency trackingDaniel Vetter1-21/+0
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter1-3/+2
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter1-0/+2
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon1-1/+2
2021-02-05drm/scheduler: provide scheduler score externallyChristian König1-1/+1
2021-01-30drm/lima: fix reference leak in lima_pm_busyQinglang Miao1-1/+1
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov1-1/+3
2020-11-16drm/lima/lima_sched: Remove unused and unnecessary variable 'ret'Lee Jones1-2/+1
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-4/+7
2020-07-13drm/lima: Expose job_hang_limit module parameterAndrey Lebedev1-2/+3
2020-05-19drm/lima: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-1/+1
2020-04-24drm/lima: enable runtime pmQiang Yu1-5/+36
2020-04-24drm/lima: always set page directory when switch vmQiang Yu1-10/+4
2020-04-24drm/lima: check vm != NULL in lima_vm_putQiang Yu1-5/+2
2020-04-24drm/lima: print process name and pid when task errorQiang Yu1-1/+2
2020-03-28drm/lima: Add optional devfreq and cooling device supportMartin Blumenstingl1-0/+7
2020-03-22drm/lima: add trace point for tasksQiang Yu1-1/+4
2020-03-22drm/lima: save task info dump when task failQiang Yu1-0/+130
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-2/+3
2020-01-27drm/lima: recover task by enlarging heap bufferQiang Yu1-5/+30
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+3
2020-01-09drm/lima: use drm_sched_fault for error task handlingQiang Yu1-26/+9
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-2/+3
2019-10-17drm/lima: use drm_gem_shmem_helpersQiang Yu1-3/+3
2019-05-21drm/lima: add timeout to drm scheduler initErico Nunes1-7/+4
2019-05-02drm/scheduler: rework job destructionChristian König1-1/+1
2019-04-17drm/lima: Make lima_sched_ops staticYueHaibing1-1/+1
2019-04-16drm/lima: Use the drm_gem_fence_array_add helpers for our deps.Eric Anholt1-54/+12
2019-04-01drm/lima: driver for ARM Mali4xx GPUsQiang Yu1-0/+404