All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Describe structure member in documentation
@ 2019-09-23 12:56 Anna Karas
  2019-09-23 17:10 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Anna Karas @ 2019-09-23 12:56 UTC (permalink / raw)
  To: intel-gfx; +Cc: Lucas De Marchi

Add description of wakeref member of intel_shared_dpll structure to
documentation.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Vivek Kasireddy <vivek.kasireddy@intel.com>
Signed-off-by: Anna Karas <anna.karas@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dpll_mgr.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.h b/drivers/gpu/drm/i915/display/intel_dpll_mgr.h
index 104cf6d42333..e35dd6b04443 100644
--- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.h
+++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.h
@@ -337,6 +337,11 @@ struct intel_shared_dpll {
 	 * @info: platform specific info
 	 */
 	const struct dpll_info *info;
+
+	/**
+	 * @wakeref: A device-level runtime pm reference grabbed only if
+	 * it is powered on.
+	 */
 	intel_wakeref_t wakeref;
 };
 
-- 
2.19.0

_______________________________________________
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-10-08 15:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23 12:56 [PATCH] drm/i915: Describe structure member in documentation Anna Karas
2019-09-23 17:10 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-09-23 17:23 ` [PATCH] " Lucas De Marchi
2019-09-23 18:28   ` Ville Syrjälä
2019-09-24  2:31 ` ✓ Fi.CI.IGT: success for " Patchwork
2019-10-08  9:28 ` [PATCH] " Anna Karas
2019-10-08 10:37 ` ✓ Fi.CI.BAT: success for drm/i915: Describe structure member in documentation (rev2) Patchwork
2019-10-08 15:09 ` ✓ 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.