diff options
| author | Alex Deucher <[email protected]> | 2019-09-19 19:40:57 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-10-03 14:11:00 +0000 |
| commit | fc9c7f847014d210f1e4410ebefa8fab8c1314bd (patch) | |
| tree | a46e6d0fb0a151e69338803afd107ef4e6bb5495 /drivers/gpu/drm/amd/amdgpu | |
| parent | drm/amdgpu/vm: fix up documentation in amdgpu_vm.c (diff) | |
| download | kernel-fc9c7f847014d210f1e4410ebefa8fab8c1314bd.tar.gz kernel-fc9c7f847014d210f1e4410ebefa8fab8c1314bd.zip | |
drm/amdgpu/ih: fix documentation in amdgpu_irq_dispatch
Fix parameters.
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c index 1f2628f445c4..8f49d8131d63 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c @@ -383,7 +383,7 @@ int amdgpu_irq_add_id(struct amdgpu_device *adev, * amdgpu_irq_dispatch - dispatch IRQ to IP blocks * * @adev: amdgpu device pointer - * @entry: interrupt vector pointer + * @ih: interrupt ring instance * * Dispatches IRQ to IP blocks. */ |
