aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRodrigo Vivi <[email protected]>2024-05-22 13:01:01 -0400
committerRodrigo Vivi <[email protected]>2024-05-23 11:52:56 -0400
commitad1e331fc451a2cffc72ae193b843682ce237e24 (patch)
tree17fb5c7377f397eb60e271eb0d66a5e6d568a14a /tools/perf/scripts/python
parent967c5d7c64e207c9cb1b99ff3d2aec95e3316af7 (diff)
drm/xe: Relax runtime pm protection during execution
Limit the protection only during moments of actual job execution, and introduce protection for guc submit fini, which is currently unprotected due to the absence of exec_queue life protection. In the regular use case scenario, user space will create an exec queue, and keep it alive to reuse that until it is done with that kind of workload. For the regular desktop cases, it means that the exec_queue is alive even on idle scenarios where display goes off. This is unacceptable since this would entirely block runtime PM indefinitely, blocking deeper Package-C state. This would be a waste drainage of power. Cc: Matthew Brost <[email protected]> Tested-by: Francois Dugast <[email protected]> Reviewed-by: Thomas Hellström <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions