mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
PCI: rockchip: disable RIE in DMA Write Channel Control 1 Register
After comparing the test results with RIE enabled and disabled,enable RIE may cause PCIe dma interrupt work unnormal. More works need to dig it out Change-Id: Ia25022332de92cf21287df155cd514a160d140bc Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
@@ -221,7 +221,7 @@ static void rk_pcie_prepare_dma(struct dma_trx_obj *obj,
|
||||
} else {
|
||||
table->wr_enb.enb = 0x1;
|
||||
table->ctx_reg.ctrllo.lie = 0x1;
|
||||
table->ctx_reg.ctrllo.rie = 0x1;
|
||||
table->ctx_reg.ctrllo.rie = 0x0;
|
||||
table->ctx_reg.ctrllo.td = 0x1;
|
||||
table->ctx_reg.ctrlhi.asdword = 0x0;
|
||||
table->ctx_reg.xfersize = buf_size;
|
||||
|
||||
Reference in New Issue
Block a user