diff options
| author | Brian Welty <[email protected]> | 2024-01-10 09:32:50 -0800 |
|---|---|---|
| committer | Matthew Brost <[email protected]> | 2024-01-10 15:01:48 -0800 |
| commit | 6ae24344e2e3e12e06f7b382af4bba2fd417b2ff (patch) | |
| tree | 3e401cd946c155e6f6916be9ad3ffabf1a0c928f /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | 6e144a7d6f8a22f22f49f2ecf4268da1c75bcc4a (diff) | |
drm/xe: Add exec_queue.sched_props.job_timeout_ms
The purpose here is to allow to optimize exec_queue_set_job_timeout()
in follow-on patch. Currently it does q->ops->set_job_timeout(...).
But we'd like to apply exec_queue_user_extensions much earlier and
q->ops cannot be called before __xe_exec_queue_init().
It will be much more efficient to instead only have to set
q->sched_props.job_timeout_ms when applying user extensions. That value
will then be used during q->ops->init().
Signed-off-by: Brian Welty <[email protected]>
Signed-off-by: Matthew Brost <[email protected]>
Reviewed-by: Matthew Brost <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions