Skip to content

Commit 449a0ef

Browse files
Yuuoniyrodrigovivi
authored andcommitted
drm/i915: Fix documentation for intel_uncore_forcewake_put__locked
intel_uncore_forcewake_put__locked() is used to release a reference. Fixes: a6111f7 ("drm/i915: Reduce locking in execlist command submission") Signed-off-by: Miaoqian Lin <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit 955f4d7) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent 2c1da39 commit 449a0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/i915/intel_uncore.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,9 +824,9 @@ void intel_uncore_forcewake_flush(struct intel_uncore *uncore,
824824
}
825825

826826
/**
827-
* intel_uncore_forcewake_put__locked - grab forcewake domain references
827+
* intel_uncore_forcewake_put__locked - release forcewake domain references
828828
* @uncore: the intel_uncore structure
829-
* @fw_domains: forcewake domains to get reference on
829+
* @fw_domains: forcewake domains to put references
830830
*
831831
* See intel_uncore_forcewake_put(). This variant places the onus
832832
* on the caller to explicitly handle the dev_priv->uncore.lock spinlock.

0 commit comments

Comments
 (0)