Skip to content

Commit

Permalink
drm/i915/gt: Correct kerneldoc for intel_gt_mcr_wait_for_reg()
Browse files Browse the repository at this point in the history
The kerneldoc function name was not updated when this function was
converted to a non-fw form.

Fixes: 192bb40 ("drm/i915/gt: Manage uncore->lock while waiting on MCR register")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221128233014.4000136-2-matthew.d.roper@intel.com
  • Loading branch information
Matt Roper committed Nov 30, 2022
1 parent 14347a9 commit 03b713d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/gt/intel_gt_mcr.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ void intel_gt_mcr_get_ss_steering(struct intel_gt *gt, unsigned int dss,
}

/**
* intel_gt_mcr_wait_for_reg_fw - wait until MCR register matches expected state
* intel_gt_mcr_wait_for_reg - wait until MCR register matches expected state
* @gt: GT structure
* @reg: the register to read
* @mask: mask to apply to register value
Expand Down

0 comments on commit 03b713d

Please sign in to comment.