diff options
| author | Lee Jones <[email protected]> | 2023-08-24 07:36:57 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-08-30 19:26:58 +0000 |
| commit | 8057a9d6561e1b1fbdb3b0d21d8b3724aa034f4e (patch) | |
| tree | cbe2aa0124b32120ea1ae774ac967c06657a655d /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | drm/radeon/radeon_ttm: Remove unused variable 'rbo' from radeon_bo_move() (diff) | |
| download | kernel-8057a9d6561e1b1fbdb3b0d21d8b3724aa034f4e.tar.gz kernel-8057a9d6561e1b1fbdb3b0d21d8b3724aa034f4e.zip | |
drm/amd/amdgpu/amdgpu_device: Provide suitable description for param 'xcc_id'
Fixes the following W=1 kernel build warning(s):
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:516: warning: Function parameter or member 'xcc_id' not described in 'amdgpu_mm_wreg_mmio_rlc'
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 533daba2accb..b2bc5eb31a90 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -507,6 +507,7 @@ void amdgpu_device_wreg(struct amdgpu_device *adev, * @adev: amdgpu_device pointer * @reg: mmio/rlc register * @v: value to write + * @xcc_id: xcc accelerated compute core id * * this function is invoked only for the debugfs register access */ |
