mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Clear invalid method
Invalid method needs to be cleared in gm20b to prevent getting same interrupt again. Change-Id: I4d83d1a27e5c711b5d82b95552be84d5f16a13e0 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/500286
This commit is contained in:
committed by
Dan Willemsen
parent
43758d93b7
commit
fc7280ae91
@@ -1482,6 +1482,7 @@ static u32 gk20a_fifo_handle_pbdma_intr(struct device *dev,
|
||||
pbdma_intr_0);
|
||||
}
|
||||
|
||||
gk20a_writel(g, pbdma_method0_r(pbdma_id), 0);
|
||||
gk20a_writel(g, pbdma_intr_0_r(pbdma_id), pbdma_intr_0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user