drm/i915/gt: Correct kerneldoc for intel_gt_mcr_wait_for_reg()
The kerneldoc function name was not updated when this function was converted to a non-fw form. Fixes:41f425adbc
("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 (cherry picked from commit03b713d029
) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
parent
66efff515a
commit
2c1da39008
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue