mirror_ubuntu-kernels/drivers/gpu/drm/amd/amdkfd
Ben Goz 45102048f7 amdkfd: Add process queue manager module
The queue scheduler divides into two sections, one section is process bounded
and the other section is device bounded.
The process bounded section is handled by this module. The PQM handles usermode
queue setup, updates and tear-down.

v3:

Used kernel parameter to limit queues per process instead of define
Added use of doorbell address from user

v4:

Modified pqm_create_queue so that only when creating usermode queues the
driver should return the queue properties to the userspace.

Added an info message print when no more queues can be opened because of the
queue per process limitation

v5:

Move amdkfd from drm/radeon/ to drm/amd/
Various fixes

Signed-off-by: Ben Goz <ben.goz@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
2014-07-17 01:04:10 +03:00
..
cik_regs.h amdkfd: Add mqd_manager module 2014-07-17 00:36:17 +03:00
Kconfig
kfd_chardev.c amdkfd: Add basic modules to amdkfd 2014-07-16 23:25:31 +03:00
kfd_crat.h amdkfd: Add topology module to amdkfd 2014-07-16 21:22:32 +03:00
kfd_device_queue_manager.h amdkfd: Add kernel queue module 2014-07-17 00:45:35 +03:00
kfd_device.c amdkfd: Add binding/unbinding calls to amd_iommu driver 2014-07-17 00:06:27 +03:00
kfd_doorbell.c amdkfd: Add basic modules to amdkfd 2014-07-16 23:25:31 +03:00
kfd_flat_memory.c amdkfd: Add basic modules to amdkfd 2014-07-16 23:25:31 +03:00
kfd_kernel_queue.c amdkfd: Add kernel queue module 2014-07-17 00:45:35 +03:00
kfd_kernel_queue.h amdkfd: Add kernel queue module 2014-07-17 00:45:35 +03:00
kfd_module.c amdkfd: Add module parameter of scheduling policy 2014-07-17 00:48:28 +03:00
kfd_mqd_manager.c amdkfd: Add mqd_manager module 2014-07-17 00:36:17 +03:00
kfd_mqd_manager.h amdkfd: Add mqd_manager module 2014-07-17 00:36:17 +03:00
kfd_packet_manager.c amdkfd: Add packet manager module 2014-07-17 00:55:28 +03:00
kfd_pasid.c amdkfd: Add basic modules to amdkfd 2014-07-16 23:25:31 +03:00
kfd_pm4_headers.h amdkfd: Add kernel queue module 2014-07-17 00:45:35 +03:00
kfd_pm4_opcodes.h amdkfd: Add kernel queue module 2014-07-17 00:45:35 +03:00
kfd_priv.h amdkfd: Add process queue manager module 2014-07-17 01:04:10 +03:00
kfd_process_queue_manager.c amdkfd: Add process queue manager module 2014-07-17 01:04:10 +03:00
kfd_process.c amdkfd: Add process queue manager module 2014-07-17 01:04:10 +03:00
kfd_queue.c amdkfd: Add queue module 2014-07-17 00:18:51 +03:00
kfd_topology.c amdkfd: Add topology module to amdkfd 2014-07-16 21:22:32 +03:00
kfd_topology.h amdkfd: Add topology module to amdkfd 2014-07-16 21:22:32 +03:00
Makefile amdkfd: Add process queue manager module 2014-07-17 01:04:10 +03:00