]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add amdgpu <--> amdkfd gfx7 interface
authorOded Gabbay <oded.gabbay@gmail.com>
Fri, 12 Jun 2015 18:38:22 +0000 (21:38 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Mon, 20 Jul 2015 06:16:48 +0000 (09:16 +0300)
commitb9929da7359fb11dda9f492bf2626657b6f48153
treec9a26956c127ed93514295969e3724e8fef2c42d
parentfa35c2cab31f75f9b9b895712b9415d064df1ea5
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>
MAINTAINERS
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/cikd.h