diff options
| author | Matthew Brost <[email protected]> | 2023-10-30 20:24:37 -0700 |
|---|---|---|
| committer | Luben Tuikov <[email protected]> | 2023-11-01 17:29:21 -0400 |
| commit | f7fe64ad0f22ff034f8ebcfbd7299ee9cc9b57d7 (patch) | |
| tree | fe5c8e7dabcaf9a34e039a27f66e3b60524fd948 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | a6149f0393699308fb00149be913044977bceb56 (diff) | |
drm/sched: Split free_job into own work item
Rather than call free_job and run_job in same work item have a dedicated
work item for each. This aligns with the design and intended use of work
queues.
v2:
- Test for DMA_FENCE_FLAG_TIMESTAMP_BIT before setting
timestamp in free_job() work item (Danilo)
v3:
- Drop forward dec of drm_sched_select_entity (Boris)
- Return in drm_sched_run_job_work if entity NULL (Boris)
v4:
- Replace dequeue with peek and invert logic (Luben)
- Wrap to 100 lines (Luben)
- Update comments for *_queue / *_queue_if_ready functions (Luben)
v5:
- Drop peek argument, blindly reinit idle (Luben)
- s/drm_sched_free_job_queue_if_ready/drm_sched_free_job_queue_if_done (Luben)
- Update work_run_job & work_free_job kernel doc (Luben)
v6:
- Do not move drm_sched_select_entity in file (Luben)
Signed-off-by: Matthew Brost <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Luben Tuikov <[email protected]>
Signed-off-by: Luben Tuikov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions