- 05 1月, 2015 1 次提交
-
-
由 Ben Goz 提交于
This patch fixes a bug in DQM, where the MQD of a newly created compute queue is not loaded to an HQD slot. As a result, the CP never reads packets from this queue. This bug happens only in non-HWS (hardware scheduling) mode. In HWS mode, the CP is responsible of loading MQDs to HQDs slots. Signed-off-by: NBen Goz <ben.goz@amd.com> Signed-off-by: NOded Gabbay <oded.gabbay@amd.com> Acked-by: NAlex Deucher <alexander.deucher@amd.com>
-
- 08 12月, 2014 1 次提交
-
-
由 Oded Gabbay 提交于
This patch fixes a device QCM bug, where the number of queues were not counted correctly for the operation of update queue. The count was incorrect as there was no regard to the previous state of the queue. Signed-off-by: NOded Gabbay <oded.gabbay@amd.com>
-
- 25 11月, 2014 1 次提交
-
-
由 Oded Gabbay 提交于
The mqds array members are not freed when dqm is uninitialized. Reviewed-by: NBen Goz <Ben.Goz@amd.com> Signed-off-by: NOded Gabbay <oded.gabbay@amd.com>
-
- 19 11月, 2014 1 次提交
-
-
由 Alexey Skidanov 提交于
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com> Signed-off-by: NAlexey Skidanov <Alexey.Skidanov@amd.com> Signed-off-by: NOded Gabbay <oded.gabbay@amd.com>
-
- 21 11月, 2014 1 次提交
-
-
由 Jay Cornwall 提交于
struct device_process_node was allocated during process registration but not released at process deregistration. Reviewed-by: NAlex Deucher <alexander.deucher@amd.com> Signed-off-by: NJay Cornwall <jay.cornwall@amd.com> Signed-off-by: NOded Gabbay <oded.gabbay@amd.com>
-
- 20 11月, 2014 1 次提交
-
-
由 Oded Gabbay 提交于
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com> Signed-off-by: NOded Gabbay <oded.gabbay@amd.com>
-
- 17 7月, 2014 1 次提交
-
-
由 Ben Goz 提交于
The queue scheduler divides into two sections, one section is process bounded and the other section is device bounded. The device bounded section is handled by this module. The DQM module handles queue setup, update and tear-down from the device side. It also supports suspend/resume operation. v3: Changed device_init, added the use of the new gart allocation functions an Added documentation. v4: Fixed a race in DQM queue scheduler where dqm->lock must be held when accessing dqm->queue_count and dqm->processes_count. This fixes runlist IB allocation failures when DQM is under load. Fixed race in DQM queue destruction where queues being destroyed must be removed from qpd->queues_list prior to preemption, or concurrent queue creation activity may reschedule them while their MQD is destroyed. Fixed EOP queue size setting in CP_HPD_EOP_CONTROL, because the size is specified as (log2(size_dwords)-1). The previous calculation assumed the size was specified in bytes, which caused interference between EOP queues when multiple MEC pipelines were active. 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 Remove unused unmap_queue function Various fixes (Style, typos) Signed-off-by: NBen Goz <ben.goz@amd.com> Signed-off-by: NJay Cornwall <jay.cornwall@amd.com> Signed-off-by: NOded Gabbay <oded.gabbay@amd.com>
-