OSDN Git Service

drm/amdgpu: Merge amdkfd into amdgpu
authorAmber Lin <Amber.Lin@amd.com>
Wed, 22 Aug 2018 20:48:50 +0000 (16:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Aug 2018 16:22:42 +0000 (11:22 -0500)
commit04d5e2765802241b54ee93d1e655123c39fa7385
tree018d3e2901170e95127f73b6d54eba9aa061e0dd
parent7d0aa3765fa839c0047a8924807e5201f4d9e76d
drm/amdgpu: Merge amdkfd into amdgpu

Since KFD is only supported by single GPU driver, it makes sense to merge
amdgpu and amdkfd into one module. This patch is the initial step: merge
Kconfig and Makefile.

v2: also remove kfd from drm Kconfig

Signed-off-by: Amber Lin <Amber.Lin@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/Kconfig
drivers/gpu/drm/amd/amdgpu/Kconfig
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdkfd/Kconfig
drivers/gpu/drm/amd/amdkfd/Makefile
drivers/gpu/drm/amd/amdkfd/kfd_module.c