Commits
Fancy Fang committed dc0c8de64e2
MLK-14314-13 dma: pxp-v3: construct graph structures to store pxp nodes. According to the PXP arch diagram, the V3 PXP can be abstracted to a graph structure. There are totally 16 2D nodes in PXP and 16 2D related mux nodes: 1. Using '16x16' adjacent array to record the 2D nodes relationship and '16' size array to record the input and output nodes for each muxe node. 2. Construct the adjacent list to store all the 2D nodes and also config the mux info used by each two nodes of one edge during pxp probing stage. Signed-off-by: Fancy Fang <chen.fang@nxp.com> (cherry picked from commit e8087406df2e04982fd90b4070ac68fafa4ad3d5)