summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/lima_sched.c
AgeCommit message (Expand)Author
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König
2024-04-15drm/lima: mask irqs in timeout path before hard resetErico Nunes
2024-04-15drm/lima: include pp bcast irq in timeout handler checkErico Nunes
2024-02-12drm/lima: increase default job timeout to 10sErico Nunes
2024-02-12drm/lima: remove guilty drm_sched context handlingErico Nunes
2024-02-12drm/lima: handle spurious timeouts due to high irq latencyErico Nunes
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov
2023-06-07drm/lima: fix sched context destroyErico Nunes
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu
2022-02-12drm/lima: avoid error task dump attempt when not enabledErico Nunes
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
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