[PATCH 52/83] hsa/radeon: Add process queue manager module

2014-07-10 Thread Oded Gabbay
From: Ben Goz 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 HSA queue setup, updates and tear-down. Signed-off-by: Ben Goz Signed-off-by: Oded Gabbay

[PATCH 52/83] hsa/radeon: Add process queue manager module

2014-07-10 Thread Oded Gabbay
From: Ben Goz ben@amd.com 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 HSA queue setup, updates and tear-down. Signed-off-by: Ben Goz