summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/Makefile
diff options
context:
space:
mode:
authorBen Goz <ben.goz@amd.com>2014-07-17 00:18:51 +0300
committerOded Gabbay <oded.gabbay@amd.com>2014-07-17 00:18:51 +0300
commited8aab4594e0c5054b25b4a8810901ccf70efdcf (patch)
tree6aa45d020d96588a7621167ca64f6c2372c9e5f6 /drivers/gpu/drm/amd/amdkfd/Makefile
parentb17f068a09fbe9b193a18080ff8ad5114a900124 (diff)
downloadop-kernel-dev-ed8aab4594e0c5054b25b4a8810901ccf70efdcf.zip
op-kernel-dev-ed8aab4594e0c5054b25b4a8810901ccf70efdcf.tar.gz
amdkfd: Add queue module
The queue module enables allocating and initializing queues uniformly. v3: Removed typedef and redundant memset call. Broke long pr_debug print to one liners and Added documentation. v5: Move amdkfd from drm/radeon/ to drm/amd/ 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/Makefile b/drivers/gpu/drm/amd/amdkfd/Makefile
index e829a3f..42df022 100644
--- a/drivers/gpu/drm/amd/amdkfd/Makefile
+++ b/drivers/gpu/drm/amd/amdkfd/Makefile
@@ -6,6 +6,6 @@ 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_process.o kfd_queue.o
obj-$(CONFIG_HSA_AMD) += amdkfd.o
OpenPOWER on IntegriCloud