]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: move debugfs functions to their own file
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Dec 2017 20:23:14 +0000 (15:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Dec 2017 15:59:01 +0000 (10:59 -0500)
commit75758255dc0fae76a845fd5185cfcdf60990cc99
treef1dedc5ebce0d3043666a0f70bb08b90c35f5052
parentcdd61df614851d18b8ee72f0615202bef67f5b91
drm/amdgpu: move debugfs functions to their own file

amdgpu_device.c was getting pretty cluttered.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c