summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/Makefile
diff options
context:
space:
mode:
authorBen Goz <ben.goz@amd.com>2014-07-17 00:45:35 +0300
committerOded Gabbay <oded.gabbay@amd.com>2014-07-17 00:45:35 +0300
commited6e6a3487bd736cbcfc74fe0f9d9220bae00c72 (patch)
treeeab96e9c1d318d70b565a759db72c897ab7b2795 /drivers/gpu/drm/amd/amdkfd/Makefile
parent6e99df5741b3332dcceb86915b2818af640c51f9 (diff)
downloadop-kernel-dev-ed6e6a3487bd736cbcfc74fe0f9d9220bae00c72.zip
op-kernel-dev-ed6e6a3487bd736cbcfc74fe0f9d9220bae00c72.tar.gz
amdkfd: Add kernel queue module
The kernel queue module enables the amdkfd to establish kernel queues, not exposed to user space. The kernel queues are used for HIQ (HSA Interface Queue) and DIQ (Debug Interface Queue) operations v3: Removed use of internal typedefs and added use of the new gart allocation functions v4: Fixed a miscalculation in kernel queue wrapping v5: Move amdkfd from drm/radeon/ to drm/amd/ Change format of mqd structure to match latest KV firmware Add support for AQL queues creation to enable working with open-source HSA runtime Add define for kernel queue size Various fixes Signed-off-by: Ben Goz <ben.goz@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/Makefile b/drivers/gpu/drm/amd/amdkfd/Makefile
index 301e847..047b834 100644
--- a/drivers/gpu/drm/amd/amdkfd/Makefile
+++ b/drivers/gpu/drm/amd/amdkfd/Makefile
@@ -6,6 +6,7 @@ ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include/
amdkfd-y := kfd_module.o kfd_device.o kfd_chardev.o kfd_topology.o \
kfd_pasid.o kfd_doorbell.o kfd_flat_memory.o \
- kfd_process.o kfd_queue.o kfd_mqd_manager.o
+ kfd_process.o kfd_queue.o kfd_mqd_manager.o \
+ kfd_kernel_queue.o
obj-$(CONFIG_HSA_AMD) += amdkfd.o
OpenPOWER on IntegriCloud