]> git.karo-electronics.de Git - karo-tx-linux.git/commit
amdkfd: Add queue module
authorBen Goz <ben.goz@amd.com>
Wed, 16 Jul 2014 21:18:51 +0000 (00:18 +0300)
committerOded Gabbay <oded.gabbay@amd.com>
Wed, 16 Jul 2014 21:18:51 +0000 (00:18 +0300)
commited8aab4594e0c5054b25b4a8810901ccf70efdcf
tree6aa45d020d96588a7621167ca64f6c2372c9e5f6
parentb17f068a09fbe9b193a18080ff8ad5114a900124
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>
drivers/gpu/drm/amd/amdkfd/Makefile
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
drivers/gpu/drm/amd/amdkfd/kfd_queue.c [new file with mode: 0644]