diff options
author | Christian König <[email protected]> | 2019-05-06 13:22:06 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2019-05-24 12:20:48 -0500 |
commit | 2fbd6f94accdbb223acccada68940b50b0c668d9 (patch) | |
tree | fb50704ac78f04d0131de3bb54d4122ad645e53f /drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | |
parent | 9b6eb00dbdaee49ba35569e3c72fbb05734610e3 (diff) |
drm/amdgpu: rename amdgpu_prime.[ch] into amdgpu_dma_buf.[ch]
We are getting a dma-buf implementation completely separate from drm prime,
so rename the files now and cleanup the code a bit.
No functional change.
Signed-off-by: Christian König <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c index 2e2a2617134b..98326e3b5619 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c @@ -25,6 +25,7 @@ #include <drm/drmP.h> #include "amdgpu.h" #include "amdgpu_gfx.h" +#include "amdgpu_dma_buf.h" #include <linux/module.h> #include <linux/dma-buf.h> #include "amdgpu_xgmi.h" |