]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: optionally enable GART debugfs file
authorChristian König <christian.koenig@amd.com>
Wed, 30 Mar 2016 12:42:57 +0000 (14:42 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 May 2016 19:26:57 +0000 (15:26 -0400)
commit8ea561e795bba1b36324add6a6d8bb655d0b3967
tree5ff8bfcc92cc9a4e2bf3f9d04f5dcc01fffad6df
parent4de5092c6bcc35a8e7e91ac5bd42d5287ec45426
drm/amdgpu: optionally enable GART debugfs file

Keeping the pages array around can use a lot of system memory
when you want a large GART.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Kconfig
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c