Forum Discussion
SengKok_L_Intel
Regular Contributor
6 years agoHi,
When the driver receives the interrupt, it can poll the DONE bit of each descriptor to make sure all descriptors are finished, it is either write or read DMA , you can poll both to confirm.
Regards -SK
- JET602006 years ago
Contributor
Thanks SK,
If there's no independent IRQ NO for AVMM-DMA Read or Write, try to query DONE BIT seems the only method to know whether irq comes from READ DMA or WRITE DMA, even though this way is n't so straightforward.
Thanks for suggestion.
Best regards