All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/perf: Annotate i915_perf.wakeref for keneldoc
@ 2019-01-15 10:25 Chris Wilson
  2019-01-15 10:45 ` Mika Kuoppala
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Chris Wilson @ 2019-01-15 10:25 UTC (permalink / raw)
  To: intel-gfx; +Cc: kbuild-all

drivers/gpu/drm/i915/i915_drv.h:1375: warning: Function parameter or member 'wakeref' not described in 'i915_perf_stream'

Reported-by: kbuild-all@01.org
Fixes: 6619c0075f78 ("drm/i915/perf: Track the rpm wakeref")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
 drivers/gpu/drm/i915/i915_drv.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index fa99824f63b3..956c1c86f90d 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1336,6 +1336,10 @@ struct i915_perf_stream {
 	 */
 	struct list_head link;
 
+	/**
+	 * @wakeref: As we keep the device awake while the perf stream is
+	 * active, we track our runtime pm reference for later release.
+	 */
 	intel_wakeref_t wakeref;
 
 	/**
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-01-15 14:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-15 10:25 [PATCH] drm/i915/perf: Annotate i915_perf.wakeref for keneldoc Chris Wilson
2019-01-15 10:45 ` Mika Kuoppala
2019-01-15 11:09   ` Chris Wilson
2019-01-15 14:44     ` Mika Kuoppala
2019-01-15 14:48       ` Chris Wilson
2019-01-15 10:51 ` ✗ Fi.CI.SPARSE: warning for " Patchwork
2019-01-15 11:08 ` ✓ Fi.CI.BAT: success " Patchwork
2019-01-15 14:10 ` ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.