Xilinx / dma_ip_drivers

Xilinx QDMA IP Drivers
https://xilinx.github.io/dma_ip_drivers/
578 stars 420 forks source link

adding callbacks for Soft QDMA #242

Closed bisingha-xilinx closed 7 months ago

bisingha-xilinx commented 1 year ago

When we call qdma_global_csr_conf() and qdma_global_writeback_interval_conf() it should go to eqdma_global_csr_conf() and eqdma_global_writeback_interval_conf() for Soft QDMA. So added some callbacks to qdma_hw_access_init() to fix the flow.

bisingha-xilinx commented 7 months ago

Closing this pr as the changes were redundant.