diff options
| author | Andrey Grodzovsky <[email protected]> | 2022-02-11 20:55:00 +0000 |
|---|---|---|
| committer | Andrey Grodzovsky <[email protected]> | 2022-02-11 21:05:08 +0000 |
| commit | c7703ce38c1ecdeeea6791b54fbee29a08816ea9 (patch) | |
| tree | f0f7b8f2d8ea0d199fa70c1c4b11e7ef06adc90b /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | dt-bindings: gpu: mali-bifrost: describe clocks for the rk356x gpu (diff) | |
| download | kernel-c7703ce38c1ecdeeea6791b54fbee29a08816ea9.tar.gz kernel-c7703ce38c1ecdeeea6791b54fbee29a08816ea9.zip | |
drm/amdgpu: Fix htmldoc warning
Update function name.
Signed-off-by: Andrey Grodzovsky <[email protected]>
Reported-by: kernel test robot <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 54f8e1fa4cae..d78141e2c509 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -4978,7 +4978,7 @@ retry: } /** - * amdgpu_device_gpu_recover - reset the asic and recover scheduler + * amdgpu_device_gpu_recover_imp - reset the asic and recover scheduler * * @adev: amdgpu_device pointer * @job: which job trigger hang |
