summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2015-06-12 14:38:22 -0400
committerOded Gabbay <oded.gabbay@gmail.com>2015-07-20 02:16:48 -0400
commit32c22e994f44e7e5cc54b52375012311d1693b0d (patch)
treec9a26956c127ed93514295969e3724e8fef2c42d /MAINTAINERS
parent130e0371b7d454bb4a861253c822b9f911ad5d19 (diff)
drm/amdgpu: add amdgpu <--> amdkfd gfx7 interface
This patch adds the gfx7 interface file between amdgpu and amdkfd. This interface file mirrors (some) of the functions in radeon_kfd.c (the interface file between radeon and amdkfd). The gfx7 interface is used when it is run on a Kaveri-based system. This interface file was used for bring-up of amdkfd on amdgpu and for debugging purposes. For users who would like to run HSA on Kaveri, please use the radeon graphic driver. Note: CONFIG_DRM_AMDGPU_CIK must be selected for amdgpu to handle Kaveri. v2: removed MTYPE_NONCACHED enum definition as it is defined in another patch Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8012189d358f..5cc07349b523 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -638,6 +638,7 @@ T: git git://people.freedesktop.org/~gabbayo/linux.git
638S: Supported 638S: Supported
639F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 639F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
640F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h 640F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
641F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
641F: drivers/gpu/drm/amd/amdkfd/ 642F: drivers/gpu/drm/amd/amdkfd/
642F: drivers/gpu/drm/amd/include/cik_structs.h 643F: drivers/gpu/drm/amd/include/cik_structs.h
643F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h 644F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h