diff options
| author | Tvrtko Ursulin <[email protected]> | 2023-11-02 10:55:36 +0000 |
|---|---|---|
| committer | Luben Tuikov <[email protected]> | 2023-11-04 21:18:26 -0400 |
| commit | 67dd1d8c9f6543661720b9a89e28a25488cb8753 (patch) | |
| tree | 71eb5f65aa47e5e32705f0791114a474ee00633b /tools/perf/scripts/python/bin | |
| parent | e608d9f7ac1a94a4a63d1ef2b37dd80669ad828d (diff) | |
drm/sched: Rename drm_sched_free_job_queue to be more descriptive
The current name makes it sound like helper will free a queue, while what
it does is it enqueues the free job worker.
Rename it to drm_sched_run_free_queue to align with existing
drm_sched_run_job_queue.
Despite that creating an illusion there are two queues, while in reality
there is only one, at least it creates a consistent naming for the two
enqueuing helpers.
At the same time simplify the "if done" helper by dropping the suffix and
adding a double underscore prefix to the one which just enqueues.
Signed-off-by: Tvrtko Ursulin <[email protected]>
Cc: Luben Tuikov <[email protected]>
Cc: Matthew Brost <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Luben Tuikov <[email protected]>
Signed-off-by: Luben Tuikov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions