arm: common: edma: Save the number of event queues/TCs
For later use save the number of queues available for the CC. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Joel Fernandes <joelf@ti.com> Reviewed-and-Tested-by: Joel Fernandes <joelf@ti.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
8df4053f05
commit
7cf2af90cd
1 changed files with 3 additions and 0 deletions
|
@ -1768,6 +1768,9 @@ static int edma_probe(struct platform_device *pdev)
|
|||
map_queue_tc(j, queue_tc_mapping[i][0],
|
||||
queue_tc_mapping[i][1]);
|
||||
|
||||
/* Save the number of TCs */
|
||||
edma_cc[j]->num_tc = i;
|
||||
|
||||
/* Event queue priority mapping */
|
||||
for (i = 0; queue_priority_mapping[i][0] != -1; i++)
|
||||
assign_priority_to_queue(j,
|
||||
|
|
Loading…
Reference in a new issue