Skip to content

Commit

Permalink
drm/i915: Fix documentation for intel_uncore_forcewake_put__locked
Browse files Browse the repository at this point in the history
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 <linmq006@gmail.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221207112909.2655251-1-linmq006@gmail.com
(cherry picked from commit 955f4d7)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
  • Loading branch information
Miaoqian Lin authored and Rodrigo Vivi committed Dec 9, 2022
1 parent 2c1da39 commit 449a0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/i915/intel_uncore.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,9 +824,9 @@ void intel_uncore_forcewake_flush(struct intel_uncore *uncore,
}

/**
* intel_uncore_forcewake_put__locked - grab forcewake domain references
* intel_uncore_forcewake_put__locked - release forcewake domain references
* @uncore: the intel_uncore structure
* @fw_domains: forcewake domains to get reference on
* @fw_domains: forcewake domains to put references
*
* See intel_uncore_forcewake_put(). This variant places the onus
* on the caller to explicitly handle the dev_priv->uncore.lock spinlock.
Expand Down

0 comments on commit 449a0ef

Please sign in to comment.