]> git.baikalelectronics.ru Git - kernel.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)
commit2d79e250d8321740bf32c2b2b9c5740050f7c5e5
treef1dedc5ebce0d3043666a0f70bb08b90c35f5052
parentb476f3b8d0a90f08a8a033ed8ffe21f6723772ce
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