aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Dänzer <[email protected]>2018-06-29 09:27:11 +0000
committerAlex Deucher <[email protected]>2018-07-05 21:39:50 +0000
commit3f37e29626b0b5dbfcdf964ef2858b36a4c2cd67 (patch)
tree21577603866f3f680513733de74f754f6f65fd26
parentdrm/amdgpu: Add AMDGPU_GPU_PAGES_IN_CPU_PAGE define (diff)
downloadkernel-3f37e29626b0b5dbfcdf964ef2858b36a4c2cd67.tar.gz
kernel-3f37e29626b0b5dbfcdf964ef2858b36a4c2cd67.zip
drm/amdgpu: Remove amdgpu_gem_map_attach target_dev documentation
The parameter was removed. Fixes: a19741e5e5a9 "dma_buf: remove device parameter from attach callback v2" Reviewed-by: Junwei Zhang <[email protected]> Signed-off-by: Michel Dänzer <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
index b2286bc41aec..df7226ad64b5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
@@ -191,7 +191,6 @@ error:
/**
* amdgpu_gem_map_attach - &dma_buf_ops.attach implementation
* @dma_buf: shared DMA buffer
- * @target_dev: target device
* @attach: DMA-buf attachment
*
* Makes sure that the shared DMA buffer can be accessed by the target device.