commit | e2b538a77d99706a9d2dc12925f3f8477c724dcc | [log] [tgz] |
---|---|---|
author | Kedareswara rao Appana <appana.durga.rao@xilinx.com> | Fri Feb 26 19:33:53 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Mar 03 21:02:38 2016 +0530 |
tree | 069fe99fc9b6f3d35f8f5aef0b7b3e453edad26f | |
parent | 7096f36e5388beb06b80576d3ccc3a0df2760035 [diff] |
dmaengine: xilinx_vdma: Fix issues with non-parking mode This patch fixes issues with the Non-parking mode(Cirular mode). With the existing driver in cirular mode if we submit frames less than h/w configured we simply end-up having misconfigured vdma h/w. This patch fixes this issue by configuring the frame count register. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>