diff options
author | Omer Shpigelman <oshpigelman@habana.ai> | 2020-03-22 21:12:51 +0200 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2020-05-17 12:06:22 +0300 |
commit | 76cedc739d7aac461ae303ca0e8b3a81e6ae00aa (patch) | |
tree | 3d9804259904ed2ea3f0f90c1dea4b2220c6d817 /drivers/misc/habanalabs/device.c | |
parent | 3ec499c967ae507c184c2e0955360d139fc9f23d (diff) | |
download | linux-76cedc739d7aac461ae303ca0e8b3a81e6ae00aa.tar.gz linux-76cedc739d7aac461ae303ca0e8b3a81e6ae00aa.tar.bz2 linux-76cedc739d7aac461ae303ca0e8b3a81e6ae00aa.zip |
habanalabs: remove stop-on-error flag from DMA
Stop-on-error mode in DMA is useful as it stops the transaction
immediately upon error e.g. page fault.
But it may cause the next command submission to fail as is leaves the DMA
in unstable state.
Therefore we remove the stop-on-error configuration from the DMA.
Stop-on-err is still available for debug.
Signed-off-by: Omer Shpigelman <oshpigelman@habana.ai>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/misc/habanalabs/device.c')
0 files changed, 0 insertions, 0 deletions