diff options
| author | Alex Deucher <[email protected]> | 2017-12-14 20:23:14 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-12-18 15:59:01 +0000 |
| commit | 75758255dc0fae76a845fd5185cfcdf60990cc99 (patch) | |
| tree | f1dedc5ebce0d3043666a0f70bb08b90c35f5052 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
| parent | drm/amdgpu: rename amdgpu_suspend to amdgpu_device_ip_suspend (diff) | |
| download | kernel-75758255dc0fae76a845fd5185cfcdf60990cc99.tar.gz kernel-75758255dc0fae76a845fd5185cfcdf60990cc99.zip | |
drm/amdgpu: move debugfs functions to their own file
amdgpu_device.c was getting pretty cluttered.
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c index eb75eb44efc6..10805edcf964 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c @@ -851,7 +851,7 @@ static const struct drm_info_list amdgpu_debugfs_gem_list[] = { }; #endif -int amdgpu_gem_debugfs_init(struct amdgpu_device *adev) +int amdgpu_debugfs_gem_init(struct amdgpu_device *adev) { #if defined(CONFIG_DEBUG_FS) return amdgpu_debugfs_add_files(adev, amdgpu_debugfs_gem_list, 1); |
