projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed8569
)
drm/i915/perf: Annotate i915_perf.wakeref for keneldoc
author
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 15 Jan 2019 10:25:05 +0000
(10:25 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 15 Jan 2019 11:09:31 +0000
(11:09 +0000)
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>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20190115102505.4843-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.h
b/drivers/gpu/drm/i915/i915_drv.h
index
fa99824
..
956c1c8
100644
(file)
--- 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;
/**