diff options
author | Christian König <christian.koenig@amd.com> | 2017-10-30 14:16:21 +0100 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2017-10-30 14:16:21 +0100 |
commit | f4fa88ab28ab61941a22f938eda3d93d1fe371af (patch) | |
tree | a8a0dec6b399d0f33e1155e9de4be36b8f9922fe /drivers/gpu/drm/radeon/Makefile | |
parent | 48e876a20e79566f1736413d4f42dc66f3ab2f16 (diff) |
drm/radeon: deprecate and remove KFD interface
To quote Felix: "For testing KV with current user mode stack, please use
amdgpu. I don't expect this to work with radeon and I'm not planning to
spend any effort on making radeon work with a current user mode stack."
Only compile tested, but should be straight forward.
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/Makefile')
-rw-r--r-- | drivers/gpu/drm/radeon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Makefile index be16c6390216..cf3e5985e3e7 100644 --- a/drivers/gpu/drm/radeon/Makefile +++ b/drivers/gpu/drm/radeon/Makefile @@ -102,8 +102,7 @@ radeon-y += \ radeon-y += \ radeon_vce.o \ vce_v1_0.o \ - vce_v2_0.o \ - radeon_kfd.o + vce_v2_0.o radeon-$(CONFIG_VGA_SWITCHEROO) += radeon_atpx_handler.o radeon-$(CONFIG_ACPI) += radeon_acpi.o |