diff options
author | Oded Gabbay <oded.gabbay@gmail.com> | 2015-06-12 14:35:14 -0400 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2015-07-20 02:16:47 -0400 |
commit | 130e0371b7d454bb4a861253c822b9f911ad5d19 (patch) | |
tree | a2ec6267c5d4eff7caf1caa469e61402c3c0cd29 /MAINTAINERS | |
parent | 22801f76fa59870aed2c0b8a4eb6c8d6993347ae (diff) |
drm/amdgpu: Add H/W agnostic amdgpu <--> amdkfd interface
This patch adds an interface file between amdgpu and amdkfd. This
interface file is H/W agnostic, thus containing functions that
operate the same for any AMD APU/GPU H/W generation.
The functions in this interface mirror (some) of the functions in
radeon_kfd.c (the radeon<-->amdkfd interface file). The main functions
are:
- amdgpu_amdkfd_init - initialize the amdkfd module
- amdgpu_amdkfd_load_interface - load the H/W interface according to the
currently probed device
- amdgpu_amdkfd_device_probe - probe the device in amdkfd
- amdgpu_amdkfd_device_init - initialize the device in amdkfd
- amdgpu_amdkfd_interrupt - call the ISR of amdkfd
- amdgpu_amdkfd_suspend - suspend callback from amdgpu
- amdgpu_amdkfd_resume - resume callback from amdgpu
This patch also modifies the relevant amdgpu files, to use this new
interface.
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a2264167791a..8012189d358f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -636,6 +636,8 @@ M: Oded Gabbay <oded.gabbay@gmail.com> | |||
636 | L: dri-devel@lists.freedesktop.org | 636 | L: dri-devel@lists.freedesktop.org |
637 | T: git git://people.freedesktop.org/~gabbayo/linux.git | 637 | T: git git://people.freedesktop.org/~gabbayo/linux.git |
638 | S: Supported | 638 | S: Supported |
639 | F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | ||
640 | F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | ||
639 | F: drivers/gpu/drm/amd/amdkfd/ | 641 | F: drivers/gpu/drm/amd/amdkfd/ |
640 | F: drivers/gpu/drm/amd/include/cik_structs.h | 642 | F: drivers/gpu/drm/amd/include/cik_structs.h |
641 | F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 643 | F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h |