Xilinx / dma_ip_drivers

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

adding callbacks for Soft QDMA #242

Closed bisingha-xilinx closed 6 months ago

bisingha-xilinx commented 10 months 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 6 months ago

Closing this pr as the changes were redundant.