]> git.hungrycats.org Git - linux/commit
drm/xe/query: Avoid global forcewake in cycle query path
authorXin Wang <x.wang@intel.com>
Fri, 5 Jun 2026 05:19:44 +0000 (22:19 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 11 Jun 2026 20:50:27 +0000 (13:50 -0700)
commit9f89a6de30f74db97b3f36797a0cabe057b06c2a
treee96be4b45e6890379b8b79312ce6b5b75efa3050
parent3a11a63cc16660d514ff584e7551589655337e87
drm/xe/query: Avoid global forcewake in cycle query path

Engine cycle query is a lightweight timestamp path and should not wake
unrelated GT domains. Limit forcewake scope to what the query actually
needs.

Suggested-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Xin Wang <x.wang@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260605051944.1541085-1-x.wang@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_query.c