summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/i915_perf_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_perf_types.h b/drivers/gpu/drm/i915/i915_perf_types.h
index 46445248d193..2f61235e6547 100644
--- a/drivers/gpu/drm/i915/i915_perf_types.h
+++ b/drivers/gpu/drm/i915/i915_perf_types.h
@@ -201,7 +201,8 @@ struct i915_perf_stream {
/**
* @ctx: %NULL if measuring system-wide across all contexts or a
- * specific context that is being monitored.
+ * specific context that is being monitored. Invariant over the lifetime
+ * of this struct, and we hold a full reference.
*/
struct i915_gem_context *ctx;